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

/freebsd-10-stable/contrib/binutils/include/
H A Dfilenames.h35 #define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
44 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/freebsd-10-stable/contrib/gcclibs/include/
H A Dfilenames.h35 #define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
45 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/freebsd-10-stable/contrib/gdb/include/
H A Dfilenames.h35 #define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
45 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/freebsd-10-stable/contrib/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
/freebsd-10-stable/contrib/gcclibs/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

Completed in 128 milliseconds