Home
last modified time | relevance | path

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

/dragonfly/usr.bin/xargs/
H A Dxargs.c81 static int findslot(pid_t pid);
752 if ((slot = findslot(pid)) < 0) in pids_remove()
765 if ((slot = findslot(NOPID)) < 0) in findfreeslot()
771 findslot(pid_t pid) in findslot() function