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

  /external/toybox/lib/
llist.c 54 void *dlist_pop(void *list) function
lib.h 41 void *dlist_pop(void *list); // actually struct double_list **list
  /external/toybox/toys/posix/
tail.c 174 free(dlist_pop(&list));
195 if (!--(list->len)) free(dlist_pop(&list));
grep.c 202 struct double_list *dl = dlist_pop(&dlb);
235 dl = dlist_pop(&dlb);
patch.c 218 do_line(check = dlist_pop(&buf));
sed.c 770 corwin = dlist_pop(&TT.pattern);
    [all...]
  /external/toybox/toys/pending/
crond.c 297 JOB *j = dlist_pop(jlist);
304 CRONFILE *l = dlist_pop(list);
309 while (vnode && (v = dlist_pop(&vnode))) {
401 while (vnode && (v = dlist_pop(&vnode))) {
ip.c     [all...]
  /external/toybox/scripts/
config2help.c 54 // dlist_pop() freeing wrapper structure for you.
57 struct double_list *dd = dlist_pop(help);
  /external/toybox/toys/lsb/
mount.c 364 for (mtl = xgetmountlist(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) {

Completed in 511 milliseconds