HomeSort by relevance Sort by last modified time
    Searched refs:llist_pop (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/other/
which.c 56 free(llist_pop(&list));
  /external/toybox/lib/
llist.c 32 void *pop = llist_pop(&list);
42 void *llist_pop(void *list) function
xwrap.c 413 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));
lib.h 40 void *llist_pop(void *list); // actually void **list
  /external/toybox/toys/posix/
find.c 328 } 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/
modprobe.c 554 char *real = ((struct arg_list*)llist_pop(&module->rnames))->arg;

Completed in 558 milliseconds