Home
last modified time | relevance | path

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

/external/openssl/crypto/asn1/
Dtasn_prn.c405 const int nspaces = sizeof(spaces) - 1; in asn1_print_fsname() local
412 while (indent > nspaces) in asn1_print_fsname()
414 if (BIO_write(out, spaces, nspaces) != nspaces) in asn1_print_fsname()
416 indent -= nspaces; in asn1_print_fsname()