HomeSort by: relevance | last modified time | path
    Searched defs:sigh (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
mini_event.c 404 sigh(int sig) function
425 action.sa_handler = sigh;
  /src/external/bsd/unbound/dist/util/
mini_event.c 360 static RETSIGTYPE sigh(int sig) function
380 if(signal(ev->ev_fd, sigh) == SIG_ERR) {
winsock_event.c 612 static RETSIGTYPE sigh(int sig) function
631 if(signal(ev->ev_fd, sigh) == SIG_ERR) {
  /src/external/bsd/unbound/dist/testcode/
streamtcp.c 544 static RETSIGTYPE sigh(int sig) function
591 if(signal(SIGPIPE, &sigh) == SIG_ERR) {

Completed in 27 milliseconds