Home
last modified time | relevance | path

Searched refs:IS_SLASH (Results 1 – 1 of 1) sorted by relevance

/libuv/src/win/
H A Dfs.c145 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') macro
1596 else if (IS_SLASH(pathw[len - 1])) in fs__opendir()
2712 path[1] == L':' && IS_SLASH(path[2]); in fs__create_junction()
2746 if (IS_SLASH(path[i])) { in fs__create_junction()
2773 if (IS_SLASH(path[i])) { in fs__create_junction()

Completed in 11 milliseconds