Home
last modified time | relevance | path

Searched refs:sigpipes (Results 1 – 15 of 15) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/iovm/tests/correctness/
H A DFileTest.io38 sigpipes := 0
43 sigpipes = sigpipes + 1
48 assertNotEquals(0, sigpipes)
53 sigpipes := 0
65 sigpipes = sigpipes + 1
70 assertEquals(0, sigpipes)
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dcore.C100 static int sigpipes[2] = { -1, -1 }; variable
259 if (fd != errfd && fd != sigpipes[0] in fdcb_check()
281 use (write (sigpipes[1], "", 1)); in sigcatch()
308 while (read (sigpipes[0], buf, sizeof (buf)) > 0) in sigcb_check()
380 if (sigpipes[0] == -1) { in ainit()
381 if (pipe (sigpipes) < 0) in ainit()
384 _make_async (sigpipes[0]); in ainit()
385 _make_async (sigpipes[1]); in ainit()
386 close_on_exec (sigpipes[0]); in ainit()
387 close_on_exec (sigpipes[1]); in ainit()
[all …]
/dports/news/cnews/cnews-cr.g_18/contrib/msgidd/
H A DREADME.decwrl2 Paul Vixie <vixie@nsl.dec.com> 17 August 1991 (cleaned up, sniffing sigpipes)
/dports/news/nntp/nntp-1.5.12.2_10/
H A DREADME-msgidd2 Paul Vixie <vixie@nsl.dec.com> 17 August 1991 (cleaned up, sniffing sigpipes)
/dports/lang/fpc-source/fpc-3.2.2/packages/mysql/src/
H A Dmysql3_comtypes.inc79 CLIENT_IGNORE_SIGPIPE = 4096; { IGNORE sigpipes }
H A Dmysql.inc324 CLIENT_IGNORE_SIGPIPE = 4096; // IGNORE sigpipes
/dports/databases/fpc-mysql/fpc-3.2.2/packages/mysql/src/
H A Dmysql3_comtypes.inc79 CLIENT_IGNORE_SIGPIPE = 4096; { IGNORE sigpipes }
H A Dmysql.inc324 CLIENT_IGNORE_SIGPIPE = 4096; // IGNORE sigpipes
/dports/lang/nim/nim-1.6.2/lib/wrappers/
H A Dmysql.nim119 CLIENT_IGNORE_SIGPIPE* = 4096 # IGNORE sigpipes
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-1-0586 on all signals again (not all sigabrts and sigpipes are normal
/dports/net/corosync2/corosync-2.4.5/
H A DChangeLog11541 Fix sigpipe handling to ignore sigpipes on systems which support them.
12252 Set nosigpipe socket option on platforms that send sigpipes in coroipcc.
/dports/security/tor-devel/tor-0.4.7.2-alpha/
H A DReleaseNotes27109 - Stop warning about sigpipes in the logs. We're going to
27917 o Fix mangled-state bug in directory fetching (was causing sigpipes).
H A DChangeLog37169 - Stop warning about sigpipes in the logs. We're going to
38670 o Fix mangled-state bug in directory fetching (was causing sigpipes).
/dports/security/tor/tor-0.4.6.8/
H A DReleaseNotes26721 - Stop warning about sigpipes in the logs. We're going to
27529 o Fix mangled-state bug in directory fetching (was causing sigpipes).
H A DChangeLog36536 - Stop warning about sigpipes in the logs. We're going to
38037 o Fix mangled-state bug in directory fetching (was causing sigpipes).