Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c107 int matched_pid; in pgrep_main() local
157 matched_pid = 0; in pgrep_main()
226 matched_pid = proc->pid; in pgrep_main()
241 act(matched_pid, cmd_last, signo); in pgrep_main()
245 return matched_pid == 0; /* return 1 if no processes listed/signaled */ in pgrep_main()