Searched refs:PATHSEP (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | dbcreate.c | 27 #define PATHSEP '/' macro 168 if(dir[0] == PATHSEP) in create_dirs() 169 p = strchr(dir+1, PATHSEP); in create_dirs() 170 else p = strchr(dir, PATHSEP); in create_dirs() 173 assert(*p == PATHSEP); in create_dirs() 183 *p = PATHSEP; /* restore input string */ in create_dirs() 188 *p = PATHSEP; in create_dirs() 189 p = strchr(p+1, PATHSEP); in create_dirs()
|
| /netbsd-src/bin/ksh/ |
| H A D | mail.c | 129 if ((mval = strchr(mval, PATHSEP)) != NULL) {
|
| H A D | path.c | 77 for (pend = plist; *pend && *pend != PATHSEP; pend++)
|
| H A D | sh.h | 144 # define PATHSEP ':' macro
|
| H A D | exec.c | 1070 if (!(p = strchr(sp, PATHSEP)))
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | file.h | 105 #define PATHSEP ';' macro 107 #define PATHSEP ':' macro
|
| H A D | magic.c | 116 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) in _w32_append_path()
|
| H A D | apprentice.c | 773 p = CCAST(char *, strchr(fn, PATHSEP)); in file_apprentice()
|