Searched refs:time (Results 101 - 125 of 2364) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_napms.c49 #include <time.h>
51 #include <sys/time.h> /* needed for MacOS X DP3 */
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h41 #include <sys/time.h>
42 #include <time.h>
44 #include <sys/time.h>
46 #include <time.h>
/freebsd-current/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h44 void addToTotal(std::chrono::nanoseconds time) { total += time.count(); } argument
/freebsd-current/tools/regression/sockets/unix_cmsg/
H A Duc_check_time.c28 #include <sys/time.h>
29 #include <time.h>
/freebsd-current/contrib/ntp/libntp/
H A Dtimexsup.c13 # include <sys/time.h>
16 # include <time.h>
/freebsd-current/sys/kern/
H A Dkern_uuid.c52 * Note that the generator state is itself an UUID, but the time and clock
67 } time; member in struct:uuid_private
112 * Get the current time as a 60 bit count of 100-nanosecond intervals
114 * the Unix time since 00:00:00.00, January 1, 1970 to the date of the
121 uint64_t time = 0x01B21DD213814000LL; local
124 time += (uint64_t)bt.sec * 10000000LL;
125 time += (10000000LL * (uint32_t)(bt.frac >> 32)) >> 32;
126 return (time & ((1LL << 60) - 1LL));
133 uint64_t time; local
139 time
[all...]
/freebsd-current/contrib/ldns/compat/
H A Dtimegm.c11 #include <time.h>
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dtime.h1 /*===---- time.h - OpenMP time header wrapper ------------------------ c ---===
23 #include_next <time.h>
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h99 #include <sys/time.h>
100 #include <time.h>
102 #include <sys/time.h>
104 #include <time.h>
/freebsd-current/crypto/heimdal/lib/roken/
H A Dlocaltime_r.c37 #include <time.h>
/freebsd-current/contrib/nvi/ex/
H A Dex_equal.c14 #include <sys/time.h>
H A Dex_quit.c14 #include <sys/time.h>
H A Dex_yank.c14 #include <sys/time.h>
H A Dex_mark.c14 #include <sys/time.h>
/freebsd-current/contrib/nvi/vi/
H A Dv_zexit.c14 #include <sys/time.h>
/freebsd-current/contrib/unbound/compat/
H A Dctime_r.c4 #include <time.h>
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_compat.h46 #include <sys/time.h>
/freebsd-current/contrib/llvm-project/clang/include/clang-c/
H A DCXFile.h17 #include <time.h>
42 * Retrieve the last modification time of the given file.
/freebsd-current/contrib/arm-optimized-routines/string/include/
H A Dbenchlib.h9 #include <time.h>
/freebsd-current/contrib/unbound/util/
H A Dtimeval_func.h42 #include <sys/time.h>
/freebsd-current/contrib/libevent/include/event2/
H A Dhttp_compat.h46 #include <sys/time.h>
/freebsd-current/usr.bin/gprof/
H A Dhertz.c33 #include <sys/time.h>
/freebsd-current/lib/libc/gen/
H A Dnice.c33 #include <sys/time.h>
H A Dalarm.c35 #include <sys/time.h>
/freebsd-current/lib/libmd/
H A Dmddriver.c17 #include <time.h>

Completed in 393 milliseconds

1234567891011>>