Searched refs:SA_RESTART (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsignal.c67 #ifdef SA_RESTART
68 saNew.sa_flags |= SA_RESTART;
/freebsd-11-stable/lib/libc/gen/
H A Dsiginterrupt.c56 sa.sa_flags &= ~SA_RESTART;
59 sa.sa_flags |= SA_RESTART;
H A Dsignal.c55 sa.sa_flags |= SA_RESTART;
/freebsd-11-stable/contrib/diff/lib/
H A Dcmpbuf.c28 #ifndef SA_RESTART
30 # define SA_RESTART SA_INTERRUPT macro
32 # define SA_RESTART 0 macro
108 older hosts without SA_RESTART. It also accommodates
112 if (! SA_RESTART && errno == EINTR)
/freebsd-11-stable/contrib/tcpdump/
H A Dsetsignal.c77 new.sa_flags = SA_RESTART;
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsignal.c43 # if defined(SA_RESTART) || (!defined(SYS5SIGNALS) && !defined(BSD4_3))
52 # ifdef SA_RESTART
56 n.sa_flags = SA_RESTART|SA_SIGINFO;
59 n.sa_flags = SA_RESTART;
64 # else /* SA_RESTART */
90 # endif /* SA_RESTART */
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c106 * SA_RESTART flag that forces the right behavior. Thus, this code
111 * sigaction(2) without SA_RESTART) may have a problem. Possible
209 #ifdef SA_RESTART
210 act.sa_flags |= SA_RESTART;
211 #endif /* SA_RESTART */
312 #ifdef SA_RESTART
316 new_act.sa_flags |= SA_RESTART;
317 #endif /* SA_RESTART */
384 #ifdef SA_RESTART
385 new_sigaction.sa_flags |= SA_RESTART;
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dsignals.c76 #ifndef SA_RESTART
77 # define SA_RESTART 0 macro
255 act.sa_flags = (sig == SIGWINCH) ? SA_RESTART : 0;
340 #if defined (HAVE_POSIX_SIGNALS) && defined (SA_RESTART)
342 handler with SA_RESTART, SIGALRM will cause reads to be restarted
345 if (oh != (SigHandler *)SIG_DFL && (old_alrm.sa_flags & SA_RESTART))
/freebsd-11-stable/contrib/bmake/
H A Dsigcompat.c127 #ifndef SA_RESTART
128 # define SA_RESTART 2 macro
131 # define SV_INTERRUPT SA_RESTART
H A DMakefile111 CFLAGS+= -DSIGNAL_FLAGS=SA_RESTART
H A Dutil.c386 sa.sa_flags = SA_RESTART;
/freebsd-11-stable/tools/regression/sockets/sblock/
H A Dsblock.c162 if (sa.sa_flags & SA_RESTART)
164 sa.sa_flags &= ~SA_RESTART;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsyssignal.c22 # ifdef SA_RESTART
23 # define Z_SA_RESTART SA_RESTART
/freebsd-11-stable/contrib/diff/src/
H A Dsystem.h217 #ifndef SA_RESTART
219 # define SA_RESTART SA_INTERRUPT macro
221 # define SA_RESTART 0 macro
/freebsd-11-stable/contrib/pf/libevent/
H A Dsignal.c123 sa.sa_flags |= SA_RESTART;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c137 sa.sa_flags = SA_RESTART;
/freebsd-11-stable/sys/sys/
H A Dsignal.h387 #define SA_RESTART 0x0002 /* restart system call on signal return */ macro
455 #define SV_INTERRUPT SA_RESTART /* same bit, opposite sense */
/freebsd-11-stable/contrib/tnftp/src/
H A Dprogressbar.c435 #if defined(SA_RESTART) /* 4.4BSD, Posix(?), SVR4 */
436 act.sa_flags = restartable ? SA_RESTART : 0;
440 #error "system must have SA_RESTART or SA_INTERRUPT"
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_signal.c194 bsa->sa_flags |= SA_RESTART;
220 if ((bsa->sa_flags & SA_RESTART) != 0)
364 nbsa.sa_flags = SA_RESTART;
/freebsd-11-stable/contrib/ngatm/sscop/
H A Dsscop_main.c233 sa.sa_flags = SA_RESTART;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-fileio.c433 #if defined (HAVE_SIGACTION) && defined (SA_RESTART)
443 #if defined (HAVE_SIGACTION) && defined (SA_RESTART)
456 #if defined (HAVE_SIGACTION) && defined (SA_RESTART)
469 #if defined (HAVE_SIGACTION) && defined (SA_RESTART)
/freebsd-11-stable/lib/libc/tests/gen/
H A Dpopen_test.c160 act.sa_flags = SA_RESTART;
/freebsd-11-stable/usr.bin/timeout/
H A Dtimeout.c245 signals.sa_flags = SA_RESTART;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dsignal.c255 sa.sa_flags |= SA_RESTART;
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_signal.c275 sa.sa_flags |= SA_RESTART;

Completed in 247 milliseconds

12