| /src/external/gpl3/binutils/dist/libiberty/ |
| gettimeofday.c | 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz}) 22 gettimeofday (struct timeval *tp, void *tz) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| gettimeofday.c | 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz}) 22 gettimeofday (struct timeval *tp, void *tz) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| gettimeofday.c | 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz}) 22 gettimeofday (struct timeval *tp, void *tz) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| gettimeofday.c | 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz}) 22 gettimeofday (struct timeval *tp, void *tz) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| gettimeofday.c | 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz}) 22 gettimeofday (struct timeval *tp, void *tz) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| gettimeofday.c | 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz}) 22 gettimeofday (struct timeval *tp, void *tz) function
|
| /src/lib/libc/compat/gen/ |
| compat_time.c | 28 #define gettimeofday __compat_gettimeofday macro
|
| compat_times.c | 29 #define gettimeofday __compat_gettimeofday macro
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_sys_time.h | 24 gettimeofday with versions that support 64-bit time_t, for POSIX 25 compliance. However, the gettimeofday replacement does not ever 27 system's gettimeofday's (signed) 32-bit result as (signed) 64-bit. 35 # undef gettimeofday macro
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_sys_time.h | 24 gettimeofday with versions that support 64-bit time_t, for POSIX 25 compliance. However, the gettimeofday replacement does not ever 27 system's gettimeofday's (signed) 32-bit result as (signed) 64-bit. 35 # undef gettimeofday macro
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| gettimeofday.c | 1 /* $NetBSD: gettimeofday.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 43 gettimeofday (struct timeval *tp, void *ignore) function 66 * Simple gettimeofday that only returns seconds. 69 gettimeofday (struct timeval *tp, void *ignore) function
|
| /src/external/bsd/libbind/dist/bsd/ |
| gettimeofday.c | 1 /* $NetBSD: gettimeofday.c,v 1.1.1.2 2012/09/09 16:07:42 christos Exp $ */ 4 static const char rcsid[] = "Id: gettimeofday.c,v 1.4 2005/04/27 04:56:11 sra Exp "; 15 * gettimeofday() occasionally returns invalid tv_usec on some platforms. 18 #undef gettimeofday macro 24 res = gettimeofday(tp, tzp); 44 syslog(LOG_ERR, "gettimeofday: tv_usec out of range\n"); 49 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { function
|
| /src/external/gpl2/xcvs/dist/lib/ |
| gettimeofday.c | 1 /* Work around the bug in some systems whereby gettimeofday clobbers the 2 static buffer that localtime uses for it's return value. The gettimeofday 21 __RCSID("$NetBSD: gettimeofday.c,v 1.2 2016/05/17 14:00:09 christos Exp $"); 32 #undef gettimeofday macro 55 gettimeofday clobbers the static buffer used for localtime's result. 83 /* This is a wrapper for gettimeofday. It is used only on systems for which 84 gettimeofday clobbers the static buffer used for localtime's result. 87 around the call to gettimeofday. */ 102 result = gettimeofday (tv, tz);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| gettimeofday.c | 1 /* Provide gettimeofday for systems that don't have it or for which it's broken. 69 /* This is a wrapper for gettimeofday. It is used only on systems 72 Work around the bug in some systems whereby gettimeofday clobbers 74 gettimeofday function from Mac OS X 10.0.4 (i.e., Darwin 1.3.7) has 78 gettimeofday (struct timeval *restrict tv, void *restrict tz) function 80 #undef gettimeofday macro 128 int result = gettimeofday (&otv, (struct timezone *) tz); 135 int result = gettimeofday (tv, (struct timezone *) tz);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| gettimeofday.c | 1 /* Provide gettimeofday for systems that don't have it or for which it's broken. 69 /* This is a wrapper for gettimeofday. It is used only on systems 72 Work around the bug in some systems whereby gettimeofday clobbers 74 gettimeofday function from Mac OS X 10.0.4 (i.e., Darwin 1.3.7) has 78 gettimeofday (struct timeval *restrict tv, void *restrict tz) function 80 #undef gettimeofday macro 128 int result = gettimeofday (&otv, (struct timezone *) tz); 135 int result = gettimeofday (tv, (struct timezone *) tz);
|
| /src/external/bsd/nvi/usr.bin/nvi/ |
| compat.h | 35 * Some versions of System V changed the number of arguments to gettimeofday 39 #define gettimeofday(tv, tz) gettimeofday(tv) macro
|
| port.h | 35 * Some versions of System V changed the number of arguments to gettimeofday 39 #define gettimeofday(tv, tz) gettimeofday(tv) macro
|
| /src/external/bsd/ntp/dist/libntp/ |
| machines.c | 119 gettimeofday( function 347 * MPE lacks gettimeofday(), so we define our own. 350 int gettimeofday(struct timeval *tvp) function
|
| /src/external/bsd/openldap/dist/include/ |
| ldap_pvt.h | 132 #define gettimeofday(tv,tz) ldap_pvt_gettimeofday(tv,tz) macro
|
| /src/external/lgpl3/gmp/dist/tune/ |
| time.c | 103 gettimeofday() and times() can arise, according to which are available 135 gettimeofday can have resolutions other than clock ticks or microseconds, 152 against gettimeofday might be ok. */ 240 and gettimeofday. 357 #define gettimeofday(tv,tz) ASSERT_FAIL (gettimeofday not available) macro 558 take it upon themselves to ensure gettimeofday doesn't return the same 639 #define call_gettimeofday(t) gettimeofday (&(t), NULL) 642 MICROSECONDS_P ("gettimeofday", struct_timeval, 823 #define call_gettimeofday(t) gettimeofday (&(t), NULL [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_interceptors.cc | 41 #define gettimeofday __gettimeofday50 macro 599 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { 601 int res = REAL(gettimeofday)(tv, tz); 1659 INTERCEPT_FUNCTION(gettimeofday);
|
| /src/external/apache2/mDNSResponder/dist/Clients/ |
| dns-sd.c | 156 int gettimeofday(struct timeval* tp, struct timezone* tzp) function 556 gettimeofday(&tv, NULL); 1386 gettimeofday(&tv, NULL); 1404 gettimeofday(&tv, NULL);
|