Home | History | Annotate | Download | only in pppd

Lines Matching refs:oldact

1369     struct sigaction act, oldact;
1386 sigaction(sig, &act, &oldact);
1387 sigaction(sig, &oldact, NULL);