Searched refs:striptype (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Objects/ |
D | bytesobject.c | 1875 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() argument 1890 if (striptype != RIGHTSTRIP) { in do_xstrip() 1897 if (striptype != LEFTSTRIP) { in do_xstrip() 1916 do_strip(PyBytesObject *self, int striptype) in do_strip() argument 1922 if (striptype != RIGHTSTRIP) { in do_strip() 1929 if (striptype != LEFTSTRIP) { in do_strip() 1946 do_argstrip(PyBytesObject *self, int striptype, PyObject *bytes) in do_argstrip() argument 1949 return do_xstrip(self, striptype, bytes); in do_argstrip() 1951 return do_strip(self, striptype); in do_argstrip()
|
D | unicodeobject.c | 12825 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() argument 12845 if (striptype != RIGHTSTRIP) { in _PyUnicode_XStrip() 12857 if (striptype != LEFTSTRIP) { in _PyUnicode_XStrip() 12912 do_strip(PyObject *self, int striptype) in do_strip() argument 12925 if (striptype != RIGHTSTRIP) { in do_strip() 12935 if (striptype != LEFTSTRIP) { in do_strip() 12951 if (striptype != RIGHTSTRIP) { in do_strip() 12961 if (striptype != LEFTSTRIP) { in do_strip() 12978 do_argstrip(PyObject *self, int striptype, PyObject *sep) in do_argstrip() argument 12982 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip() [all …]
|
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 1026 int striptype,
|
/third_party/ffmpeg/ |
D | configure | 3780 striptype="direct" 5336 striptype="" 5366 striptype="" 5379 striptype="" 5537 striptype="" 7430 enabled stripping || striptype="" 7477 STRIPTYPE=$striptype
|