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

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

Completed in 52 milliseconds