Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/
De_os.h161 # define LIST_SEPARATOR_CHAR ';' macro
203 # define LIST_SEPARATOR_CHAR ',' macro
243 # define LIST_SEPARATOR_CHAR ':' macro
DCHANGES.md18748 the directory spec didn't end with a LIST_SEPARATOR_CHAR.
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dinfo.c188 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/
Dby_dir.c182 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) { in add_cert_dir()
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Drehash.c560 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' }; in rehash_main()