Home
last modified time | relevance | path

Searched refs:ALTSEP (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dosdefs.h12 #define ALTSEP L'/' macro
/third_party/python/PC/
Dgetpathp.c141 #ifdef ALTSEP in is_sep()
142 return ch == SEP || ch == ALTSEP; in is_sep()
/third_party/python/Modules/
Dposixmodule.c4033 if (wch != SEP && wch != ALTSEP && wch != L':') in _listdir_windows_no_opendir()
13830 if (ch != SEP && ch != ALTSEP && ch != L':') in join_path_filenameW()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch424 #define ALTSEP L'/'
3762 + return ch == SEP || ch == ALTSEP;