Searched refs:time (Results 151 - 175 of 8162) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dtime1.c1 /* Basic time functionality test: check that milliseconds are
4 #include <time.h>
5 #include <sys/time.h>
38 if (time (NULL) != t_m1.tv_sec)
40 fprintf (stderr, "time != gettod\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/snooper/
H A Dcache.c50 unsigned long time; member in struct:host_entry
65 unsigned long time; member in struct:member_entry
77 unsigned long time; member in struct:group_entry
98 static struct host_entry *get_host(unsigned char *ea, unsigned long time) argument
120 if (time_before(host->time, time))
143 unsigned long time = now(); local
146 host = get_host(haddr, time);
147 if (host && time_after_eq(host->time, time)) {
326 unsigned long expires, time = now(); local
426 unsigned long time = now(); local
510 unsigned long time = now() + timeout; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/libsmbclient/
H A Dtestread.c5 #include <time.h>
44 t0 = time(NULL);
70 t1 = time(NULL);
72 printf("Elapsed time: %d seconds\n", t1 - t0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/snooper/
H A Dcache.c50 unsigned long time; member in struct:host_entry
65 unsigned long time; member in struct:member_entry
77 unsigned long time; member in struct:group_entry
98 static struct host_entry *get_host(unsigned char *ea, unsigned long time) argument
120 if (time_before(host->time, time))
143 unsigned long time = now(); local
146 host = get_host(haddr, time);
147 if (host && time_after_eq(host->time, time)) {
326 unsigned long expires, time = now(); local
426 unsigned long time = now(); local
510 unsigned long time = now() + timeout; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dtime1.c1 /* Basic time functionality test: check that milliseconds are
4 #include <time.h>
5 #include <sys/time.h>
38 if (time (NULL) != t_m1.tv_sec)
40 fprintf (stderr, "time != gettod\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dlexer.l26 #include <time.h>
67 today { yylval.ival=time(NULL); return(DATE); }
68 yesterday { yylval.ival=time(NULL) - 24*3600; return(DATE); }
69 last\ week { yylval.ival=time(NULL) - 24*3600*7; return(DATE); }
70 last\ month { yylval.ival=time(NULL) - 24*3600*30; return(DATE); }
71 last\ year { yylval.ival=time(NULL) - 24*3600*365; return(DATE); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dlexer.l26 #include <time.h>
67 today { yylval.ival=time(NULL); return(DATE); }
68 yesterday { yylval.ival=time(NULL) - 24*3600; return(DATE); }
69 last\ week { yylval.ival=time(NULL) - 24*3600*7; return(DATE); }
70 last\ month { yylval.ival=time(NULL) - 24*3600*30; return(DATE); }
71 last\ year { yylval.ival=time(NULL) - 24*3600*365; return(DATE); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/
H A Dprofile.mak1 EXTRACFLAGS := -DLINUX26 -DCONFIG_BCMWL5 -DDEBUG_NOISY -DDEBUG_RCTEST -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/
H A Dinput-compat.c26 event->time.tv_sec = compat_event.time.tv_sec;
27 event->time.tv_usec = compat_event.time.tv_usec;
46 compat_event.time.tv_sec = event->time.tv_sec;
47 compat_event.time.tv_usec = event->time.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/test/
H A Dtest_a2time.c4 #include <time.h>
21 rc = a2time( argv[i], &tm, time(NULL) );
24 (void) printf( "%d. time [%s] = time_t(%ld) [%s]\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/
H A Dinput-compat.c26 event->time.tv_sec = compat_event.time.tv_sec;
27 event->time.tv_usec = compat_event.time.tv_usec;
46 compat_event.time.tv_sec = event->time.tv_sec;
47 compat_event.time.tv_usec = event->time.tv_usec;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/utils/
H A Dincludes.h22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/utils/
H A Dincludes.h22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/utils/
H A Dincludes.h22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/utils/
H A Dincludes.h22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/test/
H A Dtest_a2time.c4 #include <time.h>
21 rc = a2time( argv[i], &tm, time(NULL) );
24 (void) printf( "%d. time [%s] = time_t(%ld) [%s]\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/test/
H A Dtest_a2time.c4 #include <time.h>
21 rc = a2time( argv[i], &tm, time(NULL) );
24 (void) printf( "%d. time [%s] = time_t(%ld) [%s]\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dlexer.l26 #include <time.h>
67 today { yylval.ival=time(NULL); return(DATE); }
68 yesterday { yylval.ival=time(NULL) - 24*3600; return(DATE); }
69 last\ week { yylval.ival=time(NULL) - 24*3600*7; return(DATE); }
70 last\ month { yylval.ival=time(NULL) - 24*3600*30; return(DATE); }
71 last\ year { yylval.ival=time(NULL) - 24*3600*365; return(DATE); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/utils/
H A Dincludes.h22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/utils/
H A Dincludes.h22 /* Include possible build time configuration before including anything else */
37 #include <time.h>
54 #include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-ds1305.c29 /* RTC date/time ... the main special cases are that we:
187 * Get/set of date and time is pretty normal.
190 static int ds1305_get_time(struct device *dev, struct rtc_time *time) argument
197 /* Use write-then-read to get all the date/time registers
210 time->tm_sec = bcd2bin(buf[DS1305_SEC]);
211 time->tm_min = bcd2bin(buf[DS1305_MIN]);
212 time->tm_hour = bcd2hour(buf[DS1305_HOUR]);
213 time->tm_wday = buf[DS1305_WDAY] - 1;
214 time->tm_mday = bcd2bin(buf[DS1305_MDAY]);
215 time
228 ds1305_set_time(struct device *dev, struct rtc_time *time) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ds1305.c29 /* RTC date/time ... the main special cases are that we:
187 * Get/set of date and time is pretty normal.
190 static int ds1305_get_time(struct device *dev, struct rtc_time *time) argument
197 /* Use write-then-read to get all the date/time registers
210 time->tm_sec = bcd2bin(buf[DS1305_SEC]);
211 time->tm_min = bcd2bin(buf[DS1305_MIN]);
212 time->tm_hour = bcd2hour(buf[DS1305_HOUR]);
213 time->tm_wday = buf[DS1305_WDAY] - 1;
214 time->tm_mday = bcd2bin(buf[DS1305_MDAY]);
215 time
228 ds1305_set_time(struct device *dev, struct rtc_time *time) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Drtcwake.c2 * rtcwake -- enter a system sleep state until specified wakeup time.
9 * and leave it no later than a specified time. It uses any RTC framework
21 * time in UTC. Use the "-l" flag to tell this program that the system
55 /* The wakeup time is in POSIX time (more or less UTC).
56 * Ideally RTCs use that same time; but PCs can't do that
62 * Else mode is local so the time given to the RTC
63 * will instead use the local time zone.
67 wake.time.tm_sec = ptm->tm_sec;
68 wake.time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/hspot/util/
H A Dtrace.c18 #include <time.h>
19 #include <sys/time.h>
69 char *time = getTimestamp(level); local
72 printf("%sERROR!!! %s:%d %s()\n", time, file, line, function);
74 printf("%s", time);
93 char *time = getTimestamp(level); local
95 printf("%sERROR!!! %s:%d %s()\n", time, file, line, function);
97 printf("%s%s[6] = %02X:%02X:%02X:%02X:%02X:%02X\n", time, str,
107 char *time = getTimestamp(level); local
112 printf("%sERROR!!! %s:%d %s()\n", time, fil
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Drtcwake.c2 * rtcwake -- enter a system sleep state until specified wakeup time.
9 * and leave it no later than a specified time. It uses any RTC framework
21 * time in UTC. Use the "-l" flag to tell this program that the system
55 /* The wakeup time is in POSIX time (more or less UTC).
56 * Ideally RTCs use that same time; but PCs can't do that
62 * Else mode is local so the time given to the RTC
63 * will instead use the local time zone.
67 wake.time.tm_sec = ptm->tm_sec;
68 wake.time
[all...]

Completed in 152 milliseconds

1234567891011>>