Searched refs:stripformat (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstringobject.c1439 static const char *stripformat[] = {"|O:lstrip", "|O:rstrip", "|O:strip"}; variable
1441 #define STRIPNAME(i) (stripformat[i]+3)
1889 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep))
H A Dunicodeobject.c7048 static const char *stripformat[] = {"|O:lstrip", "|O:rstrip", "|O:strip"}; variable
7050 #define STRIPNAME(i) (stripformat[i]+3)
7123 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstringobject.c1422 static const char *stripformat[] = {"|O:lstrip", "|O:rstrip", "|O:strip"}; variable
1424 #define STRIPNAME(i) (stripformat[i]+3)
1872 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep))
H A Dunicodeobject.c6940 static const char *stripformat[] = {"|O:lstrip", "|O:rstrip", "|O:strip"}; variable
6942 #define STRIPNAME(i) (stripformat[i]+3)
7015 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep))

Completed in 44 milliseconds