Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/
De_os.h214 # define LIST_SEPARATOR_CHAR ';' macro
256 # define LIST_SEPARATOR_CHAR ',' macro
300 # define LIST_SEPARATOR_CHAR ':' macro
/third_party/node/deps/openssl/openssl/
De_os.h161 # define LIST_SEPARATOR_CHAR ';' macro
203 # define LIST_SEPARATOR_CHAR ',' macro
243 # define LIST_SEPARATOR_CHAR ':' macro
DCHANGES.md18625 the directory spec didn't end with a LIST_SEPARATOR_CHAR.
/third_party/openssl/
De_os.h161 # define LIST_SEPARATOR_CHAR ';' macro
203 # define LIST_SEPARATOR_CHAR ',' macro
243 # define LIST_SEPARATOR_CHAR ':' macro
DCHANGES.md18447 the directory spec didn't end with a LIST_SEPARATOR_CHAR.
/third_party/openssl/apps/lib/
Dapp_rand.c48 for (p = name; *p != '\0' && *p != LIST_SEPARATOR_CHAR; p++) in loadfiles()
/third_party/node/deps/openssl/openssl/apps/lib/
Dapp_rand.c48 for (p = name; *p != '\0' && *p != LIST_SEPARATOR_CHAR; p++) in loadfiles()
/third_party/node/deps/openssl/openssl/crypto/
Dinfo.c189 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info()
/third_party/openssl/crypto/
Dinfo.c188 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dby_dir.c182 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) { in add_cert_dir()
/third_party/openssl/crypto/x509/
Dby_dir.c182 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) { in add_cert_dir()
/third_party/node/deps/openssl/openssl/apps/
Drehash.c560 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' }; in rehash_main()
/third_party/openssl/apps/
Drehash.c554 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' }; in rehash_main()