Home
last modified time | relevance | path

Searched defs:ISSLASH (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/
Dconfig.h.in817 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
819 # define ISSLASH(C) ((C) == '/') macro
/netbsd/src/external/gpl3/gcc/dist/intl/
Dlocalcharset.c78 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
86 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
Drelocatable.c72 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
81 # define ISSLASH(C) ((C) == '/') macro
Dl10nflist.c72 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
79 # define ISSLASH(C) ((C) == '/') macro
Ddcigettext.c201 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
210 # define ISSLASH(C) ((C) == '/') macro
/netbsd/src/external/gpl2/xcvs/dist/lib/
Ddirname.h30 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
/netbsd/src/external/gpl2/xcvs/include/
Dconfig.h833 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
835 # define ISSLASH(C) ((C) == '/') macro