Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dbasename.c46 if (ISSLASH (*p)) in base_name()
50 while (ISSLASH (*p)); in base_name()
56 if (ISSLASH (*base)) in base_name()
78 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.c43 if (! ISSLASH (file[length - 1])) in dir_len()
47 return prefix_length + ISSLASH (file[prefix_length]); in dir_len()
Dfilenamecat.c47 for (f += FILE_SYSTEM_PREFIX_LEN (f); ISSLASH (*f); f++) in longest_relative_suffix()
73 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)])
DChangeLog1088 (ISABSOLUTE): s/ISDIRSEP/ISSLASH/. Use FILESYSTEM_PREFIX_LEN to search
/netbsd/src/external/gpl3/gcc/dist/intl/
Drelocatable.c72 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
81 # define ISSLASH(C) ((C) == '/') macro
192 if (ISSLASH (*p)) in compute_curr_prefix()
224 if (ISSLASH (*rpi) || ISSLASH (*cpi)) in compute_curr_prefix()
226 if (ISSLASH (*rpi) && ISSLASH (*cpi)) in compute_curr_prefix()
418 if (ISSLASH (pathname[orig_prefix_len])) in relocate()
Dlocalcharset.c78 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
85 #ifndef ISSLASH
86 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
127 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); in get_charset_aliases()
Dl10nflist.c72 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
76 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
79 # define ISSLASH(C) ((C) == '/') macro
80 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
Ddcigettext.c201 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
205 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
210 # define ISSLASH(C) ((C) == '/') macro
211 # define IS_ABSOLUTE_PATH(P) ISSLASH ((P)[0])
/netbsd/src/external/gpl2/xcvs/dist/m4/
Ddos.m447 AH_VERBATIM(ISSLASH,
49 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
51 # define ISSLASH(C) ((C) == '/')
/netbsd/src/external/gpl2/xcvs/dist/src/
Dadd.c132 if (ISSLASH (*p)) in add()
234 && ISSLASH (repository[cvsroot_len]) in add()
238 && ISSLASH (repository[cvsroot_len + sizeof CVSROOTADM]) in add()
333 && ISSLASH (repository[cvsroot_len]) in add()
337 && ISSLASH (repository[cvsroot_len + sizeof CVSROOTADM]) in add()
Drepos.c198 && ISSLASH (repository[len - 2])) in Sanitize_Repository_Name()
Dlock.c297 while (!ISSLASH (*p) && *p != '\0') in lock_name()
299 if (ISSLASH (*p)) in lock_name()
303 if (!ISSLASH (q[p - short_repos - 1]) in lock_name()
Dsubr.c132 if (p[0] == '.' && p[1] == '.' && (p[2] == '\0' || ISSLASH (p[2]))) in pathname_levels()
138 else if (p[0] == '\0' || ISSLASH (p[0]) || in pathname_levels()
139 (p[0] == '.' && (p[1] == '\0' || ISSLASH (p[1])))) in pathname_levels()
145 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.c434 && 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.c162 if (ISSLASH (*t)) in arg_should_not_be_sent_to_server()
673 while (ISSLASH (*questionable)) questionable++; in path_list_prefixed()
2393 if (ISSLASH (*p)) in send_repository()
4865 else if (ISSLASH (*p)) in send_file_names()
Dcommit.c825 && ISSLASH (finfo->repository[cvsroot_len]) in check_fileproc()
829 && ISSLASH (finfo->repository[cvsroot_len + sizeof (CVSROOTADM)]) in check_fileproc()
DChangeLog4096 repos.c, server.c, subr.c: s/ISDIRSEP/ISSLASH/.
/netbsd/src/external/gpl2/xcvs/include/
Dconfig.h833 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
835 # define ISSLASH(C) ((C) == '/') macro
/netbsd/src/external/gpl2/xcvs/dist/
Dconfig.h.in817 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
819 # define ISSLASH(C) ((C) == '/') macro