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

/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h492 # define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/') macro
493 # define ISABSOLUTE(s) (ISDIRSEP(s[0]) || FOLD_FN_CHAR(s[0]) >= 'a' && FOLD_FN_CHAR(s[0]) <= 'z' && s[1] == ':' && ISDIRSEP(s[2]))
539 #ifndef ISDIRSEP
540 # define ISDIRSEP(c) ((c) == '/') macro
547 # define ISABSOLUTE(s) ISDIRSEP(s[0])
/freebsd-9.3-release/contrib/cvs/src/
H A Drepos.c207 && ISDIRSEP (repository[len - 2]))
H A Dadd.c132 if (ISDIRSEP (*p))
240 && ISDIRSEP (repository[cvsroot_len])
244 && ISDIRSEP (repository[cvsroot_len + sizeof CVSROOTADM])
338 && ISDIRSEP (repository[cvsroot_len])
342 && ISDIRSEP (repository[cvsroot_len + sizeof CVSROOTADM])
H A Dsubr.c201 if (p[0] == '.' && p[1] == '.' && (p[2] == '\0' || ISDIRSEP (p[2])))
207 else if (p[0] == '\0' || ISDIRSEP (p[0]) ||
208 (p[0] == '.' && (p[1] == '\0' || ISDIRSEP (p[1]))))
213 /* q = strchr (p, '/'); but sub ISDIRSEP() for '/': */
214 while (*p != '\0' && !ISDIRSEP (*p)) p++;
H A Dlock.c258 while (!ISDIRSEP (*p) && *p != '\0')
260 if (ISDIRSEP (*p))
264 if (!ISDIRSEP (q[p - short_repos - 1])
H A Dfind_names.c327 && ISDIRSEP (dir[strlen (current_parsed_root->directory)])
H A Dimport.c170 (cp == argv[0] || ISDIRSEP(*(cp-1)))
172 && (*(cp+3) == '\0' || ISDIRSEP(*(cp+3)))
H A Dcommit.c850 && ISDIRSEP (finfo->repository[cvsroot_len])
854 && ISDIRSEP (finfo->repository[cvsroot_len + sizeof (CVSROOTADM)])
H A Dclient.c239 if (ISDIRSEP(*t))
1044 while (ISDIRSEP (*questionable)) questionable++;
2790 if (ISDIRSEP (*p))
5540 else if (ISDIRSEP (*p))

Completed in 126 milliseconds