HomeSort by: relevance | last modified time | path
    Searched defs:DIRSEP (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
conf_include_test.c 18 # define DIRSEP "/\\"
24 # define DIRSEP "/"
27 # define DIRSEP "/]:"
33 # define DIRSEP "/"
48 while ((p = strpbrk(p, DIRSEP)) != NULL) {
  /src/crypto/external/apache2/openssl/dist/test/
conf_include_test.c 18 #define DIRSEP "/\\"
26 #define DIRSEP "/"
29 #define DIRSEP "/]:"
35 #define DIRSEP "/"
51 while ((p = strpbrk(p, DIRSEP)) != NULL) {
  /src/crypto/external/bsd/openssl/dist/test/
conf_include_test.c 18 # define DIRSEP "/\\"
26 # define DIRSEP "/"
29 # define DIRSEP "/]:"
35 # define DIRSEP "/"
50 while ((p = strpbrk(p, DIRSEP)) != NULL) {
  /src/bin/ksh/
sh.h 145 # define DIRSEP '/'
154 # define ksh_strchr_dirsep(p) strchr(p, DIRSEP)
155 # define ksh_strrchr_dirsep(p) strrchr(p, DIRSEP)

Completed in 45 milliseconds