Searched defs:gettimeofday (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/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-src/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-src/contrib/ntp/libntp/ |
H A D | machines.c | 117 gettimeofday( in gettimeofday() function 348 int gettimeofday(struct timeval *tvp) in gettimeofday() function
|
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2255 TSAN_INTERCEPTOR(int,gettimeofday,void * tv,void * tz) TSAN_INTERCEPTOR() argument
|