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/chromium_org/third_party/mesa/src/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/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;
  /art/compiler/
common_compiler_test.cc 99 struct sigaction sa, osa; local
102 sigaction(SIGILL, &sa, &osa);
109 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 2879 milliseconds