Searched refs:old_sigint_sa (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Dsigint.c38 static struct sigaction old_sigint_sa, old_sigterm_sa; variable in typeref:struct:sigaction
104 if (sigaction(SIGINT, &sa, &old_sigint_sa) < 0) {
111 sigaction(SIGINT, &old_sigint_sa, NULL);
131 sigaction(SIGINT, &old_sigint_sa, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dsigint.c38 static struct sigaction old_sigint_sa, old_sigterm_sa; variable in typeref:struct:sigaction
104 if (sigaction(SIGINT, &sa, &old_sigint_sa) < 0) {
111 sigaction(SIGINT, &old_sigint_sa, NULL);
131 sigaction(SIGINT, &old_sigint_sa, NULL);

Completed in 31 milliseconds