Searched refs:IS_DIR_SEPARATOR (Results 1 – 16 of 16) sorted by relevance
94 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro96 # define IS_DIR_SEPARATOR(ch) \ macro130 if (name[1] == ':' && IS_DIR_SEPARATOR (name[2])) in split_directories()139 if (IS_DIR_SEPARATOR (ch)) in split_directories()142 while (IS_DIR_SEPARATOR (*p)) in split_directories()155 if (name[1] == ':' && IS_DIR_SEPARATOR (name[2])) in split_directories()170 if (IS_DIR_SEPARATOR (ch)) in split_directories()172 while (IS_DIR_SEPARATOR (*p)) in split_directories()275 if (! IS_DIR_SEPARATOR (endp[-1])) in make_relative_prefix_1()
36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro38 # define IS_DIR_SEPARATOR(ch) \ macro55 if (IS_DIR_SEPARATOR (*name)) in basename()
4068 (IS_DIR_SEPARATOR): Remove VMS junk.5718 (IS_DIR_SEPARATOR): Likewise.
43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro52 # define IS_DIR_SEPARATOR(c) IS_UNIX_DIR_SEPARATOR (c)
869 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,882 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.897 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR,909 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1.
909 (HAVE_DOS_BASED_FILE_SYSTEM, IS_DIR_SEPARATOR)
642 if (*n == '.' && *++n == '.' && ( ! *++n || IS_DIR_SEPARATOR (*n))) in is_valid_archive_path()645 while (*n && ! IS_DIR_SEPARATOR (*n)) in is_valid_archive_path()647 while (IS_DIR_SEPARATOR (*n)) in is_valid_archive_path()
1356 if (IS_DIR_SEPARATOR(*s)) in show_line()3523 while (IS_DIR_SEPARATOR (prefix[prefix_length - 1])) in main()
1331 if (!IS_DIR_SEPARATOR(this->name_[0]) in add_sysroot()1332 && !IS_DIR_SEPARATOR(sysroot[strlen(sysroot) - 1])) in add_sysroot()1346 && IS_DIR_SEPARATOR(canonical_name[canonical_sysroot_len])) in add_sysroot()
971 if (!IS_DIR_SEPARATOR(name[name.length() - 1])) in try_extra_search_path()
1387 if (IS_DIR_SEPARATOR (abfd->filename[dirlen - 1])) in find_separate_debug_file()1403 if (IS_DIR_SEPARATOR (canon_dir[canon_dirlen - 1])) in find_separate_debug_file()
1443 while (*e1 && ! IS_DIR_SEPARATOR (*e1)) in adjust_relative_path()1445 while (*e2 && ! IS_DIR_SEPARATOR (*e2)) in adjust_relative_path()1458 if (IS_DIR_SEPARATOR (*refp)) in adjust_relative_path()1482 if (IS_DIR_SEPARATOR (*down)) in adjust_relative_path()
84 && IS_DIR_SEPARATOR (realname[ld_canon_sysroot_len])) in is_sysrooted_pathname()
298 if (IS_DIR_SEPARATOR (* c)) in rx_include()343 if (IS_DIR_SEPARATOR (* p)) in rx_include()
3755 if (IS_DIR_SEPARATOR (*name))3828 if (IS_DIR_SEPARATOR (wrapper[0]))3927 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))3929 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
551 && IS_DIR_SEPARATOR (filename [last_used_dir_len]) in get_filenum()