Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/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.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/netbsd/external/gpl3/gdb/dist/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.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/netbsd/external/gpl3/binutils/dist/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.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/netbsd/external/gpl3/binutils.old/dist/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.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/netbsd/external/gpl3/gdb.old/dist/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.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/netbsd/external/gpl3/gcc.old/dist/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.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/netbsd/external/gpl3/gdb/dist/include/
H A Dfilenames.h44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dfilenames.h43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dfilenames.h44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dfilenames.h44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dfilenames.h44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dfilenames.h44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/netbsd/external/gpl3/gcc/dist/c++tools/
H A Dserver.cc93 #define IS_DIR_SEPARATOR(C) ((C) == '/') macro