Home | History | Annotate | Download | only in pppd

Lines Matching refs:act

1369     struct sigaction act, oldact;
1371 sigemptyset(&act.sa_mask); /* unnecessary in fact */
1372 act.sa_handler = SIG_IGN;
1373 act.sa_flags = 0;
1386 sigaction(sig, &act, &oldact);