Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c2325 #define IS_END(x) (pEnd ? (x) == pEnd : !*(x)) in _Py_skiproot() macro
2501 #define IS_END(x) (pEnd ? (x) == pEnd : !*(x)) in _Py_normpath_and_size() macro