Home
last modified time | relevance | path

Searched refs:DIR_SEPS (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h99 # define DIR_SEPS "/\\:" macro
210 #ifndef DIR_SEPS
211 # define DIR_SEPS "/" macro
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Drelocate.cpp59 char *p = strrchr(s, DIR_SEPS[0]); in xdirname()
60 const char *sep = &DIR_SEPS[1]; in xdirname()
107 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in searchpath()
H A Dsearchpath.cpp118 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in open_file()
175 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in open_file_cautious()
H A Dtmpfile.cpp86 int need_slash = strchr(DIR_SEPS, *tem_end) == NULL ? 1 : 0; in temp_init()
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dgroff.cpp440 const char *p = strrchr(s, DIR_SEPS[0]), *p1; in xbasename()
441 const char *sep = &DIR_SEPS[1]; in xbasename()
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp209 const char *p = strrchr(base_name, DIR_SEPS[0]), *p1; in main()
210 const char *sep = &DIR_SEPS[1]; in main()
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/
H A Dtfmtodit.cpp771 const char *s = strrchr(internal_name, DIR_SEPS[0]), *s1; in main()
772 const char *sep = &DIR_SEPS[1]; in main()
/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp1445 const char *b = strrchr(s, DIR_SEPS[0]), *b1; in xbasename()
1446 const char *sep = &DIR_SEPS[1]; in xbasename()
/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp448 && strchr(DIR_SEPS, strchr(cwd, '\0')[-1]) == 0); in munge_filename()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.11665 characters, as given by DIR_SEPS[] in nonposix.h.
77 characters, as given by DIR_SEPS[] in nonposix.h.
114 characters, as given by DIR_SEPS[] in nonposix.h.
142 (search_path::open_file): Use IS_ABSOLUTE, PATH_SEP and DIR_SEPS,