Home
last modified time | relevance | path

Searched refs:PATHSEP (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Ddbcreate.c27 #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 Dmail.c129 if ((mval = strchr(mval, PATHSEP)) != NULL) {
H A Dpath.c77 for (pend = plist; *pend && *pend != PATHSEP; pend++)
H A Dsh.h144 # define PATHSEP ':' macro
H A Dexec.c1070 if (!(p = strchr(sp, PATHSEP)))
/netbsd-src/external/bsd/file/dist/src/
H A Dfile.h105 #define PATHSEP ';' macro
107 #define PATHSEP ':' macro
H A Dmagic.c116 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) in _w32_append_path()
H A Dapprentice.c773 p = CCAST(char *, strchr(fn, PATHSEP)); in file_apprentice()