Searched refs:DIR_SEPS (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dnonposix.h99 # define DIR_SEPS "/\\:" macro
210 #ifndef DIR_SEPS
211 # define DIR_SEPS "/" macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Drelocate.cpp56 // DIR_SEPS[] are possible directory separator characters, see nonposix.h.
59 char *p = strrchr(s, DIR_SEPS[0]);
60 const char *sep = &DIR_SEPS[1];
107 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0;
H A Dsearchpath.cpp118 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0;
175 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0;
H A Dtmpfile.cpp86 int need_slash = strchr(DIR_SEPS, *tem_end) == NULL ? 1 : 0;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dgroff.cpp433 // DIR_SEPS[] are possible directory separator characters, see nonposix.h
436 const char *p = strrchr(s, DIR_SEPS[0]), *p1;
437 const char *sep = &DIR_SEPS[1];
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/indxbib/
H A Dindxbib.cpp209 const char *p = strrchr(base_name, DIR_SEPS[0]), *p1;
210 const char *sep = &DIR_SEPS[1];
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp768 // DIR_SEPS[] are possible directory separator characters, see nonposix.h.
771 const char *s = strrchr(internal_name, DIR_SEPS[0]), *s1;
772 const char *sep = &DIR_SEPS[1];
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libbib/
H A Dindex.cpp448 && strchr(DIR_SEPS, strchr(cwd, '\0')[-1]) == 0);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/hpftodit/
H A Dhpftodit.cpp1442 // DIR_SEPS[] are possible directory separator characters, see
1445 const char *b = strrchr(s, DIR_SEPS[0]), *b1;
1446 const char *sep = &DIR_SEPS[1];

Completed in 95 milliseconds