Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/time/
Dt_mktime.c94 t = timegm(&tms); in ATF_TC_BODY()
103 t = timegm(&tms); in ATF_TC_BODY()
118 t = timegm(&tms); in ATF_TC_BODY()
130 t = timegm(&tms); in ATF_TC_BODY()
141 t = timegm(&tms); in ATF_TC_BODY()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DTime.h20 extern time_t timegm(struct tm *t);
/freebsd-12-stable/contrib/ntp/libntp/
Dmktime.c68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
295 timegm( in timegm() function
/freebsd-12-stable/contrib/ldns/compat/
Dtimegm.c14 timegm (struct tm *tm) { in timegm() function
/freebsd-12-stable/lib/libc/stdtime/
DSymbol.map28 timegm;
DMakefile.inc19 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
/freebsd-12-stable/contrib/ntp/scripts/
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-12-stable/crypto/openssh/openbsd-compat/
Dbsd-timegm.c50 time_t timegm(struct tm *tm) in timegm() function
DMakefile.in88 bsd-timegm.o \
Dopenbsd-compat.h346 time_t timegm(struct tm *);
/freebsd-12-stable/crypto/heimdal/lib/asn1/
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 …]
DMakefile.am48 TESTS = check-der check-gen check-timegm check-ber check-template
100 timegm.c
DChangeLog93 * timegm.c: Fix spelling caused by too much query-replace.
329 * Makefile.am: remove dups from gen_files_test, add check-timegm.
341 * check-timegm.c: Add check for _der_timegm.
345 * timegm.c: make more strict
347 * der_locl.h: Rename timegm to _der_timegm.
351 * timegm.c: vJust fail if tm_mon is out of range for now XXXX this
362 * timegm.c: rename the buildin timegm to _der_timegm
599 timegm(), so no need to provide a prototype for it.
/freebsd-12-stable/contrib/ntp/scripts/monitoring/
Dtimelocal.pl41 sub timegm { subroutine
/freebsd-12-stable/usr.sbin/bhyve/
Drtc.c70 t = timegm(&tm); in rtc_time()
/freebsd-12-stable/include/
Dtime.h202 time_t timegm(struct tm * const);
/freebsd-12-stable/contrib/ntp/include/
Dntp_machine.h293 extern time_t timegm (struct tm *);
/freebsd-12-stable/contrib/ldns/ldns/
Dconfig.h611 time_t timegm (struct tm *tm);
/freebsd-12-stable/usr.sbin/mfiutil/
Dmfi_bbu.c79 basetime = timegm(&tm); in mfi_next_learn_time()
/freebsd-12-stable/kerberos5/lib/libasn1/
DMakefile21 timegm.c \
/freebsd-12-stable/contrib/tnftp/
Dtnftp.h416 time_t timegm(struct tm *);
/freebsd-12-stable/usr.bin/touch/
Dtouch.c348 tvp[0].tv_sec = isutc ? timegm(&t) : mktime(&t); in stime_darg()
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
Dhostres_scalars.c332 if ((t = timegm(&tm_to_set)) == (time_t)-1) in OS_checkSystemDateInput()
/freebsd-12-stable/usr.sbin/zic/
DREADME26 functions, such as timegm, that are not part of the proposed ANSI C standard;
/freebsd-12-stable/usr.sbin/apm/
Dapm.c282 t = timegm(&tm); in print_all_info()

123