Home
last modified time | relevance | path

Searched refs:ISDIRSEP (Results 1 – 12 of 12) sorted by relevance

/netbsd/bin/ksh/
H A Dpath.c67 if (ISDIRSEP(c) || c == '\0')
90 if (!ISDIRSEP(cwd[len - 1]))
98 if (!ISDIRSEP(plist[plen - 1]))
146 while (ISDIRSEP(*t))
158 if (!t[1] || ISDIRSEP(t[1])) {
161 } else if (t[1] == '.' && (!t[2] || ISDIRSEP(t[2]))) {
169 while (--cur > start && !ISDIRSEP(*cur))
180 while (*t && !ISDIRSEP(*t))
240 while (ISDIRSEP(*p))
250 if (ISDIRSEP(*xp))
H A Dedit.c484 && !ISDIRSEP(words[0][prefix_len - 1]))
760 if (ISDIRSEP(buf[p]))
843 else if (ISDIRSEP(*s))
918 for (p = se - 1; p > s && ISDIRSEP(*p); p--)
920 for (; p > s && !ISDIRSEP(*p); p--)
922 if (ISDIRSEP(*p) && p + 1 < se)
H A Dsh.h147 # define ISDIRSEP(c) ((c) == '/') macro
148 # define ISABSPATH(s) ISDIRSEP((s)[0])
H A Deval.c1034 && ISDIRSEP(xp[-1]) && !S_ISDIR(lstatb.st_mode)
1047 && xp > Xstring(*xs, xp) && !ISDIRSEP(xp[-1])
1068 while (ISDIRSEP(*sp)) {
1222 while (p[0] == CHAR && !ISDIRSEP(p[1])
H A Demacs.c1803 if ((nwords == 1) && (!ISDIRSEP(words[0][nlen - 1]))) {
H A Dexec.c1003 if ((tp->flag&ISSET) && (all || !ISDIRSEP(tp->val.s[0]))) {
H A Dvi.c2089 if (match_len > 0 && !ISDIRSEP(match[match_len - 1]))
/netbsd/external/gpl2/xcvs/dist/lib/
H A DChangeLog1087 * system.h (ISDIRSEP): Remove.
1088 (ISABSOLUTE): s/ISDIRSEP/ISSLASH/. Use FILESYSTEM_PREFIX_LEN to search
2077 FOLD_FN_CHAR, FILENAMES_CASE_INSENSITIVE, and ISDIRSEP, and
2545 (CVS_MKDIR, FOLD_FN_CHAR, fnfold, fncmp, ISDIRSEP, OPEN_BINARY,
/netbsd/external/gpl2/xcvs/dist/src/
H A DChangeLog-971708 check). Move check for '/' (now ISDIRSEP) up to sanity check, so
2591 send any ISDIRSEP character as '/'. Fixes
H A DChangeLog4096 repos.c, server.c, subr.c: s/ISDIRSEP/ISSLASH/.
4282 * import.c (import): Use ISDIRSEP rather than testing paths against `/'
4468 * subr.c (pathname_levels): Use ISDIRSEP() instead of strchr('/')
H A DChangeLog-963643 * client.c (send_file_names): Translate ISDIRSEP characters to '/'.
/netbsd/external/gpl2/xcvs/dist/
H A DChangeLog1540 * NEWS: Note Windows ISDIRSEP fix.