Home
last modified time | relevance | path

Searched refs:PATH_SEP_CHAR (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSearchPath.cpp12 #define PATH_SEP_CHAR '\\' macro
15 #define PATH_SEP_CHAR '/' macro
111 if ((first[first.size() - 1] != PATH_SEP_CHAR) && (second[0] != PATH_SEP_CHAR)) in joinPaths()
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dsearchpath.cpp87 *p++ = PATH_SEP_CHAR; in command_line_dir()
91 *p++ = PATH_SEP_CHAR; in command_line_dir()
115 char *end = strchr(p, PATH_SEP_CHAR); in open_file()
172 char *end = strchr(p, PATH_SEP_CHAR); in open_file_cautious()
H A Drelocate.cpp104 char *end = strchr(p, PATH_SEP_CHAR); in searchpath()
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dsearch_list.h28 #define PATH_SEP_CHAR ';' macro
30 #define PATH_SEP_CHAR ':' macro
H A Dsearch_list.c38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append()
H A DChangeLog-9203704 * search_list.h (PATH_SEP_CHAR): Define.
706 * search_list.c (search_list_append): Use PATH_SEP_CHAR.
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dsearch_list.h28 #define PATH_SEP_CHAR ';' macro
30 #define PATH_SEP_CHAR ':' macro
H A Dsearch_list.c38 colon = strchr (beg, PATH_SEP_CHAR); in search_list_append()
H A DChangeLog-9203704 * search_list.h (PATH_SEP_CHAR): Define.
706 * search_list.c (search_list_append): Use PATH_SEP_CHAR.
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h96 # define PATH_SEP_CHAR ';' macro
208 # define PATH_SEP_CHAR ':' macro
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp248 Fargs += PATH_SEP_CHAR; in main()
393 e += PATH_SEP_CHAR; in main()
419 f += PATH_SEP_CHAR; in main()
/netbsd-src/external/gpl2/groff/dist/
H A Daclocal.m4950 #if PATH_SEP_CHAR == ';'
H A DChangeLog2764 * src/include/nonposix.h (PATH_SEP_CHAR): New definition.
2765 Replace `PATH_SEP[0]' with `PATH_SEP_CHAR' everywhere.