Home
last modified time | relevance | path

Searched defs:need_slash (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dconcatpath.c53 int need_slash = in concatenated_pathname() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dconcatpath.c53 int need_slash = in concatenated_pathname() local
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dsearchpath.cpp118 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in open_file() local
175 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in open_file_cautious() local
H A Drelocate.cpp107 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in searchpath() local
H A Dtmpfile.cpp86 int need_slash = strchr(DIR_SEPS, *tem_end) == NULL ? 1 : 0; in temp_init() local
/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp447 int need_slash = (cwd[0] != 0 in munge_filename() local