Home
last modified time | relevance | path

Searched defs:attrstr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/toybox/toys/other/
H A Dlsattr.c120 static char *attrstr(unsigned attrs, int full) in attrstr() function
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c1215 lookup_maybe(PyObject *self, char *attrstr, PyObject **attrobj) in lookup_maybe()
1236 lookup_method(PyObject *self, char *attrstr, PyObject **attrobj) in lookup_method()
1245 _PyObject_LookupSpecial(PyObject *self, char *attrstr, PyObject **attrobj) in _PyObject_LookupSpecial()
/aosp_15_r20/external/python/cpython3/Modules/
D_operator.c1463 PyObject *attrstr = dotjoinattr(attr, &attrsep); in attrgetter_args() local