Searched refs:LIST_SEPARATOR_CHAR (Results 1 – 13 of 13) sorted by relevance
214 # define LIST_SEPARATOR_CHAR ';' macro256 # define LIST_SEPARATOR_CHAR ',' macro300 # define LIST_SEPARATOR_CHAR ':' macro
161 # define LIST_SEPARATOR_CHAR ';' macro203 # define LIST_SEPARATOR_CHAR ',' macro243 # define LIST_SEPARATOR_CHAR ':' macro
18625 the directory spec didn't end with a LIST_SEPARATOR_CHAR.
18447 the directory spec didn't end with a LIST_SEPARATOR_CHAR.
48 for (p = name; *p != '\0' && *p != LIST_SEPARATOR_CHAR; p++) in loadfiles()
189 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info()
188 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' }; in OPENSSL_info()
182 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) { in add_cert_dir()
560 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' }; in rehash_main()
554 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' }; in rehash_main()