Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c108 int sid2match, ppid2match; in pgrep_main() local
133 sid2match = -1; in pgrep_main()
134 opt = getopt32(argv, "vlafxons:+P:+", &sid2match, &ppid2match); in pgrep_main()
143 if (sid2match == 0) in pgrep_main()
144 sid2match = getsid(pid); in pgrep_main()
151 if ((sid2match & ppid2match) < 0 && (!argv[0] || argv[1])) in pgrep_main()
171 if (sid2match >= 0 && sid2match != proc->sid) in pgrep_main()
203 if (sid2match >= 0 && sid2match != proc->sid) in pgrep_main()