Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.h229 #ifndef PATHSEP
231 # define PATHSEP ';' macro
233 # define PATHSEP ':' macro
H A Dsh.c1478 if (*dp == PATHSEP) in importpath()
1489 if ((c = *dp) == PATHSEP || c == 0) { in importpath()
1494 *dp = PATHSEP; in importpath()
H A Dsh.set.c934 Strbuf_append1(&buf, PATHSEP); in exportpath()
/freebsd/contrib/file/src/
H A Dfile.h103 #define PATHSEP ';' macro
105 #define PATHSEP ':' macro
H A Dmagic.c110 if (asprintf(&newpath, "%s%c%s", *hmagicpath, PATHSEP, tmppath) < 0) in _w32_append_path()
H A Dapprentice.c771 p = CCAST(char *, strchr(fn, PATHSEP)); in file_apprentice()
/freebsd/contrib/dialog/
H A DCHANGES1029 + 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 DNEWS6721 + change variable from PATHSEP to PATH_SEPARATOR