Searched refs:RIGHTSTRIP (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
H A Dstropmodule.c25 #define RIGHTSTRIP 1 macro
391 if (striptype != RIGHTSTRIP) {
450 return do_strip(args, RIGHTSTRIP);
/external/python/cpython3/Objects/
H A Dbytesobject.c1747 #define RIGHTSTRIP 1 macro
1946 if (striptype != RIGHTSTRIP) {
1978 if (striptype != RIGHTSTRIP) {
2061 return do_argstrip(self, RIGHTSTRIP, bytes);
H A Dunicodeobject.c12231 #define RIGHTSTRIP 1 macro
12261 if (striptype != RIGHTSTRIP) {
12341 if (striptype != RIGHTSTRIP) {
12367 if (striptype != RIGHTSTRIP) {
12459 return do_strip(self, RIGHTSTRIP); /* Common case */
12461 return do_argstrip(self, RIGHTSTRIP, args);
/external/python/cpython2/Objects/
H A Dstringobject.c1435 #define RIGHTSTRIP 1 macro
1831 if (striptype != RIGHTSTRIP) {
1861 if (striptype != RIGHTSTRIP) {
1967 return do_strip(self, RIGHTSTRIP); /* Common case */
1969 return do_argstrip(self, RIGHTSTRIP, args);
H A Dunicodeobject.c7057 #define RIGHTSTRIP 1 macro
7078 if (striptype != RIGHTSTRIP) {
7108 if (striptype != RIGHTSTRIP) {
7209 return do_strip(self, RIGHTSTRIP); /* Common case */
7211 return do_argstrip(self, RIGHTSTRIP, args);

Completed in 1111 milliseconds