Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/file/src/
Dfile.h103 #define PATHSEP ';' macro
105 #define PATHSEP ':' macro
Dmagic.c110 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) in _w32_append_path()
Dapprentice.c769 p = CCAST(char *, strchr(fn, PATHSEP)); in file_apprentice()
/freebsd-12-stable/contrib/tcsh/
Dsh.h229 #ifndef PATHSEP
231 # define PATHSEP ';' macro
233 # define PATHSEP ':' macro
Dsh.c1478 if (*dp == PATHSEP) in importpath()
1489 if ((c = *dp) == PATHSEP || c == 0) { in importpath()
1494 *dp = PATHSEP; in importpath()
Dsh.set.c934 Strbuf_append1(&buf, PATHSEP); in exportpath()
/freebsd-12-stable/contrib/dialog/
DCHANGES497 + use $PATH_SEPARATOR rather than $PATHSEP
1662 CF_CURSES_LIBS, CF_LIB_PREFIX, CF_PROG_EXT for $PATHSEP and $CFLAGS
/freebsd-12-stable/contrib/ncurses/
DNEWS2340 + change variable from PATHSEP to PATH_SEPARATOR