Home
last modified time | relevance | path

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

/openssl-master/crypto/asn1/
A Dtasn_prn.c336 static const int nspaces = sizeof(spaces) - 1; in asn1_print_fsname() local
338 while (indent > nspaces) { in asn1_print_fsname()
339 if (BIO_write(out, spaces, nspaces) != nspaces) in asn1_print_fsname()
341 indent -= nspaces; in asn1_print_fsname()

Completed in 4 milliseconds