Searched refs:time (Results 126 - 150 of 2085) sorted by relevance

1234567891011>>

/freebsd-10.3-release/libexec/talkd/
H A Dtalkd.c63 #include <time.h>
114 lastmsgtime = time(0);
132 if (time(0) - lastmsgtime >= MAXIDLE)
/freebsd-10.3-release/contrib/ipfilter/ipsd/
H A Dslinux.c16 #include <sys/time.h>
72 time_t now = time(NULL);
80 if ((time(NULL) - now) > timeout)
/freebsd-10.3-release/contrib/ntp/tests/bug-2803/
H A Drun-bug-2803.c27 #include <sys/time.h>
/freebsd-10.3-release/contrib/ntp/tests/libntp/
H A Dhumandate.c46 time(&sample);
/freebsd-10.3-release/contrib/nvi/ex/
H A Dex_stop.c18 #include <sys/time.h>
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dhumandate.c2 * humandate.c - convert an NTP (or the current) time to something readable
8 #include "ntp_unixtime.h" /* includes <sys/time.h> and <time.h> */
14 the year and day of the week, etc.; just the minimal date and time. */
23 cursec = time(NULL);
40 * time to display given as an argument.
/freebsd-10.3-release/contrib/ntp/ntpsnmpd/
H A Dnetsnmp_daemonize.c64 # include <sys/time.h>
66 # include <time.h>
69 # include <sys/time.h>
71 # include <time.h>
175 * - becoming a process/session group leader, and forking a second time so
/freebsd-10.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_struct.h49 #include <sys/time.h>
/freebsd-10.3-release/contrib/ntp/sntp/libevent/test/
H A Dtest-init.c32 #include <sys/time.h>
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv_thread.c40 #include <time.h>
68 } while (time(NULL) < endtime);
96 } while (time(NULL) < endtime);
116 } while (time(NULL) < endtime);
135 } while (time(NULL) < endtime);
154 endtime = time(NULL) + THREADED_RUN_TIME;
179 endtime = time(NULL) + THREADED_RUN_TIME;
204 endtime = time(NULL) + THREADED_RUN_TIME;
229 endtime = time(NULL) + THREADED_RUN_TIME;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Utility/
H A DKQueue.h21 #include <sys/time.h>
/freebsd-10.3-release/contrib/tcpdump/
H A Dgmt2local.c42 * Returns the difference between gmt and local time in seconds.
53 t = time(NULL);
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dder_locl.h48 #include <time.h>
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dincludes.h16 /* Include possible build time configuration before including anything else */
45 #include <sys/time.h>
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py11 import time namespace
78 time.sleep(0.5)
124 time.sleep(0.1)
151 time.sleep(0.1)
/freebsd-10.3-release/crypto/heimdal/appl/rcp/
H A Drcp_locl.h43 #include <sys/time.h>
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h55 #include <sys/time.h>
56 #include <time.h>
58 #include <sys/time.h>
60 #include <time.h>
/freebsd-10.3-release/contrib/sendmail/include/sm/
H A Dclock.h24 # include <sys/time.h>
39 struct timeval ev_time; /* time of the call (microseconds) */
41 time_t ev_time; /* time of the call (seconds) */
60 ** SM_SETEVENT -- set an event to happen at a specific time in seconds.
63 ** to get a specific event to happen in the future at a specific time.
/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_poll.c41 #include <sys/time.h>
/freebsd-10.3-release/lib/libmd/
H A Dmddriver.c20 #include <time.h>
H A Dshadriver.c20 #include <time.h>
/freebsd-10.3-release/lib/libc/amd64/sys/
H A D__vdso_gettc.c31 #include <sys/time.h>
/freebsd-10.3-release/lib/libc/gen/
H A Dalarm.c39 #include <sys/time.h>
H A Dsleep.c39 #include <time.h>
H A Dualarm.c36 #include <sys/time.h>

Completed in 163 milliseconds

1234567891011>>