HomeSort by: relevance | last modified time | path
    Searched refs:otherpid (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/usr.sbin/authpf/
authpf.c 198 int save_errno, otherpid = -1; local in function:main
218 if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2)
219 otherpid = -1;
221 pidfile, otherpid, strerror(save_errno));
223 if (otherpid > 0) {
226 otherpid, ipsrc, otherluser);
227 if (kill((pid_t) otherpid, SIGTERM) == -1) {
230 otherpid);
241 otherpid);
  /src/tests/net/net/
t_unix.c 176 check_cred(int fd, bool statit, pid_t checkpid, pid_t otherpid, const char *s)
206 if (checkpid != otherpid && strcmp(s, "server") == 0) {

Completed in 13 milliseconds