Searched refs:localtime (Results 76 - 100 of 512) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/
H A Ddebug.c107 lt = localtime(&now);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Djim-clock.c45 strftime(buf, sizeof(buf), format, localtime(&t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dnet_time.c81 tm = localtime(&t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/rp-pppoe/
H A Ddebug.c107 lt = localtime(&now);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/txn/
H A Dtxn_autop.c46 lt = localtime(&timeval);
92 lt = localtime(&timeval);
142 lt = localtime(&timeval);
190 lt = localtime(&timeval);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Djim-clock.c45 strftime(buf, sizeof(buf), format, localtime(&t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/
H A Ddebug.c107 lt = localtime(&now);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dlog.c146 tm = localtime(&t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_cache.c43 /* localtime returns statically allocated pointer, so timeout_tm
46 now_tm = localtime(&timeout);
51 now_tm = localtime(&now_t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_cache.c43 /* localtime returns statically allocated pointer, so timeout_tm
46 now_tm = localtime(&timeout);
51 now_tm = localtime(&now_t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_cache.c43 /* localtime returns statically allocated pointer, so timeout_tm
46 now_tm = localtime(&timeout);
51 now_tm = localtime(&now_t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/
H A Dudpxrec.c560 (void)strncpy( now_buf, Zasctime(localtime( &now )),
563 Zasctime(localtime( &g_recopt.bg_time )),
580 Zasctime( localtime( &g_recopt.bg_time ) ) );
590 (void)strncpy( now_buf, Zasctime(localtime( &now )),
593 Zasctime(localtime( &g_recopt.end_time )),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/
H A Dudpxrec.c560 (void)strncpy( now_buf, Zasctime(localtime( &now )),
563 Zasctime(localtime( &g_recopt.bg_time )),
580 Zasctime( localtime( &g_recopt.bg_time ) ) );
590 (void)strncpy( now_buf, Zasctime(localtime( &now )),
593 Zasctime(localtime( &g_recopt.end_time )),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/
H A Dudpxrec.c560 (void)strncpy( now_buf, Zasctime(localtime( &now )),
563 Zasctime(localtime( &g_recopt.bg_time )),
580 Zasctime( localtime( &g_recopt.bg_time ) ) );
590 (void)strncpy( now_buf, Zasctime(localtime( &now )),
593 Zasctime(localtime( &g_recopt.end_time )),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dtime.c91 tm = localtime(&t);
117 We keep a table of DST offsets to prevent calling localtime() on each
187 asctime(localtime(&dst_table[i].start))));
188 DEBUG(1,("to %s (%d)\n",asctime(localtime(&dst_table[i].end)),
228 try to optimise the localtime call, it can be quite expensive on some machines
246 its the GMT you get by taking a localtime and adding the
366 This takes a GMT time and returns a packed localtime structure
407 localtime for this sort of date)
436 localtime)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dtime.c172 This takes a GMT time and returns a packed localtime structure
221 localtime for this sort of date)
251 localtime)
309 struct tm *tm = localtime(&t);
341 tm = localtime(&t);
630 tm = localtime(&t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dtime.c91 tm = localtime(&t);
117 We keep a table of DST offsets to prevent calling localtime() on each
187 asctime(localtime(&dst_table[i].start))));
188 DEBUG(1,("to %s (%d)\n",asctime(localtime(&dst_table[i].end)),
228 try to optimise the localtime call, it can be quite expensive on some machines
246 its the GMT you get by taking a localtime and adding the
366 This takes a GMT time and returns a packed localtime structure
407 localtime for this sort of date)
436 localtime)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dtime.c172 This takes a GMT time and returns a packed localtime structure
221 localtime for this sort of date)
251 localtime)
309 struct tm *tm = localtime(&t);
341 tm = localtime(&t);
630 tm = localtime(&t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dtime.c91 tm = localtime(&t);
117 We keep a table of DST offsets to prevent calling localtime() on each
187 asctime(localtime(&dst_table[i].start))));
188 DEBUG(1,("to %s (%d)\n",asctime(localtime(&dst_table[i].end)),
228 try to optimise the localtime call, it can be quite expensive on some machines
246 its the GMT you get by taking a localtime and adding the
366 This takes a GMT time and returns a packed localtime structure
407 localtime for this sort of date)
436 localtime)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dtime.c172 This takes a GMT time and returns a packed localtime structure
221 localtime for this sort of date)
251 localtime)
309 struct tm *tm = localtime(&t);
341 tm = localtime(&t);
630 tm = localtime(&t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/ip/
H A Dipmonitor.c69 tstr = asctime(localtime(&secs));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Dipmonitor.c92 tstr = asctime(localtime(&secs));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dtime.c74 struct tm *lt = localtime(&t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Drtcwake.c65 ptm = localtime(wakeup);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/server/
H A Dutil.c88 now = localtime(&sec); /* not thread safe but we don't care */

Completed in 390 milliseconds

1234567891011>>