Home
last modified time | relevance | path

Searched refs:list_clear (Results 1 – 5 of 5) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dproc-llist.h54 void list_clear(llist* l);
Dproc-llist.c68 void list_clear(llist* l) in list_clear() function
Dnetcap.c444 list_clear(&l); in main()
/external/python/cpython3/Objects/
Dlistobject.c550 list_clear(PyListObject *a) in list_clear() function
632 return list_clear(a); in list_ass_slice()
708 (void)list_clear(self); in list_inplace_repeat()
763 list_clear(self); in listclear()
2313 (void)list_clear(self); in list_init()
2649 (inquiry)list_clear, /* tp_clear */
/external/python/cpython2/Objects/
Dlistobject.c585 list_clear(PyListObject *a) in list_clear() function
667 return list_clear(a); in list_ass_slice()
738 (void)list_clear(self); in list_inplace_repeat()
2459 (void)list_clear(self); in list_init()
2793 (inquiry)list_clear, /* tp_clear */