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

/macosx-10.9.5/ntp-88/libntp/
H A Dmachines.c217 struct sigaction oldact; /* SIGALRM state saved by setitimer */ member in struct:__anon11482
245 sigaction(SIGALRM, &setitimer_mpe_ctx.oldact, NULL);
250 if (setitimer_mpe_ctx.oldact.sa_handler != SIG_DFL &&
251 setitimer_mpe_ctx.oldact.sa_handler != SIG_ERR &&
252 setitimer_mpe_ctx.oldact.sa_handler != SIG_IGN)
253 (*setitimer_mpe_ctx.oldact.sa_handler)(SIGALRM);
300 if (sigaction(SIGALRM, NULL, &setitimer_mpe_ctx.oldact) < 0) {
308 newact.sa_mask = setitimer_mpe_ctx.oldact.sa_mask;
309 newact.sa_flags = setitimer_mpe_ctx.oldact.sa_flags;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c328 struct sigaction act,oldact; local
336 if (sigaction(SIGPIPE,&act,&oldact)!=0)
341 if (sigaction(SIGPIPE,&oldact,NULL)!=0)
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c1817 struct sigaction act, oldact; local
1821 sigaction(sig, &act, &oldact);
1823 sigaction(sig, &oldact, NULL);

Completed in 186 milliseconds