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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dpgrep.c56 int sid2match, ppid2match; local
81 sid2match = -1;
83 opt = getopt32(argv, "vlfxons:P:", &sid2match, &ppid2match);
92 if (sid2match == 0)
93 sid2match = getsid(pid);
100 if ((sid2match & ppid2match) < 0 && (!argv[0] || argv[1]))
128 if (sid2match >= 0 && sid2match != proc->sid)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dpgrep.c56 int sid2match, ppid2match; local
81 sid2match = -1;
83 opt = getopt32(argv, "vlfxons:P:", &sid2match, &ppid2match);
92 if (sid2match == 0)
93 sid2match = getsid(pid);
100 if ((sid2match & ppid2match) < 0 && (!argv[0] || argv[1]))
128 if (sid2match >= 0 && sid2match != proc->sid)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dpgrep.c56 int sid2match, ppid2match; local
81 sid2match = -1;
83 opt = getopt32(argv, "vlfxons:P:", &sid2match, &ppid2match);
92 if (sid2match == 0)
93 sid2match = getsid(pid);
100 if ((sid2match & ppid2match) < 0 && (!argv[0] || argv[1]))
128 if (sid2match >= 0 && sid2match != proc->sid)

Completed in 117 milliseconds