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

/haiku-buildtools/legacy/binutils/include/
H A Dfilenames.h35 #define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
45 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/haiku-buildtools/binutils/libiberty/
H A Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # define IS_DIR_SEPARATOR(ch) \ macro
H A Dmake-relative-prefix.c94 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
96 # define IS_DIR_SEPARATOR(ch) \ macro
/haiku-buildtools/gcc/libiberty/
H A Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # define IS_DIR_SEPARATOR(ch) \ macro
H A Dmake-relative-prefix.c94 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
96 # define IS_DIR_SEPARATOR(ch) \ macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # 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
/haiku-buildtools/gcc/include/
H A Dfilenames.h43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
54 # define IS_DIR_SEPARATOR(c) IS_UNIX_DIR_SEPARATOR (c) macro
/haiku-buildtools/binutils/include/
H A Dfilenames.h43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
52 # define IS_DIR_SEPARATOR(c) IS_UNIX_DIR_SEPARATOR (c) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dprefix.c85 # define IS_DIR_SEPARATOR(ch) ((ch) == '/') macro
88 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
90 # define IS_DIR_SEPARATOR(ch) \ macro
H A Dgcc.c72 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
74 # define IS_DIR_SEPARATOR(ch) \ macro
[all...]

Completed in 138 milliseconds