Home
last modified time | relevance | path

Searched refs: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
73 while(n && !IS_SEP(path[n-1])) in dirslash()
76 while(n && IS_SEP(path[n-1])) in dirslash()
/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
2204 #define SEP_OR_END(x) (IS_SEP(x) || IS_END(x)) in _Py_normpath_and_size()
2207 if (p1[0] == L'.' && IS_SEP(&p1[1])) { in _Py_normpath_and_size()
2209 while (IS_SEP(path) && !IS_END(path)) { in _Py_normpath_and_size()
2225 else if (IS_SEP(&p1[0]) && IS_SEP(&p1[1])) { in _Py_normpath_and_size()
2231 if (IS_SEP(p1)) { in _Py_normpath_and_size()
2242 else if (IS_SEP(&p1[0]) && IS_SEP( in _Py_normpath_and_size()
2303 #undef IS_SEP _Py_normpath_and_size() macro
[all...]

Completed in 4 milliseconds