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

/freebsd-current/crypto/openssl/apps/lib/
H A Dapp_rand.c48 for (p = name; *p != '\0' && *p != LIST_SEPARATOR_CHAR; p++)
/freebsd-current/crypto/openssl/
H A De_os.h161 # define LIST_SEPARATOR_CHAR ';' macro
203 # define LIST_SEPARATOR_CHAR ',' macro
243 # define LIST_SEPARATOR_CHAR ':' macro
/freebsd-current/crypto/openssl/crypto/
H A Dinfo.c188 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' };
/freebsd-current/crypto/openssl/crypto/x509/
H A Dby_dir.c182 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) {
/freebsd-current/crypto/openssl/apps/
H A Drehash.c560 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' };

Completed in 184 milliseconds