Searched refs:PATHSEP (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | magic.c | 110 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) in _w32_append_path() 204 if (asprintf(&tmp_magic, "%s%c%s", hmagicpath, PATHSEP, MAGIC) < 0) in get_default_magic()
|
| H A D | file.h | 103 #define PATHSEP ';' macro 105 #define PATHSEP ':' macro
|
| H A D | apprentice.c | 759 p = CCAST(char *, strchr(fn, PATHSEP)); in file_apprentice()
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.h | 229 #ifndef PATHSEP 231 # define PATHSEP ';' macro 233 # define PATHSEP ':' macro
|
| H A D | sh.c | 1478 if (*dp == PATHSEP) in importpath() 1489 if ((c = *dp) == PATHSEP || c == 0) { in importpath() 1494 *dp = PATHSEP; in importpath()
|
| H A D | sh.set.c | 934 Strbuf_append1(&buf, PATHSEP); in exportpath()
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 7290 + change variable from PATHSEP to PATH_SEPARATOR
|