Home
last modified time | relevance | path

Searched refs:utc_time (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dder114 #>>>&0 der utc_time=x \b, utcTime=%s
115 #>>>&0 der utc_time=x \b, utcTime=%s
133 #>>>&0 der utc_time=x \b, not-valid-before=%s
134 #>>>&0 der utc_time=x \b, not-valid-after=%s
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c1520 time_t utc_time = 0; in main() local
1744 if ((utc_time = dcf_to_unixtime(&clock_time, &rtc)) == -1) in main()
1749 if (utc_time != (last_utc_time + 60)) in main()
1767 last_utc_time = utc_time; in main()
1791 adjust_clock(&time_offset, drift_file, utc_time); in main()
1796 time_offset.tv_sec = utc_time + i; in main()
/freebsd/crypto/openssh/
H A Dpkcs11.h133 #define utc_time utcTime macro
249 unsigned char utc_time[16]; member
1295 #undef utc_time
/freebsd/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h132 #define utc_time utcTime macro
248 unsigned char utc_time[16]; member
1295 #undef utc_time
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.cppm
H A Dchrono.inc92 using std::chrono::utc_time;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3406 SYMBOL(utc_time, std::chrono::, <chrono>)