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

/ast/src/lib/libtksh/tcl/
H A DtclUnixTime.c124 gettimeofday(&date, &tz);
159 * The gettimeofday system call can also be used to determine the time
192 * Must prefer timezone variable over gettimeofday, as gettimeofday does
223 gettimeofday(&tv, &tz);
266 (void) gettimeofday(&tv, &tz);
/ast/src/cmd/tests/aso/
H A Dtproc.c92 gettimeofday(&tv1, 0); /* start the timer */
122 gettimeofday(&tv2, 0); /* get end of time */
H A Dtthread.c101 gettimeofday(&tv1, NULL);
111 gettimeofday(&tv2, NULL);
/ast/src/cmd/warp/
H A Dwarp.c38 __STDPP__directive pragma pp:hide alarm _alarm __alarm clock_gettime _clock_gettime __clock_gettime gettimeofday _gettimeofday __gettimeofday getitimer _getitimer __getitimer poll _poll __poll select _select __select setitimer _setitimer __setitimer time times utime _utime __utime utimensat _utimensat __utimensat utimes _utimes __utimes utimets _utimets __utimets fstat64 lstat64
47 #define gettimeofday ______gettimeofday
126 __STDPP__directive pragma pp:nohide alarm _alarm __alarm clock_gettime _clock_gettime __clock_gettime gettimeofday _gettimeofday __gettimeofday getitimer _getitimer __getitimer poll _poll __poll select _select __select setitimer _setitimer __setitimer time times utime _utime __utime utimensat _utimensat __utimensat utimes _utimes __utimes utimets _utimets __utimets fstat64 lstat64
135 #undef gettimeofday
517 gettimeofday(struct timeval* tv, void* tz) function
519 static Call_t call = { "gettimeofday", "gettimeofday" };
529 static Call_t call = { "gettimeofday", "_gettimeofday" };
537 static Call_t call = { "gettimeofday", "__gettimeofday" };
545 static Call_t call = { "gettimeofday", "_libc_gettimeofda
[all...]
/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c587 gettimeofday(&begtm, 0);
646 gettimeofday(&endtm, 0);
/ast/src/cmd/INIT/
H A Dpackage.sh1854 gettimeofday(&b, &z);
1856 gettimeofday(&b);
1867 gettimeofday(&e, &z);
1869 gettimeofday(&e);

Completed in 178 milliseconds