Home
last modified time | relevance | path

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

12345

/freebsd/contrib/bmake/unit-tests/
H A 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 …]
H A Dvarmod-mtime.mk95 end:= ${%s:L:gmtime}
H A Dvar-eval-short.mk86 .if 0 && ${:Uword:gmtime=${FAIL}}
H A Dvarparse-errors.mk105 UNCLOSED:= ${:U:gmtime
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdeprecatedFunctionUsage.ql22 f.getName() = "gmtime" or
47 else if f.getName() = "gmtime" then
48 result = "gmtime(3) isn't thread-safe. Use gmtime_r(3) instead!"
/freebsd/contrib/llvm-project/libcxx/include/
H A Dctime39 tm* gmtime(const time_t* timer);
77 using ::gmtime _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/tzdata/
H A Detcetera19 # The following zone is used by tzcode functions like gmtime,
23 # Functions like gmtime load the "GMT" file to handle leap seconds properly.
32 # where functions like gmtime load "GMT" instead of the "Etc/UTC".
/freebsd/contrib/ldns/compat/
H A Dgmtime_r.c12 *result = *gmtime(timep); in gmtime_r()
/freebsd/contrib/file/src/
H A Dgmtime_r.c14 struct tm *tmp = gmtime(t); in gmtime_r()
/freebsd/crypto/heimdal/lib/roken/
H A Dtm2time.c56 t += t - mktime (gmtime (&t)); in tm2time()
/freebsd/contrib/ntp/libntp/
H A Dmktime.c236 mytm = *gmtime(&t); in time2()
257 *tmp = *gmtime(&t); in time2()
H A Duglydate.c29 tm = gmtime(&sec); in uglydate()
/freebsd/lib/libc/stdtime/
H A DSymbol.map17 gmtime;
H A DMakefile.inc27 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
/freebsd/contrib/wpa/src/utils/
H A Dos_win32.c88 tm1 = gmtime(&t_local); in os_mktime()
107 tm2 = gmtime(&t2); in os_gmtime()
/freebsd/contrib/tcpdump/
H A Dntp.c68 "%Y-%m-%dT%H:%M:%SZ", gmtime(&seconds)); in p_ntp_time()
H A Dprint-arista.c99 gmtime(&ts)), nanoseconds); in arista_print_date_hms_time()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_dumbclock.c144 tm_time_p = gmtime(&now); in dumbclock_start()
292 if ((gmtp = gmtime (&asserted_time)) == NULL) in dumbclock_receive()
/freebsd/contrib/openbsm/bsm/
H A Dauditd_lib.h48 !strftime((b), (l), "%Y%m%d%H%M%S", gmtime(&(t)) ) ) ? -1 : 0
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dctime.inc22 using ::gmtime _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dctime.cppm
H A Dctime.inc22 using std::gmtime _LIBCPP_USING_IF_EXISTS;
/freebsd/crypto/krb5/src/lib/krb5/error_tables/
H A Dasn1_err.et12 error_code ASN1_BAD_GMTIME, "ASN.1 bad return from gmtime"
/freebsd/targets/
H A DMakefile60 now_utc = ${%s:L:gmtime}
/freebsd/crypto/heimdal/lib/krb5/
H A Dtime.c114 tm = gmtime (&t); in krb5_format_time()

12345