| /src/external/bsd/libevent/lib/libevent_pthreads/ |
| Makefile | 10 event ${.CURDIR}/../libevent \
|
| /src/external/bsd/libevent/lib/libevent_openssl/ |
| Makefile | 11 event ${.CURDIR}/../libevent \
|
| /src/external/bsd/ntp/dist/ |
| build | 33 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then 41 CVO=`env PATH="$PATH:./sntp/libevent/build-aux" sntp/scripts/cvo.sh @cvo@` 174 # For libevent, the twist is we may not be configuring the 180 ( "$TEST" '!' -f sntp/libevent/config.status || 181 "$TEST" sntp/libevent/config.status -nt ../sntp/libevent/configure ) ) || 187 "$TEST" '!' -f sntp/libevent/Makefile || 188 "$TEST" sntp/libevent/Makefile -nt sntp/libevent/config.status || 189 ( cd sntp/libevent && "$NICEB" -5 ./config.status [all...] |
| bootstrap | 168 case `ls -1tr sntp/libevent/config.h.in sntp/libevent/aclocal.m4 | tail -1` in 169 sntp/libevent/aclocal.m4) touch sntp/libevent/config.h.in ;;
|
| flock-build | 43 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
|
| configure | 1766 --enable-local-libevent Force using the supplied libevent tearoff code 3228 ac_aux_dir_candidates="${srcdir}/sntp/libevent/build-aux" 16382 # Check whether --enable-local-libevent was given. 16396 ntp_libevent_tearoff=sntp/libevent 16405 *) # If we have (a good enough) pkg-config, see if it can find libevent 16408 if $PKG_CONFIG --atleast-version=$ntp_libevent_min_version libevent 16411 ntp_libevent_version="`$PKG_CONFIG --modversion libevent`" 16416 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libevent $ntp_libevent_min_version or later is installed" >&5 16417 printf %s "checking if libevent $ntp_libevent_min_version or later is installed... " >&6; [all...] |
| /src/external/bsd/tmux/dist/fuzz/ |
| input-fuzzer.c | 27 struct event_base *libevent; variable in typeref:struct:event_base 46 bufferevent_pair_new(libevent, BEV_OPT_CLOSE_ON_FREE, vpty); 58 error = event_base_loop(libevent, EVLOOP_NONBLOCK); 88 libevent = osdep_event_init();
|
| /src/tests/lib/libevent/ |
| Makefile | 3 TESTSDIR= ${TESTSBASE}/lib/libevent 8 .include <../../../external/bsd/libevent/Makefile.inc> 26 DPADD+= ${LIBEVENT} ${LIBEVENT_PTHREADS} ${LIBZ} ${LIBPTHREAD}
|
| /src/tests/lib/ |
| Makefile | 10 TESTS_SUBDIR_INSTALL_ONLY= libevent
|
| /src/external/bsd/ |
| Makefile | 7 libarchive libevent liblzf libpcap mdocml \
|
| /src/external/bsd/ntp/dist/sntp/scripts/ |
| genHardFlags | 42 PATH=$PATH:libevent/build-aux
|
| genLocInfo | 42 PATH=$PATH:libevent/build-aux
|
| /src/external/bsd/ntp/dist/sntp/ |
| Makefile.am | 3 ACLOCAL_AMFLAGS = -I m4 -I libevent/m4 -I libopts/m4 47 SUBDIRS += libevent 49 DIST_FAIL += "--enable-local-libevent" 159 ## We probably need something about libevent, too 268 # HMS: libevent/ is a target if it's in EXTRA_DIST via NTP_FORCE_LIBEVENT_DIST. 269 # Note that libevent/ is already in DIST_SUBDIRS (implicit in Makefile.am 271 libevent: distdir-pre-check
|
| configure | 985 ac_subdirs_all='libevent' 1640 --enable-local-libevent Force using the supplied libevent tearoff code 3012 ac_aux_dir_candidates="${srcdir}/libevent/build-aux" 26801 # From when we only used libevent for sntp: 26810 # Check whether --enable-local-libevent was given. 26829 ntp_libevent_tearoff=libevent 26838 *) # If we have (a good enough) pkg-config, see if it can find libevent 26841 if $PKG_CONFIG --atleast-version=$ntp_libevent_min_version libevent 26844 ntp_libevent_version="`$PKG_CONFIG --modversion libevent`" [all...] |
| /src/share/mk/ |
| bsd.hostprog.mk | 23 LIBEVENT?= /usr/lib/libevent.a
|
| /src/lib/ |
| Makefile | 253 LIBEVENTLIB= ../external/bsd/libevent/lib/
|
| /src/external/bsd/unbound/dist/util/ |
| mini_event.c | 2 * mini_event.c - implementation of part of libevent api, portably. 39 * fake libevent implementation. Less broad in functionality, and only 55 #error This code should not be active on NetBSD, please use libevent.
|
| /src/external/bsd/libevent/dist/ |
| CMakeLists.txt | 2 # Libevent CMake project 15 # cd libevent 19 # start libevent.sln 47 project(libevent C) 120 "Define if libevent should build without support for a debug mode" OFF) 126 "Define if libevent should not allow replacing the mm functions" OFF) 129 "Define if libevent should not be compiled with thread support" OFF) 132 "Define if libevent should build without support for OpenSSL encryption" OFF) 135 "Defines if libevent should build without the benchmark executables" OFF) 160 # (i.e. libevent is used via add_subdirectory() [all...] |
| configure | 3 # Generated by GNU Autoconf 2.69 for libevent 2.1.12-stable. 588 PACKAGE_NAME='libevent' 589 PACKAGE_TARNAME='libevent' 591 PACKAGE_STRING='libevent 2.1.12-stable' 1432 \`configure' configures libevent 2.1.12-stable to adapt to many kinds of systems. 1480 --docdir=DIR documentation root [DATAROOTDIR/doc/libevent] 1502 short | recursive ) echo "Configuration of libevent 2.1.12-stable:";; 1525 --disable-libevent-install, disable installation of libevent 1527 --disable-libevent-regress, skip regress in make chec [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| CMakeLists.txt | 2 # Libevent CMake project 15 # cd libevent 19 # start libevent.sln 47 project(libevent C) 120 "Define if libevent should build without support for a debug mode" OFF) 126 "Define if libevent should not allow replacing the mm functions" OFF) 129 "Define if libevent should not be compiled with thread support" OFF) 132 "Define if libevent should build without support for OpenSSL encryption" OFF) 135 "Defines if libevent should build without the benchmark executables" OFF) 160 # (i.e. libevent is used via add_subdirectory() [all...] |
| configure | 3 # Generated by GNU Autoconf 2.71 for libevent 2.1.12-stable. 619 PACKAGE_NAME='libevent' 620 PACKAGE_TARNAME='libevent' 622 PACKAGE_STRING='libevent 2.1.12-stable' 1474 \`configure' configures libevent 2.1.12-stable to adapt to many kinds of systems. 1523 --docdir=DIR documentation root [DATAROOTDIR/doc/libevent] 1545 short | recursive ) echo "Configuration of libevent 2.1.12-stable:";; 1568 --disable-libevent-install, disable installation of libevent 1570 --disable-libevent-regress, skip regress in make chec [all...] |
| /src/external/bsd/nsd/dist/ |
| configure | 1516 --with-libevent=pathname 1517 use libevent (will check /usr/local /opt/local 1519 /usr/local/opt/libevent or you can specify an 6754 # check for libevent 6756 # Check whether --with-libevent was given. 6766 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libevent" >&5 6767 printf %s "checking for libevent... " >&6; } 6769 withval="/usr/local /opt/local /usr/lib /usr/sfw /usr /usr/local/opt/libevent" 6782 if test -f "$dir/event.h" -a \( -f "$dir/libevent.la" -o -f "$dir/libev.la" \) ; then 6783 # libevent source director [all...] |
| /src/external/bsd/unbound/dist/ |
| configure | 1708 --with-libevent=pathname 1709 use libevent (will check /usr/local /opt/local 23093 # check for libevent 23095 # Check whether --with-libevent was given. 23108 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libevent" >&5 23109 printf %s "checking for libevent... " >&6; } 23124 if test -f "$dir/event.h" -a \( -f "$dir/libevent.la" -o -f "$dir/libev.la" \) ; then 23125 # libevent source directory 23133 mkdir build/libevent >/dev/null 2>&1 23134 mkdir build/libevent/.libs >/dev/null 2>& [all...] |