Searched defs:gettimeofday (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dgettimeofday.c2 gettimeofday implementation
44 Heimdal: gettimeofday.c 14773 2005-04-12 11:29:18Z lha $
45 NetBSD: gettimeofday.c,v 1.2 2008/03/22 08:37:21 mlelstv Exp $
55 * Simple gettimeofday that only returns seconds.
58 gettimeofday (struct timeval *tp, void *ignore) function
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos.h111 # define gettimeofday(t) \ macro
123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
128 # define X_GETTIMEOFDAY(t) gettimeofday(t)
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h203 # define gettimeofday(x, y) gettimeofday(x) macro
/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c92 #define gettimeofday my_gettimeofday macro
108 gettimeofday(&begin, NULL);
122 gettimeofday(&end, NULL);
138 * No gettimeofday function, so we have to make do with calling clock.
172 * We don't have a gettimeofday or time.h, so we just don't do timing
193 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
H A Dxmllint.c19 #define gettimeofday(p1,p2) macro
417 #define gettimeofday my_gettimeofday macro
433 gettimeofday(&begin, NULL);
447 gettimeofday(&end, NULL);
463 * No gettimeofday function, so we have to make do with calling clock.
497 * We don't have a gettimeofday or time.h, so we just don't do timing
518 /* We don't have gettimeofday, time or stdarg.h, what crazy world is

Completed in 68 milliseconds