Searched refs:time (Results 76 - 100 of 2364) sorted by relevance

1234567891011>>

/freebsd-current/contrib/sendmail/test/
H A Dt_exclopen.c43 #include <sys/time.h>
44 #include <time.h>
74 sprintf(Attacker, "/tmp/attacker.%d.%ld", getpid(), time(NULL));
75 sprintf(Attackee, "/tmp/attackee.%d.%ld", getpid(), time(NULL));
/freebsd-current/sys/dev/zlib/
H A Dzlib_mod.c29 #include <sys/time.h>
/freebsd-current/tools/tools/sortbench/
H A Dbench.py28 from time import time namespace
57 start = time()
59 total = time() - start
/freebsd-current/tools/build/cross-build/include/linux/sys/
H A Dstat.h42 #include <time.h>
/freebsd-current/tools/tools/kttcp/sys/
H A Dkttcpio.h43 #include <sys/time.h>
48 struct timeval kio_elapsed; /* elapsed time (OUT) */
/freebsd-current/tools/build/cross-build/include/mac/
H A Dunistd.h42 #include <sys/time.h>
/freebsd-current/usr.sbin/pw/
H A Dpsdate.h32 #include <time.h>
/freebsd-current/contrib/file/src/
H A Dlocaltime_r.c7 #include <time.h>
H A Dgmtime_r.c7 #include <time.h>
/freebsd-current/contrib/nvi/vi/
H A Dv_redraw.c14 #include <sys/time.h>
/freebsd-current/lib/libc/gen/
H A Dutime.c32 #include <sys/time.h>
H A Dclock.c33 #include <sys/time.h>
H A Dusleep.c33 #include <time.h>
/freebsd-current/lib/libmd/
H A Drmddriver.c17 #include <time.h>
/freebsd-current/lib/libthr/thread/
H A Dthr_getcpuclockid.c32 #include <sys/time.h>
/freebsd-current/lib/libc/sys/
H A Dkevent.c34 #include <sys/time.h>
H A Dclock_nanosleep.c34 #include <time.h>
H A Dwait.c34 #include <sys/time.h>
H A Dwait3.c34 #include <sys/time.h>
/freebsd-current/sys/sys/
H A Dtimeb.h53 time_t time; /* seconds since the Epoch */ member in struct:timeb
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h65 #include <sys/time.h>
66 #include <time.h>
68 #include <sys/time.h>
70 #include <time.h>
122 #include <time.h>
/freebsd-current/sbin/nvmecontrol/
H A Dperftest.c55 uint32_t time; member in struct:options
64 .time = 0,
80 OPT("time", 't', arg_uint32, opt, time,
119 iops = io_completed/io_test->time;
125 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
130 (uintmax_t)io_test->io_completed[i]/io_test->time);
173 if (opt.time == 0) {
174 fprintf(stderr, "No time speciifed\n");
177 io_test.time
[all...]
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c36 /* A time unit test fixture. */
45 /* The time struct to update. */
46 struct pt_time time; member in struct:time_fixture
64 pt_time_init(&tfix->time);
78 errcode = pt_time_update_tsc(&tfix->time, NULL, &tfix->config);
92 errcode = pt_time_update_cbr(&tfix->time, NULL, &tfix->config);
106 errcode = pt_time_update_tma(&tfix->time, NULL, &tfix->config);
109 errcode = pt_time_update_tma(&tfix->time, &packet, NULL);
123 errcode = pt_time_update_mtc(&tfix->time, NULL, &tfix->config);
126 errcode = pt_time_update_mtc(&tfix->time,
[all...]
/freebsd-current/contrib/sendmail/libsmutil/
H A Dt-lockfile.c51 (int) pid, (long) time(NULL), owner, filename);
78 (int) pid, (long) time(NULL), iobuf);
107 (int) pid, (long) time(NULL));
113 (int) pid, (long) time(NULL), iobuf, xbuf);
137 (long) time(NULL)); \
157 (int) pid, (long) time(NULL), filename);
162 (int) pid, (long) time(NULL), filename);
176 (int) pid, (long) time(NULL), filename);
180 (int) pid, (long) time(NULL), filename);
224 (int) pid, (long) time(NUL
[all...]
/freebsd-current/contrib/libpcap/msdos/
H A Dbin2c.c4 #include <time.h>
19 time_t now = time (NULL);

Completed in 2021 milliseconds

1234567891011>>