Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dosdefs.h26 #define ALTSEP '\\' macro
29 #define ALTSEP '/'
46 #define ALTSEP '\\' macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dosdefs.h26 #define ALTSEP '\\' macro
29 #define ALTSEP '/'
46 #define ALTSEP '\\' macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dosdefs.h28 #define ALTSEP '\\' macro
31 #define ALTSEP '/'
48 #define ALTSEP '\\' macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dosdefs.h16 #define ALTSEP '\\' macro
19 #define ALTSEP '/'
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c97 #ifdef ALTSEP in is_sep()
98 return ch == SEP || ch == ALTSEP; in is_sep()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzipimport.c85 #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()
Dposixmodule.c2195 if (ch != SEP && ch != ALTSEP && ch != ':') in posix_listdir()
2273 if (*pt == ALTSEP) in posix_listdir()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzipimport.c85 #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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c103 return ch == SEP || ch == ALTSEP; in is_sep()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c1388 #ifdef ALTSEP in find_module()
1389 && buf[len-1] != ALTSEP in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c1388 #ifdef ALTSEP in find_module()
1389 && buf[len-1] != ALTSEP in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c1491 #ifdef ALTSEP in find_module()
1492 && buf[len-1] != ALTSEP in find_module()