Home
last modified time | relevance | path

Searched refs:llist_pop (Results 1 – 11 of 11) sorted by relevance

/third_party/toybox/toys/example/
Dlogwrapper.c62 free(llist_pop(&list)); in logwrapper_main()
68 if (list) free(llist_pop(&list)); in logwrapper_main()
/third_party/toybox/lib/
Dllist.c32 void *pop = llist_pop(&list); in llist_traverse()
42 void *llist_pop(void *list) in llist_pop() function
Dxwrap.c49 struct arg_list *al = llist_pop(&toys.xexit); in xexit()
545 struct string_list *new = llist_pop(&todo), **tail; in xabspath()
560 if (done) free(llist_pop(&done)); in xabspath()
622 struct string_list *temp = llist_pop(&done); in xabspath()
638 free(llist_pop(&todo)); in xabspath()
Dlib.h46 void *llist_pop(void *list); // actually void **list
/third_party/toybox/toys/other/
Dwhich.c56 free(llist_pop(&list)); in which_in_path()
/third_party/toybox/toys/posix/
Dfind.c368 else arg = ((struct double_list *)llist_pop(&argdata))->data; in do_find()
482 udl = (void *)llist_pop(&argdata); in do_find()
540 aa = (void *)llist_pop(&argdata); in do_find()
Dtar.c418 free(llist_pop(&TT.dirs)); in dirflush()
/third_party/toybox/toys/pending/
Dsh.c1069 free(llist_pop(&blk)); in run_function()
1167 free(llist_pop(&blk)); in run_function()
1179 free(llist_pop(&blk)); in run_function()
Dlsof.c234 struct file_info *s = (struct file_info*) llist_pop(&list); in find_socket()
Dmodprobe.c580 char *real = ((struct arg_list*)llist_pop(&module->rnames))->arg; in modprobe_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h46 void *llist_pop(void *list); // actually void **list