Home
last modified time | relevance | path

Searched refs:nspaces (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dtasn_prn.c409 const int nspaces = sizeof(spaces) - 1; in asn1_print_fsname() local
416 while (indent > nspaces) in asn1_print_fsname()
418 if (BIO_write(out, spaces, nspaces) != nspaces) in asn1_print_fsname()
420 indent -= nspaces; in asn1_print_fsname()