Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dmake-relative-prefix.c94 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
96 # define IS_DIR_SEPARATOR(ch) \ macro
130 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()
Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # define IS_DIR_SEPARATOR(ch) \ macro
55 if (IS_DIR_SEPARATOR (*name)) in basename()
DChangeLog4068 (IS_DIR_SEPARATOR): Remove VMS junk.
5718 (IS_DIR_SEPARATOR): Likewise.
/toolchain/binutils/binutils-2.25/include/
Dfilenames.h43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
52 # define IS_DIR_SEPARATOR(c) IS_UNIX_DIR_SEPARATOR (c)
DChangeLog869 * 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.
DChangeLog-9103909 (HAVE_DOS_BASED_FILE_SYSTEM, IS_DIR_SEPARATOR)
/toolchain/binutils/binutils-2.25/binutils/
Dbucomm.c642 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()
Dobjdump.c1356 if (IS_DIR_SEPARATOR(*s)) in show_line()
3523 while (IS_DIR_SEPARATOR (prefix[prefix_length - 1])) in main()
/toolchain/binutils/binutils-2.25/gold/
Doptions.cc1331 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()
Dfileread.cc971 if (!IS_DIR_SEPARATOR(name[name.length() - 1])) in try_extra_search_path()
/toolchain/binutils/binutils-2.25/bfd/
Dopncls.c1387 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()
Darchive.c1443 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()
/toolchain/binutils/binutils-2.25/ld/
Dldfile.c84 && IS_DIR_SEPARATOR (realname[ld_canon_sysroot_len])) in is_sysrooted_pathname()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-rx.c298 if (IS_DIR_SEPARATOR (* c)) in rx_include()
343 if (IS_DIR_SEPARATOR (* p)) in rx_include()
/toolchain/binutils/binutils-2.25/
Dltmain.sh3755 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)))
/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.c551 && IS_DIR_SEPARATOR (filename [last_used_dir_len]) in get_filenum()