Searched refs:gettimeofday (Results 76 - 100 of 553) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dptx.h78 /* If we have X windows, configure should find gettimeofday in -lX11.
79 Since we emulate gettimeofday below, we really have it anyway. */
92 /* Emulate gettimeofday() except for the time zone information which Emacs
95 #define gettimeofday(tp, tzp) get_process_stats (tp, PS_SELF, 0, 0) macro
/macosx-10.10.1/file_cmds-242/dd/
H A Dmisc.c66 (void)gettimeofday(&tv, (struct timezone *)NULL);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dfsm.c103 gettimeofday(&start, NULL);
174 gettimeofday(&end, NULL);
270 gettimeofday(&start, NULL);
337 gettimeofday(&end, NULL);
/macosx-10.10.1/srm-7/srm/src/
H A Drandom.c29 (void)gettimeofday(&tv, &tz);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSControl.c725 gettimeofday( &myStartTime, &zone );
733 gettimeofday( &myEndTime, &zone );
746 gettimeofday( &myStartTime, &zone );
760 gettimeofday( &myEndTime, &zone );
778 gettimeofday( &myStartTime, &zone );
786 gettimeofday( &myEndTime, &zone );
809 gettimeofday( &myStartTime, &zone );
838 gettimeofday( &myEndTime, &zone );
852 gettimeofday( &myStartTime, &zone );
860 gettimeofday(
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dtest_gic.c187 gettimeofday(&tv1, NULL);
194 gettimeofday(&tv2, NULL);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.c145 (void) gettimeofday(&tstart, NULL);
149 (void) gettimeofday (&tstop, NULL);
/macosx-10.10.1/libclosure-65/objectTests/
H A Dtlctester.mm45 gettimeofday(&raw, NULL);
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dcorrect.c79 (void)gettimeofday(&tmptv,0);
173 (void) gettimeofday(&now, 0);
/macosx-10.10.1/removefile-35/test/
H A Dtest-removefile.c12 assert(gettimeofday(&tv, NULL) == 0);
17 assert(gettimeofday(&tv2, NULL) == 0);
/macosx-10.10.1/rsync-45/rsync/
H A Dprogress.c117 gettimeofday(&now, NULL);
139 gettimeofday(&now, NULL);
/macosx-10.10.1/ruby-106/ruby/test/dl/
H A Dtest_import.rb19 extern "int gettimeofday(timeval*, timezone*)" rescue nil
117 if( defined?(LIBC.gettimeofday) )
120 LIBC.gettimeofday(timeval, timezone)
/macosx-10.10.1/ruby-106/ruby/test/fiddle/
H A Dtest_import.rb22 extern "int gettimeofday(timeval*, timezone*)" rescue nil
110 if( defined?(LIBC.gettimeofday) )
113 LIBC.gettimeofday(timeval, timezone)
/macosx-10.10.1/shell_cmds-179/time/
H A Dtime.c96 gettimeofday(&before, (struct timezone *)NULL);
113 gettimeofday(&after, (struct timezone *)NULL);
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixTime.c107 gettimeofday(&date, NULL);
257 (void) gettimeofday(&tv, NULL);
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.h83 #define START_TIMER() gettimeofday(&start, NULL);
84 #define END_TIMER() gettimeofday(&end, NULL);
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dutmpx_login.c47 gettimeofday (&tmp, 0);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dtest_rsa.c262 gettimeofday(&tv1, NULL);
271 gettimeofday(&tv2, NULL);
309 gettimeofday(&tv1, NULL);
312 gettimeofday(&tv2, NULL);
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dutimer.h198 gettimeofday(&timer->start, 0);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dentropy.c144 (void) gettimeofday( &rdata.tv, NULL );
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Ddebug.c109 gettimeofday(&new_time, NULL);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPosixCompat.c99 gettimeofday( struct timeval * tv, struct timezone * tz ) function
/macosx-10.10.1/removefile-35/
H A Dremovefile_random.c53 (void)gettimeofday(&tv, &tz);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dproctm.c38 /* Prefer gettimeofday to ftime to times. */
122 (void) gettimeofday (&stime, &stz);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/pthreads/
H A Dmutex.c140 gettimeofday(&prelock_t, NULL);
145 gettimeofday(&postlock_t, NULL);
184 gettimeofday(&unlock_t, NULL);

Completed in 364 milliseconds

1234567891011>>