Home
last modified time | relevance | path

Searched defs:IS_DIR_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # define IS_DIR_SEPARATOR(ch) \ macro
Dmake-relative-prefix.c94 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
96 # define IS_DIR_SEPARATOR(ch) \ macro
/toolchain/binutils/binutils-2.25/include/
Dfilenames.h43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro