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

  /src/external/gpl3/gcc/dist/gcc/cp/
mapper-client.h 35 sighandler_t sigpipe = SIG_IGN; member in class:module_client
mapper-client.h 35 sighandler_t sigpipe = SIG_IGN; member in class:module_client
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mapper-client.h 35 sighandler_t sigpipe = SIG_IGN; member in class:module_client
mapper-client.h 35 sighandler_t sigpipe = SIG_IGN; member in class:module_client
  /src/external/bsd/openldap/dist/servers/lloadd/
main.c 53 #ifdef SIGPIPE
54 static void sigpipe( evutil_socket_t sig, short what, void *arg );
81 #ifdef SIGPIPE
82 { SIGPIPE, sigpipe },
922 #ifdef SIGPIPE
929 sigpipe( evutil_socket_t sig, short what, void *arg ) function
933 #endif /* SIGPIPE */
main.c 53 #ifdef SIGPIPE
54 static void sigpipe( evutil_socket_t sig, short what, void *arg );
81 #ifdef SIGPIPE
82 { SIGPIPE, sigpipe },
922 #ifdef SIGPIPE
929 sigpipe( evutil_socket_t sig, short what, void *arg ) function
933 #endif /* SIGPIPE */
  /src/sbin/dump/
tape.c 78 static void sigpipe(int);
215 sigpipe(int signo __unused) function
759 signal(SIGPIPE, sigpipe);
tape.c 78 static void sigpipe(int);
215 sigpipe(int signo __unused) function
759 signal(SIGPIPE, sigpipe);
  /src/external/bsd/ppp/dist/pppd/
main.c 186 static int sigpipe[2]; variable
692 for (; read(sigpipe[0], buf, sizeof(buf)) > 0; );
693 add_fd(sigpipe[0]);
698 remove_fd(sigpipe[0]);
735 if (pipe(sigpipe) < 0)
737 fcntl(sigpipe[0], F_SETFD, fcntl(sigpipe[0], F_GETFD) | FD_CLOEXEC);
738 fcntl(sigpipe[1], F_SETFD, fcntl(sigpipe[1], F_GETFD) | FD_CLOEXEC);
739 fcntl(sigpipe[0], F_SETFL, fcntl(sigpipe[0], F_GETFL) | O_NONBLOCK)
    [all...]
main.c 186 static int sigpipe[2]; variable
692 for (; read(sigpipe[0], buf, sizeof(buf)) > 0; );
693 add_fd(sigpipe[0]);
698 remove_fd(sigpipe[0]);
735 if (pipe(sigpipe) < 0)
737 fcntl(sigpipe[0], F_SETFD, fcntl(sigpipe[0], F_GETFD) | FD_CLOEXEC);
738 fcntl(sigpipe[1], F_SETFD, fcntl(sigpipe[1], F_GETFD) | FD_CLOEXEC);
739 fcntl(sigpipe[0], F_SETFL, fcntl(sigpipe[0], F_GETFL) | O_NONBLOCK)
    [all...]

Completed in 47 milliseconds