Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
H A Dpath_resolver.c12 # define IS_SLASH(c) ((c) == '/') macro
14 # define IS_SLASH(c) ((c) == '/' || (c) == '\\') macro
27 if (IS_SLASH(*s)) in uvwasi__strchr_slash()
68 while (!IS_SLASH(*last) && last != normalized_path) { in uvwasi__normalize_path()
/third_party/libsnd/regtest/
H A Ddatabase.c79 #define IS_SLASH(c) ((c) == '\\' || (c) == '/') macro
80 #define HAS_DRIVELETTER(path) (isalpha ((int)(path[0])) && path[1] == ':' && IS_SLASH(path[2]))
82 #define IS_SLASH(c) ((c) == '/') macro
435 if (!IS_SLASH(filepath [0]) && !HAS_DRIVELETTER(filepath)) in get_filename_pathname()
521 if (IS_SLASH(*fname)) in db_basename()
/third_party/libuv/src/win/
H A Dfs.c120 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') macro
1525 else if (IS_SLASH(pathw[len - 1])) in fs__opendir()
2380 path[1] == L':' && IS_SLASH(path[2]); in fs__create_junction()
2414 if (IS_SLASH(path[i])) { in fs__create_junction()
2440 if (IS_SLASH(path[i])) { in fs__create_junction()
/third_party/node/deps/uv/src/win/
H A Dfs.c115 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') macro
1602 else if (IS_SLASH(pathw[len - 1])) in fs__opendir()
2399 path[1] == L':' && IS_SLASH(path[2]); in fs__create_junction()
2433 if (IS_SLASH(path[i])) { in fs__create_junction()
2459 if (IS_SLASH(path[i])) { in fs__create_junction()

Completed in 18 milliseconds