Home
last modified time | relevance | path

Searched refs:item (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Ddynarray-skeleton.c279 DYNARRAY_NAME (add__) (struct DYNARRAY_STRUCT *list, DYNARRAY_ELEMENT item) in DYNARRAY_NAME()
291 list->u.dynarray_header.array[list->u.dynarray_header.used++] = item; in DYNARRAY_NAME()
299 DYNARRAY_NAME (add) (struct DYNARRAY_STRUCT *list, DYNARRAY_ELEMENT item) in DYNARRAY_NAME()
309 DYNARRAY_NAME (add__) (list, item); in DYNARRAY_NAME()
314 list->u.dynarray_header.array[list->u.dynarray_header.used++] = item; in DYNARRAY_NAME()
A Dtst-dynarray.c230 char *item = xasprintf ("%d", base + i); in test_str() local
232 dynarray_str_add (&dyn, item); in test_str()
238 *place = item; in test_str()

Completed in 6 milliseconds