Searched refs:sigpipe (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dutil.c99 static int sigpipe[2]; variable
106 rc = pipe(sigpipe);
109 fcntl(sigpipe[0], F_SETFD, FD_CLOEXEC);
110 fcntl(sigpipe[1], F_SETFD, FD_CLOEXEC);
122 rc = fcntl(sigpipe[1], F_GETFL);
124 rc = fcntl(sigpipe[1], F_SETFL, rc | FLAG_TO_SET);
133 write(sigpipe[1], &signum, sizeof(signum));
154 return sigpipe[0];
161 read(sigpipe[0], &signum, sizeof(signum));
167 close(sigpipe[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dcompat.c134 static int sigpipe[2]; variable
141 rc = pipe(sigpipe);
144 fcntl(sigpipe[0], F_SETFD, FD_CLOEXEC);
145 fcntl(sigpipe[1], F_SETFD, FD_CLOEXEC);
157 rc = fcntl(sigpipe[1], F_GETFL);
159 rc = fcntl(sigpipe[1], F_SETFL, rc | FLAG_TO_SET);
168 write(sigpipe[1], &signum, sizeof(signum));
185 return sigpipe[0];
192 read(sigpipe[0], &signum, sizeof(signum));
198 close(sigpipe[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DSClose.c30 volatile sio_sigproc_t sigpipe = (sio_sigproc_t) 0; local
71 (void) SSignal(SIGPIPE, (sio_sigproc_t) sigpipe);
78 sigpipe = (sio_sigproc_t) SSignal(SIGPIPE, SIG_IGN);
99 (void) SSignal(SIGPIPE, (sio_sigproc_t) sigpipe);
H A Dsio.h92 # define DECL_SIGPIPE_VARS sio_sigproc_t sigpipe = (sio_sigproc_t) 0;
93 # define IGNORE_SIGPIPE sigpipe = sio_sigpipe_ignored_already ? (sio_sigproc_t) 0 : signal(SIGPIPE, SIG_IGN);
94 # define RESTORE_SIGPIPE if ((sigpipe != (sio_sigproc_t) 0) && (sigpipe != SIG_IGN)) {(void) signal(SIGPIPE, sigpipe);}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs/
H A Dwaitq.c50 unsigned long sigpipe, flags; local
57 sigpipe = sigismember(&current->pending.signal, SIGPIPE);
73 if (wr == -EPIPE && !sigpipe) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Dwaitq.c61 unsigned long sigpipe, flags; local
68 sigpipe = sigismember(&current->pending.signal, SIGPIPE);
84 if (wr == -EPIPE && !sigpipe) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.inc65 dotdot.h x509asn1.h http2.h sigpipe.h $(VHEADERS)
H A DMakefile.in684 dotdot.h x509asn1.h http2.h sigpipe.h $(VHEADERS)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c799 sigpipe() function
1279 signal(SIGPIPE, sigpipe);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A DMakefile.in555 dotdot.h x509asn1.h http2.h sigpipe.h $(VHEADERS)

Completed in 150 milliseconds