Searched refs:ALTSEP (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Include/ |
D | osdefs.h | 16 #define ALTSEP '\\' macro 19 #define ALTSEP '/'
|
/external/python/cpython2/PC/os2emx/ |
D | getpathp.c | 90 #ifdef ALTSEP in is_sep() 91 return ch == SEP || ch == ALTSEP; in is_sep() 218 #ifdef ALTSEP in get_progpath() 219 if (strchr(prog, SEP) || strchr(prog, ALTSEP)) in get_progpath()
|
/external/python/cpython2/PC/os2vacpp/ |
D | getpathp.c | 60 #ifdef ALTSEP in is_sep() 61 return ch == SEP || ch == ALTSEP; in is_sep() 263 #ifdef ALTSEP in get_progpath() 264 if (strchr(prog, SEP) || strchr(prog, ALTSEP)) in get_progpath()
|
/external/python/cpython2/PC/ |
D | getpathp.c | 97 #ifdef ALTSEP in is_sep() 98 return ch == SEP || ch == ALTSEP; in is_sep() 426 #ifdef ALTSEP in get_progpath() 427 if (strchr(prog, SEP) || strchr(prog, ALTSEP)) in get_progpath()
|
/external/python/cpython3/Include/ |
D | osdefs.h | 12 #define ALTSEP L'/' macro
|
/external/python/cpython2/Modules/ |
D | zipimport.c | 85 #ifdef ALTSEP in zipimporter_init() 87 if (*p == ALTSEP) in zipimporter_init() 423 #ifdef ALTSEP in zipimporter_get_data() 432 #ifdef ALTSEP in zipimporter_get_data() 439 if (*p == ALTSEP) in zipimporter_get_data()
|
D | posixmodule.c | 2388 if (ch != SEP && ch != ALTSEP && ch != ':') in posix_listdir() 2466 if (*pt == ALTSEP) in posix_listdir()
|
/external/python/cpython3/Modules/ |
D | zipimport.c | 19 #ifdef ALTSEP 116 #ifdef ALTSEP in zipimport_zipimporter___init___impl() 117 tmp = _PyObject_CallMethodId(path, &PyId_replace, "CC", ALTSEP, SEP); in zipimport_zipimporter___init___impl() 668 #ifdef ALTSEP in zipimport_zipimporter_get_data_impl() 670 "OCC", path, ALTSEP, SEP); in zipimport_zipimporter_get_data_impl()
|
D | posixmodule.c | 3487 if (wch != SEP && wch != ALTSEP && wch != L':') in _listdir_windows_no_opendir() 11968 if (ch != SEP && ch != ALTSEP && ch != L':') in join_path_filenameW()
|
/external/python/cpython3/PC/ |
D | getpathp.c | 137 #ifdef ALTSEP in is_sep() 138 return ch == SEP || ch == ALTSEP; in is_sep()
|
/external/python/cpython2/Python/ |
D | import.c | 1531 #ifdef ALTSEP in find_module() 1532 && buf[len-1] != ALTSEP in find_module()
|