Searched defs:gettimeofday (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | gettimeofday.c | 41 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday() function 67 gettimeofday (struct timeval *tp, void *ignore) in gettimeofday() function
|
H A D | roken.h.in | 952 #define gettimeofday rk_gettimeofday macro
|
/freebsd/contrib/ncurses/include/ |
H A D | nc_mingw.h | 71 #define gettimeofday(tv,tz) _nc_gettimeofday(tv,tz) macro
|
H A D | win32_curses.h | 72 #define gettimeofday(tv,tz) _nc_gettimeofday(tv,tz) macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | machines.c | 118 gettimeofday( gettimeofday() function 349 int gettimeofday(struct timeval *tvp) gettimeofday() function
|
/freebsd/crypto/krb5/src/tests/gss-threads/ |
H A D | gss-misc.c | 397 gettimeofday(struct timeval *tv, void *ignore_tz) in gettimeofday() function
|
/freebsd/crypto/krb5/src/windows/leashdll/ |
H A D | timesync.c | 54 gettimeofday( in gettimeofday() function
|
/freebsd/crypto/krb5/src/appl/gss-sample/ |
H A D | gss-misc.c | 414 gettimeofday(struct timeval *tv, void *ignore_tz) in gettimeofday() function
|
/freebsd/crypto/krb5/src/include/ |
H A D | k5-platform.h | 999 #define gettimeofday krb5int_gettimeofday macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 45 #define gettimeofday __gettimeofday50 macro 693 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2266 TSAN_INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in TSAN_INTERCEPTOR() argument
|
/freebsd/contrib/sqlite3/autosetup/ |
H A D | jimsh0.c | 23920 int gettimeofday(struct timeval *tv, void *unused) in gettimeofday() function
|