| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varmod-gmtime.mk | 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" 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 D | varmod-mtime.mk | 95 end:= ${%s:L:gmtime}
|
| H A D | var-eval-short.mk | 86 .if 0 && ${:Uword:gmtime=${FAIL}}
|
| H A D | varparse-errors.mk | 105 UNCLOSED:= ${:U:gmtime
|
| /freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/ |
| H A D | deprecatedFunctionUsage.ql | 22 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 D | ctime | 39 tm* gmtime(const time_t* timer); 77 using ::gmtime _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/tzdata/ |
| H A D | etcetera | 19 # 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 D | gmtime_r.c | 12 *result = *gmtime(timep); in gmtime_r()
|
| /freebsd/contrib/file/src/ |
| H A D | gmtime_r.c | 14 struct tm *tmp = gmtime(t); in gmtime_r()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | tm2time.c | 56 t += t - mktime (gmtime (&t)); in tm2time()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | mktime.c | 236 mytm = *gmtime(&t); in time2() 257 *tmp = *gmtime(&t); in time2()
|
| H A D | uglydate.c | 29 tm = gmtime(&sec); in uglydate()
|
| /freebsd/lib/libc/stdtime/ |
| H A D | Symbol.map | 17 gmtime;
|
| H A D | Makefile.inc | 27 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | os_win32.c | 88 tm1 = gmtime(&t_local); in os_mktime() 107 tm2 = gmtime(&t2); in os_gmtime()
|
| /freebsd/contrib/tcpdump/ |
| H A D | ntp.c | 68 "%Y-%m-%dT%H:%M:%SZ", gmtime(&seconds)); in p_ntp_time()
|
| H A D | print-arista.c | 99 gmtime(&ts)), nanoseconds); in arista_print_date_hms_time()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_dumbclock.c | 144 tm_time_p = gmtime(&now); in dumbclock_start() 292 if ((gmtp = gmtime (&asserted_time)) == NULL) in dumbclock_receive()
|
| /freebsd/contrib/openbsm/bsm/ |
| H A D | auditd_lib.h | 48 !strftime((b), (l), "%Y%m%d%H%M%S", gmtime(&(t)) ) ) ? -1 : 0
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | ctime.inc | 22 using ::gmtime _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | ctime.cppm | |
| H A D | ctime.inc | 22 using std::gmtime _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | asn1_err.et | 12 error_code ASN1_BAD_GMTIME, "ASN.1 bad return from gmtime"
|
| /freebsd/targets/ |
| H A D | Makefile | 60 now_utc = ${%s:L:gmtime}
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | time.c | 114 tm = gmtime (&t); in krb5_format_time()
|