Searched refs:gettimeofday (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dgettimeofday.c32 * gettimeofday test
45 (void) sprintf(lm_usage, "note: measures gettimeofday()");
58 (void) gettimeofday(&t, NULL);
59 (void) gettimeofday(&t, NULL);
60 (void) gettimeofday(&t, NULL);
61 (void) gettimeofday(&t, NULL);
62 (void) gettimeofday(&t, NULL);
63 (void) gettimeofday(&t, NULL);
64 (void) gettimeofday(&t, NULL);
65 (void) gettimeofday(
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsys_time_.h46 # undef gettimeofday macro
47 # define gettimeofday rpl_gettimeofday macro
48 int gettimeofday (struct timeval *restrict, void *restrict);
H A Dgettime.c43 gettimeofday (&tv, NULL);
H A Dgettimeofday.c1 /* Provide gettimeofday for systems that don't have it or for which it's broken.
35 /* Work around the bug in some systems whereby gettimeofday clobbers
37 gettimeofday function from Mac OS X 10.0.4 (i.e., Darwin 1.3.7) has
45 gettimeofday clobbers the static buffer used for localtime's result.
96 /* This is a wrapper for gettimeofday. It is used only on systems
103 #undef gettimeofday macro
107 result around the call to gettimeofday. */
111 int result = gettimeofday (tv, tz);
/macosx-10.10.1/emacs-93/emacs/nt/inc/sys/
H A Dtime.h19 void gettimeofday (struct timeval *, struct timezone *);
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz) function
/macosx-10.10.1/xnu-2782.1.97/libsyscall/custom/
H A D__gettimeofday.s38 UNIX_SYSCALL_INT_NONAME(gettimeofday,0)
51 UNIX_SYSCALL_NONAME(gettimeofday,0,cerror_nocancel)
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-ultrix4.h34 int gettimeofday(struct timeval *, struct timezone *);
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-ultrix4.h34 int gettimeofday(struct timeval *, struct timezone *);
/macosx-10.10.1/tcpdump-61/tcpdump/lbl/
H A Dos-ultrix4.h34 int gettimeofday(struct timeval *, struct timezone *);
/macosx-10.10.1/BerkeleyDB-21/db/test/scr031/src/
H A Dhtimestampxa.c11 (void)gettimeofday(&timeNow, 0);
/macosx-10.10.1/sudo-73/src/
H A Dgettime.c30 * Get the current time via gettimeofday() for systems with
39 rval = gettimeofday(tv, NULL);
H A Dnanosleep.c45 gettimeofday(&endtime, NULL);
50 gettimeofday(&now, NULL);
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dgettod.c4 * This file provides the gettimeofday function on systems
21 gettimeofday( function
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dgettod.c4 * This file provides the gettimeofday function on systems
22 gettimeofday(tp, tz) function
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgettimeofday.c41 gettimeofday (struct timeval *tp, void *ignore) function
64 * Simple gettimeofday that only returns seconds.
67 gettimeofday (struct timeval *tp, void *ignore) function
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dftime.c46 if (gettimeofday(&t, &tz) < 0)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.h53 gettimeofday( struct timeval * tv, struct timezone * tz );
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCAnimation.mm77 gettimeofday(&now, NULL);
102 gettimeofday(&fStart, NULL);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtime.c53 if (gettimeofday(&tt, (struct timezone *)0) < 0)
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DRandomNumberSeed.h56 gettimeofday(&time, 0);
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_get_expiration.c127 gettimeofday(&now, NULL);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtimeval.c65 (void)gettimeofday(&now, NULL);
80 ** gettimeofday() is not granted to be increased monotonically, due to
85 (void)gettimeofday(&now, NULL);
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_util.c68 (void)gettimeofday(&now, NULL);
83 ** gettimeofday() is not granted to be increased monotonically, due to
88 (void)gettimeofday(&now, NULL);
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dtestutil.c67 (void)gettimeofday(&now, NULL);
82 ** gettimeofday() is not granted to be increased monotonically, due to
87 (void)gettimeofday(&now, NULL);

Completed in 169 milliseconds

1234567891011>>