HomeSort by relevance Sort by last modified time
    Searched refs:osa (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_newg.c 79 struct oakley_sa *osa;
199 osa = ipsecdoi_get_oakley(buf);
200 if (osa == NULL) {
206 switch (osa->dhgrp) {
214 "dh group %d isn't supported.\n", osa->dhgrp);
  /external/mesa3d/src/mesa/main/
vsnprintf.c 117 struct sigaction osa, nsa; local
131 if (sigaction(SIGSEGV, &nsa, &osa) == -1) {
138 (void) sigaction(SIGSEGV, &osa, NULL);
  /external/libedit/src/
sig.c 162 struct sigaction osa, nsa; local
172 if (sigaction(sighdl[i], &nsa, &osa) != -1 &&
173 osa.sa_handler != sig_handler)
174 el->el_signal->sig_action[i] = osa;
  /external/openssh/openbsd-compat/
bsd-misc.c 218 struct sigaction sa, osa; local
220 if (sigaction(sig, NULL, &osa) == -1)
222 if (osa.sa_handler != act) {
234 return (osa.sa_handler);
  /art/runtime/arch/arm/
instruction_set_features_arm.cc 206 struct sigaction sa, osa; local
209 sigaction(SIGILL, &sa, &osa);
219 sigaction(SIGILL, &osa, nullptr);
  /external/mksh/src/
jobs.c 233 struct sigaction sa, osa; local
254 sigaction(SIGTSTP, &sa, &osa);
258 sigaction(SIGTSTP, &osa, NULL);
    [all...]

Completed in 276 milliseconds