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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dwaitq.c50 unsigned long sigpipe, flags; local
57 sigpipe = sigismember(&current->pending.signal, SIGPIPE);
73 if (wr == -EPIPE && !sigpipe) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Dwaitq.c50 unsigned long sigpipe, flags; local
57 sigpipe = sigismember(&current->pending.signal, SIGPIPE);
73 if (wr == -EPIPE && !sigpipe) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/
H A Depi_ttcp.c799 sigpipe() function
1279 signal(SIGPIPE, sigpipe);

Completed in 89 milliseconds