Searched refs:gettimeofday (Results 176 - 200 of 553) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dbench_001.c376 (void)gettimeofday(&start_time, NULL);
380 (void)gettimeofday(&end_time, NULL);
/macosx-10.10.1/CPANInternal-159.1/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm13 use Time::HiRes qw( gettimeofday );
140 current system time, as returned by the system's C<gettimeofday()> call.
147 my @now = gettimeofday();
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c93 if (gettimeofday(deadline,NULL))
108 if (gettimeofday(tv,NULL))
110 /* 1 second default if gettimeofday() is broken */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-bind.c531 gettimeofday( &beg, NULL );
580 gettimeofday( &end, NULL );
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c499 gettimeofday(& tv, & zone);
524 gettimeofday(& tv, & zone);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPLock.c404 (void)gettimeofday(&lockStart, NULL);
484 (void)gettimeofday(&prefsPrivate->lockTime, NULL);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A DipsecSessionTracer.c226 gettimeofday(&session->start_timestamp, NULL);
339 gettimeofday(&session->stop_timestamp, NULL);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DIdentify.c169 gettimeofday(&end, NULL);
181 gettimeofday(&now, NULL);
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Drrenum.c219 gettimeofday(&now, 0);
225 gettimeofday(&now, 0);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsaslutil.c364 if (!gettimeofday(&tv))
366 if (!gettimeofday(&tv, NULL))
/macosx-10.10.1/system_cmds-643.1.1/iosim.tproj/
H A Diosim.c295 gettimeofday(&start_tv, NULL);
297 gettimeofday(&end_tv, NULL);
/macosx-10.10.1/xnu-2782.1.97/osfmk/prng/YarrowCoreLib/src/
H A Dprng.c378 gettimeofday(&tv, NULL);
405 gettimeofday(&tv, NULL);
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Dbench.h161 DB_BENCH_ASSERT(gettimeofday(&__tp, NULL) == 0); \
/macosx-10.10.1/BerkeleyDB-21/db/test_micro/source/
H A Dbench.h161 DB_BENCH_ASSERT(gettimeofday(&__tp, NULL) == 0); \
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCBoardViewMouse.mm330 gettimeofday(&fLastRedraw, NULL);
435 gettimeofday(&now, NULL);
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dprocess.c45 gettimeofday(&_kdc_now, NULL);
/macosx-10.10.1/Libc-1044.1.2/os/
H A Ddebug_private.c152 gettimeofday(&tv, NULL);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Drandom.c329 gettimeofday(&tv, NULL);
/macosx-10.10.1/Libc-1044.1.2/uuid/uuidsrc/
H A Dgen_uuid.c166 /* Assume that the gettimeofday() has microsecond granularity */
178 gettimeofday(&tv, 0);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dmeter.c84 gettimeofday( &tv, NULL );
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmisc.c842 gettimeofday(&finish, NULL);
875 gettimeofday(&bw->bwstart, NULL);
883 gettimeofday(&bw->bwend, NULL);
917 gettimeofday(&bw->bwstart, NULL);
/macosx-10.10.1/OpenSSL098-52/src/fips/rand/
H A Dfips_rand.c57 be defined and gettimeofday() won't be declared with strict compilers
246 gettimeofday(&tv,NULL);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DCurrentTime.cpp231 // Non-Windows GTK builds could use gettimeofday() directly but for the sake of consistency lets use GTK function.
251 gettimeofday(&now, 0);
/macosx-10.10.1/cups-408/cups/cups/
H A Dtestarray.c517 gettimeofday(&curtime, NULL);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcert.c397 gettimeofday(&tod, NULL);

Completed in 363 milliseconds

1234567891011>>