Home
last modified time | relevance | path

Searched refs:INFTIM (Results 1 – 7 of 7) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-poll.h57 #define INFTIM (-1) /* not standard */ macro
/external/libpcap/
Dpcap-snit.c255 si.ic_timout = INFTIM; in nit_setflags()
359 si.ic_timout = INFTIM; in pcap_activate_snit()
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py328 INFTIM = -1 variable
/external/python/cpython2/Modules/
Dselectmodule.c537 #ifdef INFTIM in poll_poll()
538 timeout = INFTIM; in poll_poll()
/external/python/cpython3/Modules/
Dselectmodule.c564 #ifdef INFTIM in poll_poll()
565 ms = INFTIM; in poll_poll()
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1813 INFTIM = _INFTIM variable
/external/strace/
DChangeLog6528 poll.c: remove special INFTIM handling.
6530 infinite timeout, so no need to handle BSD-specific INFTIM.
6532 * poll.c (SYS_FUNC(poll)): Remove INFTIM handling.