Home
last modified time | relevance | path

Searched refs:IS_DOS_DIR_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dfilenames.h43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c)
67 #define IS_DOS_DIR_SEPARATOR(c) IS_DIR_SEPARATOR_1 (1, c) macro
DChangeLog878 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
905 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH)
/toolchain/binutils/binutils-2.25/libiberty/
Dlbasename.c70 if (IS_DOS_DIR_SEPARATOR (*name)) in dos_lbasename()