| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | basename.c | 46 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()
|
| D | dirname.h | 29 # ifndef ISSLASH 30 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro 37 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)])
|
| D | dirname.c | 43 if (! ISSLASH (file[length - 1])) in dir_len() 47 return prefix_length + ISSLASH (file[prefix_length]); in dir_len()
|
| D | filenamecat.c | 47 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()
|
| D | system.h | 322 # define ISABSOLUTE(s) ISSLASH(s[FILE_SYSTEM_PREFIX_LEN(s)])
|
| D | ChangeLog | 1088 (ISABSOLUTE): s/ISDIRSEP/ISSLASH/. Use FILESYSTEM_PREFIX_LEN to search
|
| /netbsd/src/external/gpl3/gcc/dist/intl/ |
| D | relocatable.c | 72 # 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()
|
| D | localcharset.c | 78 # 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()
|
| D | l10nflist.c | 72 # 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])
|
| D | dcigettext.c | 201 # 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/ |
| D | dos.m4 | 47 AH_VERBATIM(ISSLASH, 49 # define ISSLASH(C) ((C) == '/' || (C) == '\\') 51 # define ISSLASH(C) ((C) == '/')
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | add.c | 132 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()
|
| D | repos.c | 198 && ISSLASH (repository[len - 2])) in Sanitize_Repository_Name()
|
| D | lock.c | 297 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()
|
| D | subr.c | 132 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()
|
| D | root.c | 200 && (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()
|
| D | find_names.c | 434 && ISSLASH (dir[strlen (current_parsed_root->directory)]) in find_dirs()
|
| D | import.c | 187 ((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()
|
| D | client.c | 162 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()
|
| D | commit.c | 825 && ISSLASH (finfo->repository[cvsroot_len]) in check_fileproc() 829 && ISSLASH (finfo->repository[cvsroot_len + sizeof (CVSROOTADM)]) in check_fileproc()
|
| D | ChangeLog | 4096 repos.c, server.c, subr.c: s/ISDIRSEP/ISSLASH/.
|
| /netbsd/src/external/gpl2/xcvs/include/ |
| D | config.h | 833 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro 835 # define ISSLASH(C) ((C) == '/') macro
|
| /netbsd/src/external/gpl2/xcvs/dist/ |
| D | config.h.in | 817 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro 819 # define ISSLASH(C) ((C) == '/') macro
|