Home
last modified time | relevance | path

Searched refs:dlist_pop (Results 1 - 14 of 14) sorted by relevance

/third_party/toybox/lib/
H A Dllist.c55 void *dlist_pop(void *list) in dlist_pop() function
78 v = dlist_pop(&dl); in dlist_lpop()
H A Dlib.h47 void *dlist_pop(void *list); // actually struct double_list **list
/third_party/toybox/toys/posix/
H A Dtail.c164 free(dlist_pop(&list)); in do_tail()
185 if (!--(list->len)) free(dlist_pop(&list)); in do_tail()
H A Dgrep.c285 struct double_list *dl = dlist_pop(&dlb); in do_grep()
340 dl = dlist_pop(&dlb); in do_grep()
360 struct double_list *dl = dlist_pop(&dlb); in do_grep()
H A Dpatch.c217 do_line(check = dlist_pop(&buf)); in apply_one_hunk()
H A Dsed.c764 command = dlist_pop(&TT.pattern); in parse_pattern()
H A Dtar.c701 dlist_pop(&walk); in unpack_tar()
/third_party/toybox/toys/pending/
H A Dcrond.c298 JOB *j = dlist_pop(jlist); in free_jobs()
305 CRONFILE *l = dlist_pop(list); in free_cronfile()
310 while (vnode && (v = dlist_pop(&vnode))) { in free_cronfile()
405 while (vnode && (v = dlist_pop(&vnode))) { in scan_cronfiles()
H A Dvi.c258 s = dlist_pop(&s); in cut_str()
H A Dip.c1353 while ( linfo && (dlist = dlist_pop(&linfo))){ in ipaddr_listflush()
/third_party/toybox/scripts/
H A Dconfig2help.c75 void *dlist_pop(void *list) in dlist_pop() function
143 // dlist_pop() freeing wrapper structure for you.
146 struct double_list *dd = dlist_pop(help); in dlist_zap()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c321 for (mtl = xgetmountlist(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) { in mount_main()
/third_party/toybox/toys/lsb/
H A Dmount.c390 for (mtl = xgetmountlist(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) { in mount_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h47 void *dlist_pop(void *list); // actually struct double_list **list

Completed in 16 milliseconds