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

  /src/external/gpl3/binutils/dist/libiberty/
ldirname.c 59 #define LDIRNAME(FPREFIX,DIRSEP) \
73 if (IS_DIR_SEPARATOR_1 ((DIRSEP),name[size - 1])) \
  /src/external/gpl3/binutils.old/dist/libiberty/
ldirname.c 59 #define LDIRNAME(FPREFIX,DIRSEP) \
73 if (IS_DIR_SEPARATOR_1 ((DIRSEP),name[size - 1])) \
  /src/external/gpl3/gdb/dist/libiberty/
ldirname.c 59 #define LDIRNAME(FPREFIX,DIRSEP) \
73 if (IS_DIR_SEPARATOR_1 ((DIRSEP),name[size - 1])) \
  /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/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/bin/ksh/
path.c 91 Xput(*xsp, xp, DIRSEP);
99 Xput(*xsp, xp, DIRSEP);
164 *cur++ = DIRSEP;
177 *cur++ = DIRSEP;
221 Xput(xs, xp, DIRSEP);
257 Xput(*xsp, xp, DIRSEP);
sh.h 145 # define DIRSEP '/'
154 # define ksh_strchr_dirsep(p) strchr(p, DIRSEP)
155 # define ksh_strrchr_dirsep(p) strrchr(p, DIRSEP)
eval.c 1056 *xp++ = DIRSEP;
1067 *xp++ = DIRSEP;
1075 odirsep = *np; /* don't assume DIRSEP, can be multiple kinds */
exec.c 1076 *xp++ = DIRSEP;

Completed in 67 milliseconds