Searched refs:RIGHTSTRIP (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | stropmodule.c | 25 #define RIGHTSTRIP 1 macro 391 if (striptype != RIGHTSTRIP) { in do_strip() 450 return do_strip(args, RIGHTSTRIP); in strop_rstrip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | stropmodule.c | 25 #define RIGHTSTRIP 1 macro 391 if (striptype != RIGHTSTRIP) { in do_strip() 450 return do_strip(args, RIGHTSTRIP); in strop_rstrip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | stringobject.c | 1435 #define RIGHTSTRIP 1 macro 1831 if (striptype != RIGHTSTRIP) { in do_xstrip() 1861 if (striptype != RIGHTSTRIP) { in do_strip() 1967 return do_strip(self, RIGHTSTRIP); /* Common case */ in string_rstrip() 1969 return do_argstrip(self, RIGHTSTRIP, args); in string_rstrip()
|
D | unicodeobject.c | 7044 #define RIGHTSTRIP 1 macro 7065 if (striptype != RIGHTSTRIP) { in _PyUnicode_XStrip() 7095 if (striptype != RIGHTSTRIP) { in do_strip() 7196 return do_strip(self, RIGHTSTRIP); /* Common case */ in unicode_rstrip() 7198 return do_argstrip(self, RIGHTSTRIP, args); in unicode_rstrip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | stringobject.c | 1418 #define RIGHTSTRIP 1 macro 1814 if (striptype != RIGHTSTRIP) { in do_xstrip() 1844 if (striptype != RIGHTSTRIP) { in do_strip() 1950 return do_strip(self, RIGHTSTRIP); /* Common case */ in string_rstrip() 1952 return do_argstrip(self, RIGHTSTRIP, args); in string_rstrip()
|
D | unicodeobject.c | 6936 #define RIGHTSTRIP 1 macro 6957 if (striptype != RIGHTSTRIP) { in _PyUnicode_XStrip() 6987 if (striptype != RIGHTSTRIP) { in do_strip() 7088 return do_strip(self, RIGHTSTRIP); /* Common case */ in unicode_rstrip() 7090 return do_argstrip(self, RIGHTSTRIP, args); in unicode_rstrip()
|