Home
last modified time | relevance | path

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

123

/freebsd-head/contrib/netbsd-tests/lib/libc/time/
HDt_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-head/contrib/tzcode/
HDprivate.h662 # undef timegm
663 # define timegm tz_timegm macro
723 time_t timegm(struct tm *);
737 #if !HAVE_DECL_TIMEGM && !defined timegm
738 time_t timegm(struct tm *);
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Host/
HDTime.h20 extern time_t timegm(struct tm *t);
/freebsd-head/crypto/openssl/test/recipes/
HD80-test_ca.t277 return timegm($s, $m, $h, $d, $months{$mo}, $y);
286 return timegm($s, $m, $h, $d, $mo - 1, $y);
/freebsd-head/contrib/ldns/compat/
HDtimegm.c14 timegm (struct tm *tm) { in timegm() function
/freebsd-head/contrib/ntp/libntp/
HDmktime.c68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
295 timegm( in timegm() function
/freebsd-head/lib/libc/stdtime/
HDSymbol.map25 timegm;
HDMakefile.inc27 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
/freebsd-head/crypto/openssh/openbsd-compat/
HDbsd-timegm.c50 time_t timegm(struct tm *tm) in timegm() function
HDMakefile.in88 bsd-timegm.o \
HDopenbsd-compat.h354 time_t timegm(struct tm *);
/freebsd-head/contrib/ntp/scripts/
HDplot_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-head/crypto/heimdal/lib/asn1/
HDMakefile.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 …]
HDMakefile.am49 TESTS = check-der check-gen check-timegm check-ber check-template
101 timegm.c
/freebsd-head/usr.sbin/bhyve/amd64/
HDrtc.c66 t = timegm(&tm); in rtc_time()
/freebsd-head/contrib/ntp/scripts/monitoring/
HDtimelocal.pl41 sub timegm { subroutine
/freebsd-head/include/
HDtime.h173 time_t timegm(struct tm * const);
/freebsd-head/contrib/ntp/include/
HDntp_machine.h293 extern time_t timegm (struct tm *);
/freebsd-head/usr.sbin/mfiutil/
HDmfi_bbu.c77 basetime = timegm(&tm); in mfi_next_learn_time()
/freebsd-head/contrib/ldns/ldns/
HDconfig.h716 time_t timegm (struct tm *tm);
/freebsd-head/usr.sbin/bhyve/
HDrtc_pl031.c95 t = timegm(&tm); in rtc_pl031_time()
/freebsd-head/kerberos5/lib/libasn1/
HDMakefile21 timegm.c \
/freebsd-head/contrib/tnftp/
HDtnftp.h416 time_t timegm(struct tm *);
/freebsd-head/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_scalars.c307 if ((t = timegm(&tm_to_set)) == (time_t)-1) in OS_checkSystemDateInput()
/freebsd-head/usr.bin/touch/
HDtouch.c346 tvp[0].tv_sec = isutc ? timegm(&t) : mktime(&t); in stime_darg()

123