Home
last modified time | relevance | path

Searched refs:have_sigpipe (Results 1 – 5 of 5) sorted by relevance

/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dhttpd.c105 if(have_sigpipe) in httpd_main()
108 have_sigpipe = 0; in httpd_main()
H A Dsignals.c30 int have_sigpipe=0; variable
H A Dutils.c737 || have_sigpipe in UdmRecvall()
/dports/www/mnogosearch/mnogosearch-3.4.1/include/
H A Dudm_signals.h33 extern int have_sigpipe;
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsighandlers.cc156 static const bool have_sigpipe in respond_to_pending_signals() local
214 else if (have_sigpipe && sig == sigpipe) in respond_to_pending_signals()