Home
last modified time | relevance | path

Searched refs:ISSLASH (Results 1 – 16 of 16) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dbasename.c43 if (ISSLASH (*p)) in base_name()
47 while (ISSLASH (*p)); in base_name()
53 if (ISSLASH (*base)) in base_name()
75 for (len = strlen (name); 1 < len && ISSLASH (name[len - 1]); len--) in base_len()
Ddirname.h29 # ifndef ISSLASH
30 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
37 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)])
Ddirname.c40 if (! ISSLASH (file[length - 1])) in dir_len()
44 return prefix_length + ISSLASH (file[prefix_length]); in dir_len()
Dfilenamecat.c44 for (f += FILE_SYSTEM_PREFIX_LEN (f); ISSLASH (*f); f++) in longest_relative_suffix()
70 size_t needs_separator = (dirbaselen && ! ISSLASH (dirbase[dirbaselen - 1])); in file_name_concat()
Dsystem.h322 # define ISABSOLUTE(s) ISSLASH(s[FILE_SYSTEM_PREFIX_LEN(s)])
/mirbsd/src/gnu/usr.bin/cvs/m4/
Ddos.m447 AH_VERBATIM(ISSLASH,
49 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
51 # define ISSLASH(C) ((C) == '/')
/mirbsd/src/gnu/usr.bin/cvs/src/
Dadd.c130 if (ISSLASH (*p)) in add()
232 && ISSLASH (repository[cvsroot_len]) in add()
236 && ISSLASH (repository[cvsroot_len + sizeof CVSROOTADM]) in add()
331 && ISSLASH (repository[cvsroot_len]) in add()
335 && ISSLASH (repository[cvsroot_len + sizeof CVSROOTADM]) in add()
Drepos.c196 && ISSLASH (repository[len - 2])) in Sanitize_Repository_Name()
Dlock.c254 while (!ISSLASH (*p) && *p != '\0') in lock_name()
256 if (ISSLASH (*p)) in lock_name()
260 if (!ISSLASH (q[p - short_repos - 1]) in lock_name()
Dsubr.c131 if (p[0] == '.' && p[1] == '.' && (p[2] == '\0' || ISSLASH (p[2]))) in pathname_levels()
137 else if (p[0] == '\0' || ISSLASH (p[0]) || in pathname_levels()
138 (p[0] == '.' && (p[1] == '\0' || ISSLASH (p[1])))) in pathname_levels()
144 while (*p != '\0' && !ISSLASH (*p)) p++; in pathname_levels()
Droot.c200 && (ISSLASH (root_in[strlen (config->PrimaryServer->directory)]) in primary_root_translate()
246 && (ISSLASH (root_in[strlen (current_parsed_root->directory)]) in primary_root_inverse_translate()
Dfind_names.c432 && ISSLASH (dir[strlen (current_parsed_root->directory)]) in find_dirs()
Dimport.c187 ((cp == argv[0]) || ISSLASH (*(cp-1))) && /* /^CVS/ OR m#/CVS# AND ... */ in import()
188 ((*(cp+3) == '\0') || ISSLASH (*(cp+3))) /* /CVS$/ OR m#CVS/# */ in import()
Dclient.c158 if (ISSLASH (*t)) in arg_should_not_be_sent_to_server()
669 while (ISSLASH (*questionable)) questionable++; in path_list_prefixed()
2388 if (ISSLASH (*p)) in send_repository()
4867 else if (ISSLASH (*p)) in send_file_names()
Dcommit.c802 && ISSLASH (finfo->repository[cvsroot_len]) in check_fileproc()
806 && ISSLASH (finfo->repository[cvsroot_len + sizeof (CVSROOTADM)]) in check_fileproc()
/mirbsd/src/gnu/usr.bin/cvs/
Dconfig.h.in738 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
740 # define ISSLASH(C) ((C) == '/') macro