Searched refs:llist_pop (Results 1 - 6 of 6) sorted by relevance

/external/toybox/toys/other/
H A Dwhich.c56 free(llist_pop(&list));
/external/toybox/lib/
H A Dllist.c32 void *pop = llist_pop(&list);
42 void *llist_pop(void *list) function
H A Dxwrap.c413 struct string_list *new = llist_pop(&todo), **tail;
427 if (done) free(llist_pop(&done));
481 struct string_list *temp = llist_pop(&done);;
497 free(llist_pop(&todo));
H A Dlib.h40 void *llist_pop(void *list); // actually void **list
/external/toybox/toys/posix/
H A Dfind.c328 } else arg = ((struct double_list *)llist_pop(&argdata))->data;
415 udl = (void *)llist_pop(&argdata);
469 aa = (void *)llist_pop(&argdata);
/external/toybox/toys/pending/
H A Dmodprobe.c554 char *real = ((struct arg_list*)llist_pop(&module->rnames))->arg;

Completed in 158 milliseconds