Searched refs:DIRSEP (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | conf_include_test.c | 18 # define DIRSEP "/\\" macro 24 # define DIRSEP "/" macro 27 # define DIRSEP "/]:" macro 33 # define DIRSEP "/" macro 48 while ((p = strpbrk(p, DIRSEP)) != NULL) { in change_path()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | conf_include_test.c | 18 # define DIRSEP "/\\" macro 26 # define DIRSEP "/" macro 29 # define DIRSEP "/]:" macro 35 # define DIRSEP "/" macro 50 while ((p = strpbrk(p, DIRSEP)) != NULL) { in change_path()
|
| /netbsd-src/bin/ksh/ |
| H A D | 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);
|
| H A D | sh.h | 145 # define DIRSEP '/' macro 154 # define ksh_strchr_dirsep(p) strchr(p, DIRSEP) 155 # define ksh_strrchr_dirsep(p) strrchr(p, DIRSEP)
|
| H A D | exec.c | 1076 *xp++ = DIRSEP;
|