Searched defs:IS_DIR_SEPARATOR (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dmake-relative-prefix.c90 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
92 # define IS_DIR_SEPARATOR(ch) \ macro
H A Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # define IS_DIR_SEPARATOR(ch) \ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dfilenames.h35 #define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
45 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro

Completed in 124 milliseconds