Searched refs:HAVE_SELECT (Results 1 - 25 of 91) sorted by relevance

1234

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dpause.c13 #if HAVE_USLEEP || HAVE_NAPMS || HAVE_POLL || HAVE_SELECT
19 #undef HAVE_SELECT macro
20 #define HAVE_SELECT 0 macro
33 #if HAVE_SELECT
60 #if ! HAVE_SYS_TIME_H || ! HAVE_SELECT || TIME_WITH_SYS_TIME
89 #if HAVE_SELECT
95 #endif /* HAVE_SELECT */
97 #if ! HAVE_SELECT && ! HAVE_POLL
99 #endif /* ! HAVE_SELECT && ! HAVE_POLL */
H A Dsleep.c13 #if HAVE_NAPMS || HAVE_NAP || HAVE_USLEEP || HAVE_SELECT || HAVE_POLL
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dconfig.h23 #define HAVE_SELECT 1 macro
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dusleep.c46 #elif defined(HAVE_SELECT)
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dparens.c41 #if defined (FD_SET) && !defined (HAVE_SELECT)
42 # define HAVE_SELECT macro
45 #if defined (HAVE_SELECT)
47 #endif /* HAVE_SELECT */
69 #if defined (HAVE_SELECT)
71 #else /* !HAVE_SELECT */
73 #endif /* !HAVE_SELECT */
117 #if defined (HAVE_SELECT)
141 #else /* !HAVE_SELECT */
143 #endif /* !HAVE_SELECT */
[all...]
H A Dinput.c48 #if defined (HAVE_SELECT)
52 #endif /* HAVE_SELECT */
180 #if defined(HAVE_SELECT)
188 #if defined (HAVE_SELECT)
292 #if defined(HAVE_SELECT)
296 #if !defined (HAVE_SELECT) && defined(FIONREAD)
303 #if defined (HAVE_SELECT)
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dwicat.h131 #ifdef HAVE_SELECT
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsysselect.h50 #if !defined (HAVE_SELECT) || defined (BROKEN_SELECT_NON_X)
/macosx-10.9.5/vim-53/src/auto/
H A Dosdef.h32 #if !defined(HAVE_SELECT)
H A Dconfig.h190 #define HAVE_SELECT 1 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_config.h366 #define HAVE_SELECT 1 macro
H A Ddb_config_small.h366 #define HAVE_SELECT 1 macro
/macosx-10.9.5/vim-53/src/
H A Dos_vms_conf.h163 #undef HAVE_SELECT macro
174 #define HAVE_SELECT macro
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dconfig.h.in35 #undef HAVE_SELECT
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Dfilter_fork.c40 #elif defined(HAVE_SELECT)
141 #elif defined(HAVE_SELECT)
H A Dconfig_freebsd.h103 #define HAVE_SELECT 1 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb_config.h357 #define HAVE_SELECT 1 macro
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dconfig-amigaos.h58 #define HAVE_SELECT 1 macro
H A Dconfig-mac.h64 #define HAVE_SELECT 1 macro
H A Dconfig-win32ce.h191 #define HAVE_SELECT 1 macro
H A Dconfig-dos.h65 #define HAVE_SELECT 1 macro
H A Dconfig-symbian.h433 #define HAVE_SELECT 1 macro
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/Common/
H A Dconfig.h129 #define HAVE_SELECT 1 macro
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dvx_config.in365 #define HAVE_SELECT 1
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dsleep.c38 #if defined (HAVE_TIMEVAL) && defined (HAVE_SELECT)
50 #else /* !HAVE_TIMEVAL || !HAVE_SELECT */
59 #endif /* !HAVE_TIMEVAL || !HAVE_SELECT */

Completed in 145 milliseconds

1234