Home
last modified time | relevance | path

Searched defs:IS_SEP (Results 1 - 2 of 2) sorted by relevance

/third_party/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
/third_party/python/Python/
H A Dfileutils.c2200 #define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP) in _Py_normpath_and_size() macro
2202 #define IS_SEP(x) (*(x) == SEP) in _Py_normpath_and_size() macro
2303 #undef IS_SEP _Py_normpath_and_size() macro
[all...]

Completed in 4 milliseconds