Searched refs:llist_pop (Results 1 – 8 of 8) sorted by relevance
62 free(llist_pop(&list)); in logwrapper_main()68 if (list) free(llist_pop(&list)); in logwrapper_main()
32 void *pop = llist_pop(&list); in llist_traverse()42 void *llist_pop(void *list) in llist_pop() function
49 struct arg_list *al = llist_pop(&toys.xexit); in xexit()538 struct string_list *new = llist_pop(&todo), **tail; in xabspath()553 if (done) free(llist_pop(&done)); in xabspath()615 struct string_list *temp = llist_pop(&done); in xabspath()631 free(llist_pop(&todo)); in xabspath()
46 void *llist_pop(void *list); // actually void **list
56 free(llist_pop(&list)); in which_in_path()
343 else arg = ((struct double_list *)llist_pop(&argdata))->data; in do_find()445 udl = (void *)llist_pop(&argdata); in do_find()499 aa = (void *)llist_pop(&argdata); in do_find()
234 struct file_info *s = (struct file_info*) llist_pop(&list); in find_socket()
580 char *real = ((struct arg_list*)llist_pop(&module->rnames))->arg; in modprobe_main()