Home
last modified time | relevance | path

Searched refs:ALTSEP (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dosdefs.h12 #define ALTSEP L'/' macro
/third_party/python/Python/
H A Dfileutils.c2012 if (tail == &path[1] && (path[0] == SEP || path[0] == ALTSEP)) { in _Py_isabs()
2199 #ifdef ALTSEP in _Py_normpath_and_size()
2200 #define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP) in _Py_normpath_and_size()
2253 #ifdef ALTSEP in _Py_normpath_and_size()
2254 if (c == ALTSEP) { in _Py_normpath_and_size()
/third_party/python/Modules/
H A Dposixmodule.c4067 if (wch != SEP && wch != ALTSEP && wch != L':') in _listdir_windows_no_opendir()
14035 if (ch != SEP && ch != ALTSEP && ch != L':') in join_path_filenameW()

Completed in 19 milliseconds