Home
last modified time | relevance | path

Searched refs:save_sa (Results 1 – 2 of 2) sorted by relevance

/dports/biology/hisat2/hisat2-2.2.1/
H A Dhisat2_repeat.cpp96 static bool save_sa; variable
137 save_sa = false; in resetOptions()
457 save_sa = true; in parseOptions()
726 if(save_sa) { in driver()
/dports/security/pam-modules/pam-modules-2.2/pam_ldaphome/
H A Dpam_ldaphome.c2112 struct sigaction sa, save_sa; in run_initrc() local
2122 if (sigaction(SIGCHLD, &sa, &save_sa)) { in run_initrc()
2129 if (sigaction(SIGCHLD, &save_sa, NULL)) { in run_initrc()