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

123456789

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_time.in.h47 # undef gettimeofday macro
48 # define gettimeofday rpl_gettimeofday macro
49 int gettimeofday (struct timeval *restrict, void *restrict);
H A Dgettimeofday.c1 /* Provide gettimeofday for systems that don't have it or for which it's broken.
35 /* Work around the bug in some systems whereby gettimeofday clobbers
37 gettimeofday function from Mac OS X 10.0.4 (i.e., Darwin 1.3.7) has
45 gettimeofday clobbers the static buffer used for localtime's result.
96 /* This is a wrapper for gettimeofday. It is used only on systems
103 #undef gettimeofday macro
107 result around the call to gettimeofday. */
111 int result = gettimeofday (tv, tz);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dhtimestampxa.c11 (void)gettimeofday(&timeNow, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-gettimeofday.c35 gettimeofday (&tv, NULL);
38 fprintf (stderr, "gettimeofday still clobbers the localtime buffer!\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dtime.c35 gettimeofday(&tv, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmagic.c48 gettimeofday(&t, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dtimeval.c65 (void)gettimeofday(&now, NULL);
80 ** gettimeofday() is not granted to be increased monotonically, due to
85 (void)gettimeofday(&now, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_util.c68 (void)gettimeofday(&now, NULL);
83 ** gettimeofday() is not granted to be increased monotonically, due to
88 (void)gettimeofday(&now, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dtestutil.c68 (void)gettimeofday(&now, NULL);
83 ** gettimeofday() is not granted to be increased monotonically, due to
88 (void)gettimeofday(&now, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmagic.c72 gettimeofday(&t, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtty_log.c48 gettimeofday(&tv, NULL);
79 gettimeofday(&tv, NULL);
125 gettimeofday(&tv, NULL);
148 gettimeofday(&tv, NULL);
H A Dtime.c90 gettimeofday(&tv, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dtimeval.c83 gettimeofday(&now, NULL);
91 gettimeofday(tv, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dscheduler.c64 gettimeofday (&now, NULL);
130 gettimeofday (&tv, NULL);
178 gettimeofday (&now, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dtimer.c134 gettimeofday(&now, NULL);
156 gettimeofday(&now, NULL);
194 gettimeofday(&now, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dwritetest.cs67 (void)gettimeofday(&start_time, NULL);
82 (void)gettimeofday(&end_time, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dwritetest.cs67 (void)gettimeofday(&start_time, NULL);
82 (void)gettimeofday(&end_time, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_clock.c46 RETRY_CHK((gettimeofday(&v, NULL)), ret);
48 sc = "gettimeofday";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_open.c76 gettimeofday( &tv, (struct timezone *) 0 );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A DMakefile4 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A DMakefile3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dtimeeventq.c85 gettimeofday(&now, NULL);
113 gettimeofday(&now, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dkuam.c109 (void) gettimeofday(&t_local,(struct timezone *) 0);
200 (void) gettimeofday(&t_local,(struct timezone *) 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dunix.c175 gettimeofday(&tv, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dgen_uuid.c76 gettimeofday(&tv, 0);
83 gettimeofday(&tv, 0);
203 /* Assume that the gettimeofday() has microsecond granularity */
215 gettimeofday(&tv, 0);

Completed in 198 milliseconds

123456789