Home
last modified time | relevance | path

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

/dragonfly/usr.bin/xargs/
H A Dxargs.c92 static pid_t *childpids; variable
716 if ((childpids = malloc(maxprocs * sizeof(*childpids))) == NULL) in pids_init()
743 childpids[slot] = pid; in pids_add()
776 if (childpids[slot] == pid) in findslot()
785 childpids[slot] = NOPID; in clearslot()