Home
last modified time | relevance | path

Searched refs:ISSLASHW (Results 1 – 3 of 3) sorted by path

/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c1585 #define ISSLASHW(c) ((c) == L'\\' || (c) == L'/') macro
1616 #define ISSLASH ISSLASHW in IsUNCRootW()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c1585 #define ISSLASHW(c) ((c) == L'\\' || (c) == L'/') macro
1616 #define ISSLASH ISSLASHW in IsUNCRootW()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c1394 #define ISSLASHW(c) ((c) == L'\\' || (c) == L'/') macro
1425 #define ISSLASH ISSLASHW in IsUNCRootW()