Searched defs:striptype (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | stropmodule.c | 381 do_strip(PyObject *args, int striptype) in do_strip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | stropmodule.c | 381 do_strip(PyObject *args, int striptype) in do_strip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | stringobject.c | 1822 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip() 1855 do_strip(PyStringObject *self, int striptype) in do_strip() 1885 do_argstrip(PyStringObject *self, int striptype, PyObject *args) in do_argstrip()
|
D | unicodeobject.c | 7054 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() 7089 do_strip(PyUnicodeObject *self, int striptype) in do_strip() 7119 do_argstrip(PyUnicodeObject *self, int striptype, PyObject *args) in do_argstrip()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | stringobject.c | 1805 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip() 1838 do_strip(PyStringObject *self, int striptype) in do_strip() 1868 do_argstrip(PyStringObject *self, int striptype, PyObject *args) in do_argstrip()
|
D | unicodeobject.c | 6946 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() 6981 do_strip(PyUnicodeObject *self, int striptype) in do_strip() 7011 do_argstrip(PyUnicodeObject *self, int striptype, PyObject *args) in do_argstrip()
|