Home
last modified time | relevance | path

Searched defs:IS_SEP (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/curl/lib/
H A Dfopen.c55 #define IS_SEP(x) (((x) == '/') || ((x) == '\\')) macro
58 #define IS_SEP(x) ((x) == '\\') macro
61 #define IS_SEP(x) ((x) == '/') macro
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Ddir_make_recurse.c22 #define IS_SEP(c) (c == '/' || c == '\\') macro
/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c2198 #define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP) in _Py_normpath() macro
2200 #define IS_SEP(x) (*(x) == SEP) in _Py_normpath() macro