| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/time/ |
| D | t_mktime.c | 94 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/ |
| D | Time.h | 20 extern time_t timegm(struct tm *t);
|
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | mktime.c | 68 #error libntp supplied mktime()/timegm() do not support 64-bit time_t 295 timegm( in timegm() function
|
| /freebsd-12-stable/contrib/ldns/compat/ |
| D | timegm.c | 14 timegm (struct tm *tm) { in timegm() function
|
| /freebsd-12-stable/lib/libc/stdtime/ |
| D | Symbol.map | 28 timegm;
|
| D | Makefile.inc | 19 ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
|
| /freebsd-12-stable/contrib/ntp/scripts/ |
| D | plot_summary.in | 121 $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/ |
| D | bsd-timegm.c | 50 time_t timegm(struct tm *tm) in timegm() function
|
| D | Makefile.in | 88 bsd-timegm.o \
|
| D | openbsd-compat.h | 346 time_t timegm(struct tm *);
|
| /freebsd-12-stable/crypto/heimdal/lib/asn1/ |
| 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 …]
|
| D | Makefile.am | 48 TESTS = check-der check-gen check-timegm check-ber check-template 100 timegm.c
|
| D | ChangeLog | 93 * 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/ |
| D | timelocal.pl | 41 sub timegm { subroutine
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | rtc.c | 70 t = timegm(&tm); in rtc_time()
|
| /freebsd-12-stable/include/ |
| D | time.h | 202 time_t timegm(struct tm * const);
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntp_machine.h | 293 extern time_t timegm (struct tm *);
|
| /freebsd-12-stable/contrib/ldns/ldns/ |
| D | config.h | 611 time_t timegm (struct tm *tm);
|
| /freebsd-12-stable/usr.sbin/mfiutil/ |
| D | mfi_bbu.c | 79 basetime = timegm(&tm); in mfi_next_learn_time()
|
| /freebsd-12-stable/kerberos5/lib/libasn1/ |
| D | Makefile | 21 timegm.c \
|
| /freebsd-12-stable/contrib/tnftp/ |
| D | tnftp.h | 416 time_t timegm(struct tm *);
|
| /freebsd-12-stable/usr.bin/touch/ |
| D | touch.c | 348 tvp[0].tv_sec = isutc ? timegm(&t) : mktime(&t); in stime_darg()
|
| /freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| D | hostres_scalars.c | 332 if ((t = timegm(&tm_to_set)) == (time_t)-1) in OS_checkSystemDateInput()
|
| /freebsd-12-stable/usr.sbin/zic/ |
| D | README | 26 functions, such as timegm, that are not part of the proposed ANSI C standard;
|
| /freebsd-12-stable/usr.sbin/apm/ |
| D | apm.c | 282 t = timegm(&tm); in print_all_info()
|