Searched refs:DIR_SEPS (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/include/ |
| H A D | nonposix.h | 99 # define DIR_SEPS "/\\:" macro 210 #ifndef DIR_SEPS 211 # define DIR_SEPS "/" macro
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | relocate.cpp | 59 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 D | searchpath.cpp | 118 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 D | tmpfile.cpp | 86 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 D | groff.cpp | 440 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 D | indxbib.cpp | 209 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 D | tfmtodit.cpp | 771 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 D | hpftodit.cpp | 1445 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 D | index.cpp | 448 && strchr(DIR_SEPS, strchr(cwd, '\0')[-1]) == 0); in munge_filename()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.116 | 65 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,
|