Home
last modified time | relevance | path

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

123

/netbsd/src/tests/lib/libc/time/
Dt_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()
/netbsd/src/lib/libc/compat/time/
Dcompat_localtime.c26 __weak_alias(timegm,_timegm)
57 __warn_references(timegm,
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
DNTMakefile112 $(OBJ)\timegm.obj \
287 timegm.c
313 $(OBJ)\check-timegm.exe \
323 -check-timegm.exe
348 $(OBJ)\check-timegm.exe: $(OBJ)\check-timegm.obj \
DMakefile.in102 TESTS = check-der$(EXEEXT) check-gen$(EXEEXT) check-timegm$(EXEEXT) \
159 check-timegm$(EXEEXT) check-ber$(EXEEXT) \
219 extra.lo template.lo timegm.lo
258 check_timegm_SOURCES = check-timegm.c
259 check_timegm_OBJECTS = check-timegm.$(OBJEXT)
287 ./$(DEPDIR)/check-template.Po ./$(DEPDIR)/check-timegm.Po \
301 ./$(DEPDIR)/timegm.Plo
345 $(nodist_check_template_SOURCES) check-timegm.c
349 $(check_template_SOURCES) check-timegm.c
901 timegm.c
[all …]
DMakefile.am51 TESTS = check-der check-gen check-timegm check-ber check-template
105 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.
/netbsd/src/lib/libc/time/
Dprivate.h717 # undef timegm
718 # define timegm tz_timegm macro
780 time_t timegm(struct tm *);
794 #if !HAVE_DECL_TIMEGM && !defined timegm
795 time_t timegm(struct tm *);
DMakefile.inc24 offtime.3 timegm.3 \
Dstrftime.c715 gct = timegm(&tmp); in _fmt()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dmktime.c70 #error libntp supplied mktime()/timegm() do not support 64-bit time_t
297 timegm( in timegm() function
/netbsd/src/external/bsd/ntp/dist/scripts/
Dplot_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);
/netbsd/src/external/bsd/ntp/dist/scripts/monitoring/
Dtimelocal.pl41 sub timegm { subroutine
/netbsd/src/crypto/external/bsd/heimdal/lib/libasn1/
DMakefile57 timegm.c
/netbsd/src/lib/libc/compat/include/
Dtime.h93 int32_t timegm(struct tm *);
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_machine.h295 extern time_t timegm (struct tm *);
/netbsd/src/include/
Dtime.h205 time_t timegm(struct tm *) __RENAME(__timegm50);
/netbsd/src/usr.bin/touch/
Dtouch.c496 tsp[0].tv_sec = tsp[1].tv_sec = timegm(&tm); in stime_posix()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
DNTMakefile109 $(OBJ)\timegm.obj \
/netbsd/src/crypto/external/bsd/heimdal/dist/kadmin/
Dload.c93 *t = timegm(&tm); in parse_time_string()
/netbsd/src/crypto/dist/ipsec-tools/misc/
Dcvs2cl.pl2382 my $time = timegm($secs, $min, $hours, $mday, $mon-1, $year-1900);
2458 my $time = timegm(0,$min,$hour,$mday,$mon-1,$year-1900);
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_format_warc.c544 return (timegm(t)); in time_from_tm()
/netbsd/src/usr.bin/mail/
Dformat.c779 if ((otime = timegm(tm)) == (time_t)-1 || in dateof()
/netbsd/src/share/examples/refuse/ian/libfetch/
Dhttp.c495 *mtime = timegm(&tm); in _http_parse_mtime()
/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Droken-frag.m4391 timegm \
/netbsd/src/usr.bin/ftp/
Dutil.c753 rtime = timegm(&timebuf); in remotemodtime()

123