Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c26 #define BOTHSTRIP 2 macro
424 return do_strip(args, BOTHSTRIP); in strop_strip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c26 #define BOTHSTRIP 2 macro
424 return do_strip(args, BOTHSTRIP); in strop_strip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c1436 #define BOTHSTRIP 2 macro
1933 return do_strip(self, BOTHSTRIP); /* Common case */ in string_strip()
1935 return do_argstrip(self, BOTHSTRIP, args); in string_strip()
Dunicodeobject.c7045 #define BOTHSTRIP 2 macro
7162 return do_strip(self, BOTHSTRIP); /* Common case */ in unicode_strip()
7164 return do_argstrip(self, BOTHSTRIP, args); in unicode_strip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c1419 #define BOTHSTRIP 2 macro
1916 return do_strip(self, BOTHSTRIP); /* Common case */ in string_strip()
1918 return do_argstrip(self, BOTHSTRIP, args); in string_strip()
Dunicodeobject.c6937 #define BOTHSTRIP 2 macro
7054 return do_strip(self, BOTHSTRIP); /* Common case */ in unicode_strip()
7056 return do_argstrip(self, BOTHSTRIP, args); in unicode_strip()