OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llist_pop
(Results
1 - 8
of
8
) sorted by null
/external/toybox/toys/other/
which.c
56
free(
llist_pop
(&list));
/external/toybox/toys/example/
logwrapper.c
62
free(
llist_pop
(&list));
68
if (list) free(
llist_pop
(&list));
/external/toybox/lib/
llist.c
32
void *pop =
llist_pop
(&list);
42
void *
llist_pop
(void *list)
function
xwrap.c
49
struct arg_list *al =
llist_pop
(&toys.xexit);
538
struct string_list *new =
llist_pop
(&todo), **tail;
553
if (done) free(
llist_pop
(&done));
615
struct string_list *temp =
llist_pop
(&done);
631
free(
llist_pop
(&todo));
lib.h
46
void *
llist_pop
(void *list); // actually void **list
/external/toybox/toys/posix/
find.c
343
else arg = ((struct double_list *)
llist_pop
(&argdata))->data;
445
udl = (void *)
llist_pop
(&argdata);
499
aa = (void *)
llist_pop
(&argdata);
/external/toybox/toys/pending/
lsof.c
234
struct file_info *s = (struct file_info*)
llist_pop
(&list);
modprobe.c
580
char *real = ((struct arg_list*)
llist_pop
(&module->rnames))->arg;
Completed in 3446 milliseconds