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

1 2 3 4 5 6 7 8 9

  /src/usr.bin/make/unit-tests/
varmod-gmtime.exp 1 make: varmod-gmtime.mk:60: Invalid time value "-1"
2 while evaluating "${:L:gmtime=-1} != """ with value ""
3 make: varmod-gmtime.mk:70: Invalid time value " 1"
4 while evaluating "${:L:gmtime= 1} != """ with value ""
5 make: varmod-gmtime.mk:117: Invalid time value "10000000000000000000000000000000"
6 while evaluating "${:L:gmtime=10000000000000000000000000000000} != """ with value ""
7 make: varmod-gmtime.mk:129: Invalid time value "error"
8 while evaluating "${:L:gmtime=error} != """ with value ""
9 make: varmod-gmtime.mk:139: Invalid time value "100000S,1970,bad,"
varmod-gmtime.mk 1 # $NetBSD: varmod-gmtime.mk,v 1.27 2025/01/11 20:54:45 rillig Exp $
3 # Tests for the :gmtime variable modifier, which formats a timestamp
17 .if ${:U:gmtime:tW:M??? ??? ?? ??\:??\:?? ????} == ""
29 .if ${%Y:L:gmtime=1593536400} != "2020"
42 .if ${gmtime:L:gm%=local%} != "localtime"
49 .if ${%Y:L:gmtime=${:U1593536400}} != "2020"
55 # negative time stamps to the :gmtime modifier, resulting in dates before
60 .if ${:L:gmtime=-1} != ""
70 .if ${:L:gmtime= 1} != ""
80 .if !${:L:gmtime=0:tW:M??? ??? ?? ??\:??\:?? 20??
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
pp-rec-component.py 16 from time import asctime, gmtime
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-pp-integral.py 16 from time import asctime, gmtime
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
py-pp-re-notag.py 16 from time import asctime, gmtime namespace
28 return "%s (%d)" % (asctime(gmtime(secs)), secs)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
pp-rec-component.py 16 from time import asctime, gmtime namespace
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-pp-integral.py 16 from time import asctime, gmtime namespace
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
py-pp-re-notag.py 16 from time import asctime, gmtime namespace
28 return "%s (%d)" % (asctime(gmtime(secs)), secs)
  /src/external/bsd/file/dist/src/
gmtime_r.c 20 struct tm *tmp = gmtime(t);
  /src/external/bsd/ntp/dist/scripts/monitoring/
timelocal.pl 8 ;# with localtime() and gmtime(). We manage this by caching the start times
13 ;# current date. Unlike algorithms that do a binary search (calling gmtime
38 $YearFix = ((gmtime(946684800))[5] == 100) ? 100 : 0;
64 @g = gmtime($guess);
68 @g = gmtime($guess);
72 @g = gmtime($guess);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
time.h 42 #undef gmtime macro
56 using std::gmtime;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
time.h 42 #undef gmtime macro
56 using std::gmtime;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
tm2time.c 58 t += t - mktime (gmtime (&t));
  /src/external/bsd/less/dist/
mkhelp.py 6 time = time.gmtime()
mkhelp.pl 10 my ($sec,$min,$hour,$mday,$mon,$year) = gmtime();
  /src/external/gpl3/gdb/dist/gnulib/import/
time_r.c 37 return copy_tm_result (tp, gmtime (t));
  /src/external/gpl3/gdb.old/dist/gnulib/import/
time_r.c 37 return copy_tm_result (tp, gmtime (t));
  /src/external/gpl2/xcvs/dist/lib/
gettimeofday.c 33 #undef gmtime macro
71 /* Same as above, since gmtime and localtime use the same buffer. */
75 struct tm *tm = gmtime (timep);
time_r.c 65 return copy_tm_result (tp, gmtime (t));
  /src/usr.bin/moduli/qsieve/
qfile.c 56 gtm = gmtime(&time_now);
  /src/external/bsd/ntp/dist/libntp/
uglydate.c 31 tm = gmtime(&sec);
  /src/external/bsd/tcpdump/dist/
ntp.c 70 * to gmtime.
75 fmt, gmtime(&seconds));
  /src/crypto/external/apache2/openssl/dist/util/
mkrc.pl 30 my $YEAR = [gmtime($ENV{SOURCE_DATE_EPOCH} || time())]->[5] + 1900;
  /src/crypto/external/bsd/openssl/dist/util/
mkrc.pl 30 my $YEAR = [gmtime($ENV{SOURCE_DATE_EPOCH} || time())]->[5] + 1900;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
time.d 44 @system tm* gmtime(const scope time_t* timer); // @system: MT-Unsafe race:tmbuf env locale

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 9