Searched refs:localtime (Results 1 - 25 of 512) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dgettimeofday.c34 the static buffer that localtime uses for its return value. The
42 # undef localtime macro
43 extern struct tm *localtime (time_t const *);
48 /* This is a wrapper for localtime. It is used only on systems for which
49 gettimeofday clobbers the static buffer used for localtime's result.
52 localtime uses for its result. */
57 struct tm *tm = localtime (timep);
65 /* Same as above, since gmtime and localtime use the same buffer. */
85 the static buffer used for localtime's result. */
89 /* Save and restore the contents of the buffer used for localtime'
[all...]
H A Dtime.in.h184 <http://www.opengroup.org/susv3xsh/localtime.html> and
189 # undef localtime
190 # define localtime rpl_localtime
192 _GL_FUNCDECL_RPL (localtime, struct tm *, (time_t const *__timer)
194 _GL_CXXALIAS_RPL (localtime, struct tm *, (time_t const *__timer));
196 _GL_CXXALIAS_SYS (localtime, struct tm *, (time_t const *__timer));
198 _GL_CXXALIASWARN (localtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dgettimeofday.c34 the static buffer that localtime uses for its return value. The
42 # undef localtime macro
43 extern struct tm *localtime (time_t const *);
48 /* This is a wrapper for localtime. It is used only on systems for which
49 gettimeofday clobbers the static buffer used for localtime's result.
52 localtime uses for its result. */
57 struct tm *tm = localtime (timep);
65 /* Same as above, since gmtime and localtime use the same buffer. */
85 the static buffer used for localtime's result. */
89 /* Save and restore the contents of the buffer used for localtime'
[all...]
H A Dtime.in.h184 <http://www.opengroup.org/susv3xsh/localtime.html> and
189 # undef localtime
190 # define localtime rpl_localtime
192 _GL_FUNCDECL_RPL (localtime, struct tm *, (time_t const *__timer)
194 _GL_CXXALIAS_RPL (localtime, struct tm *, (time_t const *__timer));
196 _GL_CXXALIAS_SYS (localtime, struct tm *, (time_t const *__timer));
198 _GL_CXXALIASWARN (localtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dgettimeofday.c34 the static buffer that localtime uses for its return value. The
42 # undef localtime macro
43 extern struct tm *localtime (time_t const *);
48 /* This is a wrapper for localtime. It is used only on systems for which
49 gettimeofday clobbers the static buffer used for localtime's result.
52 localtime uses for its result. */
57 struct tm *tm = localtime (timep);
65 /* Same as above, since gmtime and localtime use the same buffer. */
85 the static buffer used for localtime's result. */
89 /* Save and restore the contents of the buffer used for localtime'
[all...]
H A Dtime.in.h184 <http://www.opengroup.org/susv3xsh/localtime.html> and
189 # undef localtime
190 # define localtime rpl_localtime
192 _GL_FUNCDECL_RPL (localtime, struct tm *, (time_t const *__timer)
194 _GL_CXXALIAS_RPL (localtime, struct tm *, (time_t const *__timer));
196 _GL_CXXALIAS_SYS (localtime, struct tm *, (time_t const *__timer));
198 _GL_CXXALIASWARN (localtime);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udpxy/test/
H A Dtest_a2time.c26 Zasctime(localtime(&tm)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udpxy/test/
H A Dtest_a2time.c26 Zasctime(localtime(&tm)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udpxy/test/
H A Dtest_a2time.c26 Zasctime(localtime(&tm)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/initscript/fedora/
H A Davahi-daemon.in53 if [ -s /etc/localtime ]; then
54 cp -fp /etc/localtime /etc/avahi/etc >/dev/null 2>&1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dlogin.c73 strftime(buf, sizeof(buf), fmtstr_d, localtime(&t));
76 strftime(buf, sizeof(buf), fmtstr_t, localtime(&t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/initscript/fedora/
H A Davahi-daemon.in53 if [ -s /etc/localtime ]; then
54 cp -fp /etc/localtime /etc/avahi/etc >/dev/null 2>&1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dlogin.c73 strftime(buf, sizeof(buf), fmtstr_d, localtime(&t));
76 strftime(buf, sizeof(buf), fmtstr_t, localtime(&t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/initscript/fedora/
H A Davahi-daemon.in53 if [ -s /etc/localtime ]; then
54 cp -fp /etc/localtime /etc/avahi/etc >/dev/null 2>&1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dlogin.c73 strftime(buf, sizeof(buf), fmtstr_d, localtime(&t));
76 strftime(buf, sizeof(buf), fmtstr_t, localtime(&t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_time.c3 It is using some modified code from dietlibc (localtime() function)
45 localtime(const u32 time, struct tm *r);
74 localtime(tv.tv_sec, &currenttime);
155 localtime(const u32 time, struct tm *r) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_time.c3 It is using some modified code from dietlibc (localtime() function)
45 localtime(const u32 time, struct tm *r);
74 localtime(tv.tv_sec, &currenttime);
155 localtime(const u32 time, struct tm *r) { function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dwatch.c72 "%Y-%m-%d %H:%M:%S", localtime(&t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dwatch.c72 "%Y-%m-%d %H:%M:%S", localtime(&t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dwatch.c72 "%Y-%m-%d %H:%M:%S", localtime(&t));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/utils/net/
H A Dnet_time.c64 tm = localtime(&r.generic.out.time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/utils/net/
H A Dnet_time.c64 tm = localtime(&r.generic.out.time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/utils/net/
H A Dnet_time.c64 tm = localtime(&r.generic.out.time);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/tests/
H A Dtime.c53 struct tm local = *localtime(&now);
75 struct tm local = *localtime(&now);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/tests/
H A Dtime.c53 struct tm local = *localtime(&now);
75 struct tm local = *localtime(&now);

Completed in 291 milliseconds

1234567891011>>