Home
last modified time | relevance | path

Searched refs:HAVE_SIGVEC (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A DSigAction.h49 #ifndef HAVE_SIGVEC
50 #define HAVE_SIGVEC 0 macro
61 #if HAVE_SIGVEC
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c48 #if defined(SIGTSTP) && (HAVE_SIGACTION || HAVE_SIGVEC)
260 #if HAVE_SIGACTION || HAVE_SIGVEC in handle_SIGINT()
309 #if HAVE_SIGACTION || HAVE_SIGVEC in CatchIfDefault()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsigact.h48 #if !defined(HAVE_SIGACTION) && defined(HAVE_SIGVEC)
H A Dsigact.c46 #if !HAVE_SIGACTION && HAVE_SIGVEC
/freebsd/usr.bin/bmake/
H A Dconfig.h136 #define HAVE_SIGVEC 1 macro
/freebsd/contrib/ntp/libntp/
H A Dsyssignal.c61 #elif HAVE_SIGVEC
/freebsd/lib/ncurses/tinfo/
H A Dncurses_cfg.h188 #define HAVE_SIGVEC 1 macro
/freebsd/contrib/bmake/
H A Dsigcompat.c283 #if defined(HAVE_SIGVEC) && defined(FORCE_POSIX_SIGNALS)
H A Dconfig.h.in135 #undef HAVE_SIGVEC
/freebsd/crypto/openssh/
H A Dconfig.h1243 #define HAVE_SIGVEC 1 macro
/freebsd/usr.sbin/ntp/
H A Dconfig.h852 #define HAVE_SIGVEC 1 macro
/freebsd/contrib/ncurses/include/
H A Dncurses_defs151 HAVE_SIGVEC
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c1128 #if !defined(HAVE_SIGACTION) && !defined(HAVE_SIGVEC) in tick()
1606 #ifdef HAVE_SIGVEC in main()
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in375 #undef HAVE_SIGVEC
/freebsd/contrib/ntp/
H A Dconfig.h.in851 #undef HAVE_SIGVEC
H A DCommitLog-4.1.04027 HAVE_SIGACTION and HAVE_SIGVEC, respectively. HP-UX provides both