Searched refs:llist_pop (Results 1 - 7 of 7) 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.c54 free(llist_pop(&toys.xexit));
480 struct string_list *new = llist_pop(&todo), **tail;
494 if (done) free(llist_pop(&done));
548 struct string_list *temp = llist_pop(&done);;
564 free(llist_pop(&todo));
H A Dlib.h46 void *llist_pop(void *list); // actually void **list
/external/toybox/toys/posix/
H A Dfind.c326 else arg = ((struct double_list *)llist_pop(&argdata))->data;
420 udl = (void *)llist_pop(&argdata);
474 aa = (void *)llist_pop(&argdata);
/external/toybox/toys/pending/
H A Dlsof.c241 struct file_info *s = (struct file_info*) llist_pop(&list);
H A Dmodprobe.c580 char *real = ((struct arg_list*)llist_pop(&module->rnames))->arg;

Completed in 165 milliseconds