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

/haiku-fatelf/src/bin/gdb/include/
H A Dfilenames.h35 #define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
45 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dbasename.c33 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
35 # define IS_DIR_SEPARATOR(ch) \ macro
H A Dmake-relative-prefix.c90 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
92 # define IS_DIR_SEPARATOR(ch) \ macro

Completed in 46 milliseconds