Searched refs:sid2match (Results 1 – 1 of 1) sorted by relevance
108 int sid2match, ppid2match; in pgrep_main() local133 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()