Home
last modified time | relevance | path

Searched refs:argdata (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/posix/
Dfind.c72 struct double_list *argdata;
181 for (dl = TT.argdata; dl; dl = dl->next) { in execdir()
214 struct double_list *argdata = TT.argdata; in do_find() local
379 if (!new) dlist_add(&TT.argdata, name); in do_find()
380 else arg = ((struct double_list *)llist_pop(&argdata))->data; in do_find()
479 dlist_add_nomalloc(&TT.argdata, (void *)udl); in do_find()
500 udl = (void *)llist_pop(&argdata); in do_find()
529 dlist_add_nomalloc(&TT.argdata, (void *)(aa = xzalloc(sizeof(*aa)))); in do_find()
558 aa = (void *)llist_pop(&argdata); in do_find()
684 } else dlist_terminate(TT.argdata); in do_find()
[all …]
/third_party/toybox/generated/
Dglobals.h1166 struct double_list *argdata; member