Searched refs:PATHSEP (Results 1 – 8 of 8) 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() 208 if (asprintf(&default_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 | 776 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/dialog/ |
| H A D | CHANGES | 1029 + use $PATH_SEPARATOR rather than $PATHSEP 2194 CF_CURSES_LIBS, CF_LIB_PREFIX, CF_PROG_EXT for $PATHSEP and $CFLAGS
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 7290 + change variable from PATHSEP to PATH_SEPARATOR
|