HomeSort by: relevance | last modified time | path
    Searched refs:gettimeofday (Results 1 - 25 of 626) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
vdso.c 27 gettimeofday (&tv, 0);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
vdso.c 27 gettimeofday (&tv, 0);
  /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/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/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/sys/
compat_gettimeofday.c 44 __warn_references(gettimeofday,
45 "warning: reference to compatibility gettimeofday(); include <sys/time.h> to generate correct reference")
47 __strong_alias(gettimeofday, __compat_gettimeofday)
50 * libc12 compatible gettimeofday routine.
  /src/external/bsd/libpcap/dist/lbl/
os-ultrix4.h 33 int gettimeofday(struct timeval *, struct timezone *);
  /src/external/bsd/tcpdump/dist/lbl/
os-ultrix4.h 32 int gettimeofday(struct timeval *, struct timezone *);
  /src/tests/lib/libc/sys/
t_gettimeofday.c 43 atf_tc_set_md_var(tc, "descr", "Test errors from gettimeofday(2)");
51 ATF_REQUIRE_ERRNO(EFAULT, gettimeofday((void *)-1, NULL) != 0);
57 atf_tc_set_md_var(tc, "descr", "Test monotonicity of gettimeofday(2)");
71 ATF_REQUIRE(gettimeofday(&tv1, NULL) == 0);
72 ATF_REQUIRE(gettimeofday(&tv2, NULL) == 0);
  /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/gpl3/gdb/dist/gnulib/import/
sys_time.in.h 30 Without this extra ifdef, the C++ gettimeofday declaration below
92 # undef gettimeofday
93 # define gettimeofday rpl_gettimeofday
95 _GL_FUNCDECL_RPL (gettimeofday, int,
98 _GL_CXXALIAS_RPL (gettimeofday, int,
102 _GL_FUNCDECL_SYS (gettimeofday, int,
108 _GL_CXXALIAS_SYS_CAST (gettimeofday, int,
111 _GL_CXXALIASWARN (gettimeofday);
124 # undef gettimeofday
126 _GL_WARN_ON_USE (gettimeofday, "gettimeofday is unportable -
    [all...]
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/
sys_time.in.h 30 Without this extra ifdef, the C++ gettimeofday declaration below
92 # undef gettimeofday
93 # define gettimeofday rpl_gettimeofday
95 _GL_FUNCDECL_RPL (gettimeofday, int,
98 _GL_CXXALIAS_RPL (gettimeofday, int,
102 _GL_FUNCDECL_SYS (gettimeofday, int,
108 _GL_CXXALIAS_SYS_CAST (gettimeofday, int,
111 _GL_CXXALIASWARN (gettimeofday);
124 # undef gettimeofday
126 _GL_WARN_ON_USE (gettimeofday, "gettimeofday is unportable -
    [all...]
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/lib/libc/compat/gen/
compat_time.c 28 #define gettimeofday __compat_gettimeofday macro
  /src/external/bsd/blocklist/port/
clock_gettime.c 12 if (gettimeofday(&tv, NULL) == -1)
  /src/external/bsd/ntp/dist/include/
ntp_unixtime.h 14 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a))
19 /* gettimeofday() takes two args in BSD and only one in SYSV */
23 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
27 # define GETTIMEOFDAY(a, b) (gettimeofday(a))
31 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
34 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)
    [all...]
  /src/external/bsd/tmux/dist/compat/
clock_gettime.c 34 gettimeofday(&tv, NULL);
  /src/external/mit/libuv/dist/test/
test-gettimeofday.c 25 TEST_IMPL(gettimeofday) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
time.d 57 int gettimeofday(timeval*, void*);
82 int gettimeofday(timeval*, void*);
93 int gettimeofday(timeval*, void*);
118 int gettimeofday(timeval*, timezone_t*); // timezone_t* is normally void*
144 int gettimeofday(timeval*, timezone_t*); // timezone_t* is normally void*
163 int gettimeofday(timeval*, void*); // timezone_t* is normally void*
189 int gettimeofday(timeval*, timezone_t*);
215 int gettimeofday(timeval*, timezone_t*); // timezone_t* is normally void*
234 int gettimeofday(timeval*, void*);
263 int gettimeofday(timeval*, timezone_t*)
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>