Searched defs:ISSLASH (Results 1 – 5 of 5) sorted by relevance
78 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro86 # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) macro
77 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro86 # define ISSLASH(C) ((C) == '/') macro
73 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro80 # define ISSLASH(C) ((C) == '/') macro
206 # define ISSLASH(C) ((C) == '/' || (C) == '\\') macro215 # define ISSLASH(C) ((C) == '/') macro
1593 #define ISSLASH ISSLASHA in IsUNCRootA() macro1616 #define ISSLASH ISSLASHW in IsUNCRootW() macro