Searched refs:timegm (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DTime.h20 extern time_t timegm(struct tm *t);
/freebsd-11-stable/contrib/ldns/compat/
H A Dtimegm.c14 timegm (struct tm *tm) { function
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/time/
H A Dt_mktime.c81 atf_tc_set_md_var(tc, "descr", "Test timegm(3) close to the epoch");
94 t = timegm(&tms);
103 t = timegm(&tms);
118 t = timegm(&tms);
130 t = timegm(&tms);
141 t = timegm(&tms);
/freebsd-11-stable/lib/libc/stdtime/
H A DMakefile.inc19 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
H A Dstrptime.c694 time_t t = timegm(tm);
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl5 ;# $time = timegm($sec,$min,$hours,$mday,$mon,$year);
41 sub timegm { subroutine
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmktime.c68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
295 timegm( function
/freebsd-11-stable/usr.sbin/bhyve/
H A Drtc.c70 t = timegm(&tm);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_machine.h293 extern time_t timegm (struct tm *);
/freebsd-11-stable/contrib/ntp/scripts/
H A Dplot_summary.in121 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
263 $line = timegm(59, 59, 23, $3, $2 - 1, $1 - 1900, 0, 0, 0);
/freebsd-11-stable/include/
H A Dtime.h200 time_t timegm(struct tm * const);
/freebsd-11-stable/contrib/ldns/ldns/
H A Dconfig.h227 /* Define to 1 if you have the `timegm' function. */
547 time_t timegm (struct tm *tm);
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_bbu.c79 basetime = timegm(&tm);
/freebsd-11-stable/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
[all...]
H A DMakefile.am48 TESTS = check-der check-gen check-timegm check-ber check-template
100 timegm.c
/freebsd-11-stable/usr.bin/touch/
H A Dtouch.c346 tvp[0].tv_sec = isutc ? timegm(&t) : mktime(&t);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c332 if ((t = timegm(&tm_to_set)) == (time_t)-1)
/freebsd-11-stable/kerberos5/lib/libasn1/
H A DMakefile21 timegm.c \
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h416 time_t timegm(struct tm *);
/freebsd-11-stable/usr.sbin/apm/
H A Dapm.c282 t = timegm(&tm);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dload.c89 *t = timegm(&tm);
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c393 *tstamp = timegm(&tm);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c535 /* Use platform timegm() if available. */
536 return (timegm(t));
544 /* Then we can compute timegm() from first principles. */
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c759 rtime = timegm(&timebuf);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1119 epoch = timegm(&tm_epoch);

Completed in 298 milliseconds

12