Searched refs:ALTSEP (Results 1 – 12 of 12) sorted by relevance
26 #define ALTSEP '\\' macro29 #define ALTSEP '/'46 #define ALTSEP '\\' macro
28 #define ALTSEP '\\' macro31 #define ALTSEP '/'48 #define ALTSEP '\\' macro
16 #define ALTSEP '\\' macro19 #define ALTSEP '/'
97 #ifdef ALTSEP in is_sep()98 return ch == SEP || ch == ALTSEP; in is_sep()
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()
2195 if (ch != SEP && ch != ALTSEP && ch != ':') in posix_listdir()2273 if (*pt == ALTSEP) in posix_listdir()
103 return ch == SEP || ch == ALTSEP; in is_sep()
1388 #ifdef ALTSEP in find_module()1389 && buf[len-1] != ALTSEP in find_module()
1491 #ifdef ALTSEP in find_module()1492 && buf[len-1] != ALTSEP in find_module()