Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c1394 #define ISSLASHW(c) ((c) == L'\\' || (c) == L'/') macro
1425 #define ISSLASH ISSLASHW in IsUNCRootW()