Searched refs:time (Results 226 - 250 of 2365) sorted by relevance

1234567891011>>

/freebsd-current/contrib/nvi/ex/
H A Dex_undo.c14 #include <sys/time.h>
47 * Whether 'u' is undo or redo is toggled each time, unless there
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_lwp_ctl.c39 #include <time.h>
/freebsd-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_detach.c36 #include <time.h>
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Derrorq.h33 #include <sys/time.h>
/freebsd-current/contrib/one-true-awk/testdir/
H A Dtime.c6 #include <time.h>
/freebsd-current/crypto/openssh/
H A Dlogintest.c45 #include <time.h>
143 (void)time(&t0);
147 printf("Before logging in:\n\tcurrent time is %d - %s\t"
148 "lastlog time is %d - %s\n",
154 (void)time(&logintime);
170 (void)time(&logouttime);
187 printf("After logging in, lastlog time is %d - %s\n", (int)t2, s_t2);
195 printf("** The login time and the lastlog time differ.\n"
197 "wrong time,\
[all...]
/freebsd-current/contrib/sendmail/include/sm/
H A Dtime.h9 * $Id: time.h,v 1.2 2013-11-22 20:51:32 ca Exp $
16 # include <sys/time.h>
18 /* should be defined in sys/time.h */
/freebsd-current/sys/contrib/zstd/programs/
H A Dtimefn.h22 #include <time.h> /* clock_t, clock, CLOCKS_PER_SEC */
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-timegm.c40 #include <time.h>
/freebsd-current/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.c25 #include <sys/time.h>
111 /* at shutdown time */
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dtime-internal.h38 #include <time.h>
/freebsd-current/contrib/ntp/sntp/libevent/include/
H A Devent.h49 #include <sys/time.h>
/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c24 #include <time.h>
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Dstdtime.c28 #include <sys/time.h>
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_depr.c24 #include <time.h>
/freebsd-current/tools/test/stress2/tools/
H A Dswap.c32 #include <sys/time.h>
152 start = time(NULL);
153 while ((time(NULL) - start) < runtime) {
158 if ((time(NULL) - start) >= runtime)
/freebsd-current/lib/libc/gen/
H A Dulimit.c30 #include <sys/time.h>
/freebsd-current/lib/libgeom/
H A Dgeom_stats.c37 #include <sys/time.h>
118 struct timespec time; member in struct:snapshot
138 clock_gettime(CLOCK_REALTIME, &sp->time);
162 *tp = sp->time;
/freebsd-current/lib/libnetgraph/
H A Dinternal.h43 #include <sys/time.h>
/freebsd-current/libexec/bootpd/
H A Dtrygetea.c13 #include <sys/time.h> /* for struct timeval in net/if.h */
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h38 #include <sys/time.h>
/freebsd-current/usr.bin/top/
H A Dmachine.h12 #include <sys/time.h>
/freebsd-current/tools/tools/usbtest/
H A Dusbtest.h36 time_t time; member in struct:bps
/freebsd-current/sys/sys/
H A Dtimers.h41 #include <sys/time.h>
/freebsd-current/tools/regression/priv/
H A Dpriv_adjtime.c34 * system time too much.
37 #include <sys/time.h>

Completed in 298 milliseconds

1234567891011>>