Home
last modified time | relevance | path

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

/netbsd-src/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 Dsh.h147 # define ISDIRSEP(c) ((c) == '/') macro
148 # define ISABSPATH(s) ISDIRSEP((s)[0])
H A Dexec.c1003 if ((tp->flag&ISSET) && (all || !ISDIRSEP(tp->val.s[0]))) {
H A Demacs.c1803 if ((nwords == 1) && (!ISDIRSEP(words[0][nlen - 1]))) {
H A Dvi.c2089 if (match_len > 0 && !ISDIRSEP(match[match_len - 1]))
/netbsd-src/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-src/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-src/external/gpl2/xcvs/dist/
H A DChangeLog1540 * NEWS: Note Windows ISDIRSEP fix.