Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dsh.c295 struct sh_process *run_command(struct sh_arg *arg, int **rdlist) in run_command() argument
348 if (rd) dlist_lpop((void *)rdlist); in run_command()
350 dlist_add_nomalloc((void *)rdlist, (void *)rd); in run_command()
513 if (rdcount) free(dlist_lpop((void *)rdlist)); in run_command()