Searched refs:IS_SLASH (Results 1 – 1 of 1) sorted by relevance
132 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') macro1583 else if (IS_SLASH(pathw[len - 1])) in fs__opendir()2523 path[1] == L':' && IS_SLASH(path[2]); in fs__create_junction()2557 if (IS_SLASH(path[i])) { in fs__create_junction()2584 if (IS_SLASH(path[i])) { in fs__create_junction()
Completed in 11 milliseconds