| /netbsd/src/tests/lib/libc/time/ |
| 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()
|
| /netbsd/src/lib/libc/compat/time/ |
| D | compat_localtime.c | 26 __weak_alias(timegm,_timegm) 57 __warn_references(timegm,
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | NTMakefile | 112 $(OBJ)\timegm.obj \ 287 timegm.c 313 $(OBJ)\check-timegm.exe \ 323 -check-timegm.exe 348 $(OBJ)\check-timegm.exe: $(OBJ)\check-timegm.obj \
|
| D | Makefile.in | 102 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 …]
|
| D | Makefile.am | 51 TESTS = check-der check-gen check-timegm check-ber check-template 105 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.
|
| /netbsd/src/lib/libc/time/ |
| D | private.h | 717 # 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 *);
|
| D | Makefile.inc | 24 offtime.3 timegm.3 \
|
| D | strftime.c | 715 gct = timegm(&tmp); in _fmt()
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | mktime.c | 70 #error libntp supplied mktime()/timegm() do not support 64-bit time_t 297 timegm( in timegm() function
|
| /netbsd/src/external/bsd/ntp/dist/scripts/ |
| 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);
|
| /netbsd/src/external/bsd/ntp/dist/scripts/monitoring/ |
| D | timelocal.pl | 41 sub timegm { subroutine
|
| /netbsd/src/crypto/external/bsd/heimdal/lib/libasn1/ |
| D | Makefile | 57 timegm.c
|
| /netbsd/src/lib/libc/compat/include/ |
| D | time.h | 93 int32_t timegm(struct tm *);
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_machine.h | 295 extern time_t timegm (struct tm *);
|
| /netbsd/src/include/ |
| D | time.h | 205 time_t timegm(struct tm *) __RENAME(__timegm50);
|
| /netbsd/src/usr.bin/touch/ |
| D | touch.c | 496 tsp[0].tv_sec = tsp[1].tv_sec = timegm(&tm); in stime_posix()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | NTMakefile | 109 $(OBJ)\timegm.obj \
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/kadmin/ |
| D | load.c | 93 *t = timegm(&tm); in parse_time_string()
|
| /netbsd/src/crypto/dist/ipsec-tools/misc/ |
| D | cvs2cl.pl | 2382 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/ |
| D | archive_read_support_format_warc.c | 544 return (timegm(t)); in time_from_tm()
|
| /netbsd/src/usr.bin/mail/ |
| D | format.c | 779 if ((otime = timegm(tm)) == (time_t)-1 || in dateof()
|
| /netbsd/src/share/examples/refuse/ian/libfetch/ |
| D | http.c | 495 *mtime = timegm(&tm); in _http_parse_mtime()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/cf/ |
| D | roken-frag.m4 | 391 timegm \
|
| /netbsd/src/usr.bin/ftp/ |
| D | util.c | 753 rtime = timegm(&timebuf); in remotemodtime()
|