Home
last modified time | relevance | path

Searched refs:gmtime (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd/src/usr.bin/make/unit-tests/
Dvarmod-gmtime.mk17 .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"
60 .if ${:L:gmtime=-1} != ""
70 .if ${:L:gmtime= 1} != ""
80 .if !${:L:gmtime=0:tW:M??? ??? ?? ??\:??\:?? 20??}
85 .if ${:L:gmtime=1} != "Thu Jan 1 00:00:01 1970"
91 .if ${:L:gmtime=2147483647} != "Tue Jan 19 03:14:07 2038"
96 .if ${:L:gmtime=2147483648} == "Tue Jan 19 03:14:08 2038"
[all …]
Dvarmod-mtime.mk95 end:= ${%s:L:gmtime}
Dvarparse-errors.mk105 UNCLOSED:= ${:U:gmtime
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
Dpp-rec-component.py16 from time import asctime, gmtime
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-pp-integral.py16 from time import asctime, gmtime
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
Dpy-pp-re-notag.py16 from time import asctime, gmtime
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dtime.h42 #undef gmtime
56 using std::gmtime;
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dgettimeofday.c33 #undef gmtime
75 struct tm *tm = gmtime (timep); in rpl_gmtime()
Dtime_r.c65 return copy_tm_result (tp, gmtime (t)); in gmtime_r()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
Dctime54 #undef gmtime
70 using ::gmtime;
/netbsd/src/external/bsd/ntp/dist/libntp/
Dmktime.c238 mytm = *gmtime(&t); in time2()
259 *tmp = *gmtime(&t); in time2()
Duglydate.c31 tm = gmtime(&sec); in uglydate()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dctime54 #undef gmtime
70 using ::gmtime;
/netbsd/src/external/bsd/wpa/dist/src/utils/
Dos_win32.c88 tm1 = gmtime(&t_local); in os_mktime()
107 tm2 = gmtime(&t2); in os_gmtime()
/netbsd/src/external/bsd/file/dist/src/
Dgmtime_r.c20 struct tm *tmp = gmtime(t); in gmtime_r()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dtm2time.c58 t += t - mktime (gmtime (&t)); in tm2time()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_dumbclock.c146 tm_time_p = gmtime(&now); in dumbclock_start()
294 if ((gmtp = gmtime (&asserted_time)) == NULL) in dumbclock_receive()
/netbsd/src/external/bsd/less/dist/
Dmkhelp.py6 time = time.gmtime()
/netbsd/src/usr.bin/moduli/qsieve/
Dqfile.c56 gtm = gmtime(&time_now); in qfileout()
/netbsd/src/external/bsd/tcpdump/dist/
Dntp.c68 "%Y-%m-%dT%H:%M:%SZ", gmtime(&seconds)); in p_ntp_time()
Dprint-arista.c99 gmtime(&ts)), nanoseconds); in arista_print_date_hms_time()
/netbsd/src/lib/libc/time/
DMakefile.inc15 ctime.3 gmtime.3 \
/netbsd/src/external/gpl2/xcvs/dist/src/
Dvers_ts.c352 tm_p = gmtime (&sb.st_mtime); in time_stamp_server()
388 tm_p = gmtime (&unixtime); in entries_time()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_date.c83 gmt = *gmtime(&when); in mail_date()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dtime.c116 tm = gmtime (&t); in krb5_format_time()

123456