Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dlocalcharset.c78 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
86 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
Drelocatable.c77 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
86 # define ISSLASH(C) ((C) == '/') macro
Dl10nflist.c73 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
80 # define ISSLASH(C) ((C) == '/') macro
Ddcigettext.c206 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro
215 # define ISSLASH(C) ((C) == '/') macro
/external/python/cpython2/Modules/
Dposixmodule.c1593 #define ISSLASH ISSLASHA in IsUNCRootA() macro
1616 #define ISSLASH ISSLASHW in IsUNCRootW() macro