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

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/headers/ctime/
H A Dfunctions_std.cc27 using std::localtime;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/examples/chroot-setup/
H A DLINUX239 # remove /etc/localtime in case it's a broken symlink
69 # find localtime (SuSE 5.3 does not have /etc/localtime)
70 lt=/etc/localtime
71 if test ! -f $lt ; then lt=/usr/lib/zoneinfo/localtime ; fi
72 if test ! -f $lt ; then lt=/usr/share/zoneinfo/localtime ; fi
73 if test ! -f $lt ; then echo "cannot find localtime" ; exit 1 ; fi
74 rm -f etc/localtime
76 # copy localtime and some other system files into the chroot's etc
79 ln -s -f /etc/localtime us
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_ctime.h62 #undef localtime macro
78 using ::localtime;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgettimeofday.c2 static buffer that localtime uses for it's return value. The gettimeofday
31 #undef localtime macro
51 /* This is a wrapper for localtime. It is used only on systems for which
52 gettimeofday clobbers the static buffer used for localtime's result.
55 localtime uses for its result. */
60 struct tm *tm = localtime (timep);
68 /* Same as above, since gmtime and localtime use the same buffer. */
81 gettimeofday clobbers the static buffer used for localtime's result.
83 Save and restore the contents of the buffer used for localtime's result
95 localtime_buffer_addr = localtime (
[all...]
H A Dtime_r.c68 return copy_tm_result (tp, localtime (t));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dtime.h43 #undef localtime macro
57 using std::localtime;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dtime.h43 #undef localtime macro
57 using std::localtime;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dlocaltime_r.c54 tm = localtime((time_t *)timer);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dhumandate.c25 tm = localtime(&cursec);
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A DMakefile.inc6 asctime.c difftime.c localtime.c getdate.c strftime.c strptime.c
18 ctime.3 localtime.3 \
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dpr_time.c66 tnow_yday = localtime(now)->tm_yday;
67 tp = localtime(started);
/netbsd-6-1-5-RELEASE/usr.bin/chpass/
H A Dutil.c60 struct tm *tp = localtime(&tval);
85 lt = localtime(&tval);
/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dnamed124 if [ -f /etc/localtime ]; then
125 cmp -s /etc/localtime "${named_chrootdir}/etc/localtime" || \
126 cp -p /etc/localtime "${named_chrootdir}/etc/localtime"
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dgmt2local.c48 * Use gmtime() and localtime() to keep things simple.
61 loc = localtime(&t);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D12439_1.cc55 tp.put(TP::iter_type(stream), stream, 'W', localtime(&tt),
H A D12439_3.cc54 tp.put(TP::iter_type(stream), stream, stream.fill(), localtime(&tt),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D12439_1.cc53 tp.put(TP::iter_type(stream), stream, L'W', localtime(&tt),
H A D12439_2.cc49 localtime(&tt), fmt, fmt + len);
H A D12439_3.cc52 tp.put(TP::iter_type(stream), stream, stream.fill(), localtime(&tt),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D12439_1.cc54 tp.put(TP::iter_type(stream), stream, 'W', localtime(&tt),
H A D12439_3.cc53 tp.put(TP::iter_type(stream), stream, stream.fill(), localtime(&tt),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D12439_1.cc54 tp.put(TP::iter_type(stream), stream, L'W', localtime(&tt),
H A D12439_2.cc50 localtime(&tt), fmt, fmt + len);
H A D12439_3.cc53 tp.put(TP::iter_type(stream), stream, stream.fill(), localtime(&tt),
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dclock.c110 strftime(tim, sizeof tim, "%l:%M %p", localtime(&t));
112 strftime(tim, sizeof tim, "%H:%M", localtime(&t));

Completed in 240 milliseconds

12345678910