Searched refs:gettimeofday (Results 26 - 50 of 553) sorted by relevance

1234567891011>>

/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dtmpname.cpp46 int gettimeofday(struct timeval *, void *);
82 gettimeofday(&tv, NULL);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DTimeValue.inc42 if (0 != ::gettimeofday(&the_time,0)) {
43 // This is *really* unlikely to occur because the only gettimeofday
/macosx-10.10.1/ntp-92/util/
H A Dhist.c5 * gettimeofday() and, finally, writes out the time values for later
48 gettimeofday(&ts, &tzp);
52 gettimeofday(&tr, &tzp);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dtattle.c131 gettimeofday(&s, NULL);
134 gettimeofday(&f, NULL);
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DTimeTracker.pm56 return (Time::HiRes::gettimeofday());
63 sub gettimeofday { subroutine
78 my $current_time = [$self->gettimeofday()];
109 $current_time = [ $self->gettimeofday() ] unless
124 $current_time = [ $self->gettimeofday() ] unless
150 # equivalent to Time::HiRes::gettimeofday(), regardless
152 my($seconds, $microseconds) = $timer->gettimeofday();
170 The most common use of this module is calling the gettimeofday()
173 my($seconds, $microseconds) = $timer->gettimeofday();
176 Time::HiRes is installed, it will simply defer to its gettimeofday()
[all...]
/macosx-10.10.1/ntp-92/include/
H A Dntp_unixtime.h18 /* gettimeofday() takes two args in BSD and only one in SYSV */
26 # define GETTIMEOFDAY(a, b) (gettimeofday(a))
30 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
33 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dtest_crypto.c67 gettimeofday(&tv1, NULL);
76 gettimeofday(&tv2, NULL);
111 gettimeofday(&tv1, NULL);
121 gettimeofday(&tv2, NULL);
H A Dtest_rfc3961.c67 gettimeofday(&tv1, NULL);
76 gettimeofday(&tv2, NULL);
111 gettimeofday(&tv1, NULL);
121 gettimeofday(&tv2, NULL);
H A Dtest_time.c47 gettimeofday(&tv, NULL);
H A Dtime.c57 gettimeofday(&tv, NULL);
93 * like gettimeofday but with time correction to the KDC
103 gettimeofday (&tv, NULL);
/macosx-10.10.1/Libc-1044.1.2/emulated/
H A Dlutimes.c54 if(gettimeofday(&now, NULL) < 0)
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtimes.c66 if (gettimeofday(&t, (struct timezone *)0))
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dgettimeofday.c26 * File: libc/sys/gettimeofday.c
42 int gettimeofday (struct timeval *tp, void *vtzp) function
/macosx-10.10.1/Libc-1044.1.2/util/
H A Dlogout.c85 (void)gettimeofday(&utx.ut_tv, NULL);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-50-thread.c18 gettimeofday(&tv, NULL);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dstdtime.c61 (void)syslog(LOG_ERR, "gettimeofday returned bad tv_usec: corrected");
76 RUNTIME_CHECK(gettimeofday(&tv, NULL) != -1);
/macosx-10.10.1/cups-408/cups/cups/
H A Ddebug-private.h106 # define gettimeofday(a,b) _cups_gettimeofday(a, b) macro
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcdsliv.c191 gettimeofday(&now, &tz);
197 gettimeofday(&now, &tz);
289 gettimeofday(&now, &tz);
313 gettimeofday(&now, &tz);
/macosx-10.10.1/dcerpc-61/dcerpc/uuid/
H A Duuidsys.c130 if (gettimeofday (&tp, (struct timezone *) 0))
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-dyld-locking/
H A Dbase.c49 gettimeofday(&tvNow, NULL);
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dprofile.c69 gettimeofday (tp, tzp) function
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dstdtime.c61 (void)syslog(LOG_ERR, "gettimeofday returned bad tv_usec: corrected");
76 RUNTIME_CHECK(gettimeofday(&tv, NULL) != -1);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dmagic.c107 gettimeofday(&t, NULL);
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Drpcclock.c177 gettimeofday( &start_time, (struct timezone *) 0 );
194 gettimeofday(&tp, (struct timezone *) 0 );
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dcompat.c150 return gettimeofday(tv, NULL);
152 return gettimeofday(tv);

Completed in 258 milliseconds

1234567891011>>