Home
last modified time | relevance | path

Searched refs:timegm (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/netbsd-tests/lib/libc/time/
H A Dt_mktime.c95 t = timegm(&tms); in ATF_TC_BODY()
104 t = timegm(&tms); in ATF_TC_BODY()
119 t = timegm(&tms); in ATF_TC_BODY()
132 t = timegm(&tms); in ATF_TC_BODY()
143 t = timegm(&tms); in ATF_TC_BODY()
/freebsd/contrib/tzcode/
H A Dprivate.h703 # undef timegm
704 # define timegm tz_timegm macro
764 time_t timegm(struct tm *);
778 #if !HAVE_DECL_TIMEGM && !defined timegm
779 time_t timegm(struct tm *);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DTime.h20 extern time_t timegm(struct tm *t);
/freebsd/crypto/openssl/test/recipes/
H A D80-test_ca.t291 return timegm($s, $m, $h, $d, $months{$mo}, $y);
300 return timegm($s, $m, $h, $d, $mo - 1, $y);
/freebsd/contrib/ldns/compat/
H A Dtimegm.c14 timegm (struct tm *tm) { in timegm() function
/freebsd/contrib/ntp/libntp/
H A Dmktime.c68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
295 timegm( in timegm() function
/freebsd/lib/libc/stdtime/
H A DSymbol.map25 timegm;
H A DMakefile.inc28 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-timegm.c50 time_t timegm(struct tm *tm) in timegm() function
H A DMakefile.in88 bsd-timegm.o \
H A Dopenbsd-compat.h354 time_t timegm(struct tm *);
/freebsd/contrib/ntp/scripts/
H A Dplot_summary.in122 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
264 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
/freebsd/crypto/openssl/test/testutil/
H A Dhelper.c81 timestamp_utc = timegm(timestamp_tm); in test_asn1_string_to_time_t()
/freebsd/crypto/heimdal/lib/asn1/
H A DMakefile.in52 TESTS = check-der$(EXEEXT) check-gen$(EXEEXT) check-timegm$(EXEEXT) \
154 template.lo timegm.lo
159 check-timegm$(EXEEXT) check-ber$(EXEEXT) \
196 check_timegm_SOURCES = check-timegm.c
197 check_timegm_OBJECTS = check-timegm.$(OBJEXT)
225 $(nodist_check_template_SOURCES) check-timegm.c
229 $(check_template_SOURCES) check-timegm.c
555 timegm.c
794 check-timegm$(EXEEXT): $(check_timegm_OBJECTS) $(check_timegm_DEPENDENCIES)
795 @rm -f check-timegm$(EXEEXT)
[all …]
H A DMakefile.am49 TESTS = check-der check-gen check-timegm check-ber check-template
101 timegm.c
/freebsd/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl41 sub timegm { subroutine
/freebsd/usr.sbin/bhyve/amd64/
H A Drtc.c66 t = timegm(&tm); in rtc_time()
/freebsd/crypto/krb5/src/util/support/
H A Dgmt_mktime.c45 return timegm(t); in krb5int_gmt_mktime()
/freebsd/include/
H A Dtime.h195 time_t timegm(struct tm * const);
/freebsd/contrib/ntp/include/
H A Dntp_machine.h293 extern time_t timegm (struct tm *);
/freebsd/contrib/ldns/ldns/
H A Dconfig.h716 time_t timegm (struct tm *tm);
/freebsd/usr.sbin/mfiutil/
H A Dmfi_bbu.c72 basetime = timegm(&tm); in mfi_next_learn_time()
/freebsd/kerberos5/lib/libasn1/
H A DMakefile19 timegm.c \
/freebsd/contrib/tnftp/
H A Dtnftp.h416 time_t timegm(struct tm *);
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c307 if ((t = timegm(&tm_to_set)) == (time_t)-1) in OS_checkSystemDateInput()

123