HomeSort by relevance Sort by last modified time
    Searched defs:oldact (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
debugger.c 166 struct sigaction oldact, newact; local
173 if (sigaction(signum, &newact, &oldact) < 0) {
178 bool ret = (oldact.sa_flags & SA_SIGINFO) != 0;
180 if (sigaction(signum, &oldact, NULL) < 0) {
  /external/ppp/pppd/
main.c 1369 struct sigaction act, oldact; local
    [all...]

Completed in 201 milliseconds