Home
last modified time | relevance | path

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

/freebsd/usr.bin/xargs/
H A Dxargs.c84 static pid_t *childpids; variable
694 if ((childpids = malloc(maxprocs * sizeof(*childpids))) == NULL) in pids_init()
721 childpids[slot] = pid; in pids_add()
754 if (childpids[slot] == pid) in findslot()
763 childpids[slot] = NOPID; in clearslot()