HomeSort by: relevance | last modified time | path
    Searched refs:LIST_SEPARATOR_CHAR (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/
e_os.h 214 # define LIST_SEPARATOR_CHAR ';'
256 # define LIST_SEPARATOR_CHAR ','
300 # define LIST_SEPARATOR_CHAR ':'
  /src/crypto/external/bsd/openssl.old/dist/apps/
app_rand.c 41 for (p = name; *p != '\0' && *p != LIST_SEPARATOR_CHAR; p++)
rehash.c 516 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' };
  /src/crypto/external/apache2/openssl/dist/apps/lib/
app_rand.c 10 #include "internal/e_os.h" /* LIST_SEPARATOR_CHAR */
47 for (p = name; *p != '\0' && *p != LIST_SEPARATOR_CHAR; p++)
  /src/crypto/external/bsd/openssl/dist/apps/lib/
app_rand.c 48 for (p = name; *p != '\0' && *p != LIST_SEPARATOR_CHAR; p++)
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 131 #define LIST_SEPARATOR_CHAR ';'
173 #define LIST_SEPARATOR_CHAR ','
213 #define LIST_SEPARATOR_CHAR ':'
  /src/crypto/external/bsd/openssl/dist/
e_os.h 161 # define LIST_SEPARATOR_CHAR ';'
203 # define LIST_SEPARATOR_CHAR ','
243 # define LIST_SEPARATOR_CHAR ':'
  /src/crypto/external/bsd/openssl/dist/crypto/
info.c 201 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' };
  /src/crypto/external/apache2/openssl/dist/crypto/
info.c 270 static const char list_sep[] = { LIST_SEPARATOR_CHAR, '\0' };
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
by_dir.c 167 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) {
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
by_dir.c 180 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) {
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
by_dir.c 182 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0')) {
  /src/crypto/external/apache2/openssl/dist/apps/
rehash.c 11 #include "internal/e_os.h" /* LIST_SEPARATOR_CHAR */
566 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' };
  /src/crypto/external/bsd/openssl/dist/apps/
rehash.c 560 char lsc[2] = { LIST_SEPARATOR_CHAR, '\0' };

Completed in 35 milliseconds