HomeSort by: relevance | last modified time | path
    Searched refs:localtime (Results 1 - 25 of 302) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
varmod-localtime.exp 1 make: varmod-localtime.mk:60: Invalid time value "-1"
2 while evaluating "${:L:localtime=-1} != """ with value ""
3 make: varmod-localtime.mk:70: Invalid time value " 1"
4 while evaluating "${:L:localtime= 1} != """ with value ""
5 make: varmod-localtime.mk:117: Invalid time value "10000000000000000000000000000000"
6 while evaluating "${:L:localtime=10000000000000000000000000000000} != """ with value ""
7 make: varmod-localtime.mk:129: Invalid time value "error"
8 while evaluating "${:L:localtime=error} != """ with value ""
9 make: varmod-localtime.mk:139: Invalid time value "100000S,1970,bad,"
varmod-gmtime.mk 7 # varmod-localtime.mk
42 .if ${gmtime:L:gm%=local%} != "localtime"
144 # Before var.c 1.1062 from 2023-08-19, ':gmtime' but not ':localtime' reported
147 .for t in ${%s:L:gmtime} ${%s:L:localtime}
151 .for t in ${%s:L:gmtime} ${%s:L:localtime}
155 .for t in ${%s:L:gmtime} ${%s:L:localtime}
159 .for t in ${%s:L:gmtime} ${%s:L:localtime}
163 .for t in ${%s:L:gmtime} ${%s:L:localtime}
directive-export.mk 56 # that only subprocesses access the environment variables. The ':localtime'
60 .info ${%T:L:localtime=86400}
65 .info ${%T:L:localtime=86400}
68 .info ${%T:L:localtime=86400}
  /src/external/ibm-public/postfix/dist/examples/chroot-setup/
LINUX2 39 # 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 usr/lib/zoneinf
    [all...]
  /src/external/bsd/ntp/dist/libntp/
humandate.c 25 tm = localtime(&cursec);
51 tm = localtime(&cursec);
  /src/external/bsd/ntp/dist/tests/libntp/
humandate.c 31 tm = localtime(&sample);
50 tm = localtime(&sample);
  /src/external/bsd/file/dist/src/
localtime_r.c 20 struct tm *tmp = localtime(t);
  /src/external/gpl2/xcvs/dist/lib/
gettimeofday.c 2 static buffer that localtime uses for it's return value. The gettimeofday
34 #undef localtime macro
54 /* This is a wrapper for localtime. It is used only on systems for which
55 gettimeofday clobbers the static buffer used for localtime's result.
58 localtime uses for its result. */
63 struct tm *tm = localtime (timep);
71 /* Same as above, since gmtime and localtime use the same buffer. */
84 gettimeofday clobbers the static buffer used for localtime's result.
86 Save and restore the contents of the buffer used for localtime's result
98 localtime_buffer_addr = localtime (&t)
    [all...]
time_r.c 71 return copy_tm_result (tp, localtime (t));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
time.h 43 #undef localtime macro
57 using std::localtime;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
time.h 43 #undef localtime macro
57 using std::localtime;
  /src/external/gpl3/gdb/dist/gnulib/import/
time_r.c 43 return copy_tm_result (tp, localtime (t));
time.in.h 261 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html> and
266 # undef localtime
267 # define localtime rpl_localtime
269 _GL_FUNCDECL_RPL (localtime, struct tm *, (time_t const *__timer)
271 _GL_CXXALIAS_RPL (localtime, struct tm *, (time_t const *__timer));
273 _GL_CXXALIAS_SYS (localtime, struct tm *, (time_t const *__timer));
276 _GL_CXXALIASWARN (localtime);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
time_r.c 43 return copy_tm_result (tp, localtime (t));
time.in.h 261 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html> and
266 # undef localtime
267 # define localtime rpl_localtime
269 _GL_FUNCDECL_RPL (localtime, struct tm *, (time_t const *__timer)
271 _GL_CXXALIAS_RPL (localtime, struct tm *, (time_t const *__timer));
273 _GL_CXXALIAS_SYS (localtime, struct tm *, (time_t const *__timer));
276 _GL_CXXALIASWARN (localtime);
  /src/external/bsd/unbound/dist/contrib/
unbound.init 40 if [ -s /etc/localtime ]; then
42 if [ ! -e ${rootdir}/etc/localtime ] || ! /usr/bin/cmp -s /etc/localtime ${rootdir}/etc/localtime; then
43 cp -fp /etc/localtime ${rootdir}/etc/localtime
unbound.init_fedora 41 if [ ! -e ${rootdir}/etc/localtime ] || /usr/bin/cmp -s /etc/localtime ${rootdir}/etc/localtime; then
42 cp -fp /etc/localtime ${rootdir}/etc/localtime
62 for mountfile in /dev/log /dev/urandom /etc/localtime /etc/resolv.conf /var/run/unbound
unbound.init_yocto 40 if [ -s /etc/localtime ]; then
42 if [ ! -e ${rootdir}/etc/localtime ] || ! /usr/bin/cmp -s /etc/localtime ${rootdir}/etc/localtime; then
43 cp -fp /etc/localtime ${rootdir}/etc/localtime
  /src/external/bsd/ntp/dist/scripts/build/
updateBEDate 25 $stamp = localtime($mod_time);
27 localtime($mod_time);
  /src/lib/libc/time/
Makefile.inc 5 SRCS+= asctime.c difftime.c localtime.c getdate.c strftime.c strptime.c
17 ctime.3 localtime.3 \
  /src/usr.bin/chpass/
util.c 60 struct tm *tp = localtime(&tval);
85 lt = localtime(&tval);
  /src/usr.bin/w/
pr_time.c 63 tnow_yday = localtime(now)->tm_yday;
64 tp = localtime(started);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
time.d 46 @system tm* localtime(const scope time_t* timer); // @system: MT-Unsafe race:tmbuf env locale
  /src/etc/rc.d/
named 144 if [ -f /etc/localtime ]; then
145 cmp -s /etc/localtime "${named_chrootdir}/etc/localtime" ||
146 cp -p /etc/localtime "${named_chrootdir}/etc/localtime"
postfix 40 for f in localtime resolv.conf services; do

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011>>