| /freebsd/contrib/netbsd-tests/lib/libc/time/ |
| H A D | t_mktime.c | 95 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 D | private.h | 703 # 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 D | Time.h | 20 extern time_t timegm(struct tm *t);
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 80-test_ca.t | 291 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 D | timegm.c | 14 timegm (struct tm *tm) { in timegm() function
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | mktime.c | 68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t 295 timegm( in timegm() function
|
| /freebsd/lib/libc/stdtime/ |
| H A D | Symbol.map | 25 timegm;
|
| H A D | Makefile.inc | 28 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-timegm.c | 50 time_t timegm(struct tm *tm) in timegm() function
|
| H A D | Makefile.in | 88 bsd-timegm.o \
|
| H A D | openbsd-compat.h | 354 time_t timegm(struct tm *);
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | plot_summary.in | 122 $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 D | helper.c | 81 timestamp_utc = timegm(timestamp_tm); in test_asn1_string_to_time_t()
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | Makefile.in | 52 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 D | Makefile.am | 49 TESTS = check-der check-gen check-timegm check-ber check-template 101 timegm.c
|
| /freebsd/contrib/ntp/scripts/monitoring/ |
| H A D | timelocal.pl | 41 sub timegm { subroutine
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | rtc.c | 66 t = timegm(&tm); in rtc_time()
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | gmt_mktime.c | 45 return timegm(t); in krb5int_gmt_mktime()
|
| /freebsd/include/ |
| H A D | time.h | 195 time_t timegm(struct tm * const);
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_machine.h | 293 extern time_t timegm (struct tm *);
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | config.h | 716 time_t timegm (struct tm *tm);
|
| /freebsd/usr.sbin/mfiutil/ |
| H A D | mfi_bbu.c | 72 basetime = timegm(&tm); in mfi_next_learn_time()
|
| /freebsd/kerberos5/lib/libasn1/ |
| H A D | Makefile | 19 timegm.c \
|
| /freebsd/contrib/tnftp/ |
| H A D | tnftp.h | 416 time_t timegm(struct tm *);
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_scalars.c | 307 if ((t = timegm(&tm_to_set)) == (time_t)-1) in OS_checkSystemDateInput()
|