Searched refs:gmtime_r (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/ldns/compat/
H A Dgmtime_r.c9 struct tm *gmtime_r(const time_t *timep, struct tm *result) function
/freebsd-11-stable/contrib/file/src/
H A Dgmtime_r.c1 /* $File: gmtime_r.c,v 1.2 2015/07/11 14:41:37 christos Exp $ */
5 FILE_RCSID("@(#)$File: gmtime_r.c,v 1.2 2015/07/11 14:41:37 christos Exp $")
12 gmtime_r(const time_t *t, struct tm *tm) function
H A Dcdf_time.c155 if (gmtime_r(&ts->ts_sec, &tm) == NULL) {
H A Dprint.c262 tm = gmtime_r(&t, &tmz);
H A DMakefile.in172 $(DEPDIR)/getopt_long.Plo $(DEPDIR)/gmtime_r.Plo \
235 getline.c getopt_long.c gmtime_r.c localtime_r.c pread.c \
518 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gmtime_r.Plo@am__quote@ # am--include-marker
745 -rm -f $(DEPDIR)/gmtime_r.Plo
825 -rm -f $(DEPDIR)/gmtime_r.Plo
/freebsd-11-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c52 * time_to_tm should usually be localtime_r or gmtime_r.
172 parsecheck("12:21-0500", NULL, NULL, gmtime_r,
175 parsecheck("7 a.m. ICT", NULL, NULL, gmtime_r,
472 parsecheck("2015-12-06 16:11:48 UTC", NULL, NULL, gmtime_r,
474 parsecheck("2015-12-06 16:11:48 UT", NULL, NULL, gmtime_r,
476 parsecheck("2015-12-06 16:11:48 GMT", NULL, NULL, gmtime_r,
478 parsecheck("2015-12-06 16:11:48 +0000", NULL, NULL, gmtime_r,
481 parsecheck("2015-12-06 16:11:48 -0500", NULL, NULL, gmtime_r,
483 parsecheck("2015-12-06 16:11:48 EST", NULL, NULL, gmtime_r,
485 parsecheck("2015-12-06 16:11:48 EDT", NULL, NULL, gmtime_r,
[all...]
/freebsd-11-stable/lib/libc/stdtime/
H A DMakefile.inc20 ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
H A Dstrptime.c503 if (gmtime_r(&t, tm) == NULL)
/freebsd-11-stable/contrib/libxo/tests/gettext/
H A Dgt_01.c93 (void) gmtime_r(&tv.tv_sec, &tm);
/freebsd-11-stable/contrib/unbound/compat/
H A Dgmtime_r.c5 * adapted to be replacement gmtime_r.
103 struct tm * gmtime_r(const time_t* timep, struct tm *tm) function
/freebsd-11-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c68 (void)gmtime_r(&now, &utc);
/freebsd-11-stable/include/
H A Dtime.h187 struct tm *gmtime_r(const time_t *, struct tm *);
/freebsd-11-stable/usr.bin/calendar/
H A Dpom.c135 gmtime_r(&tt, &GMT);
145 gmtime_r(&tt, &GMT);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_pcf.c186 tp = gmtime_r(&t, &tm);
/freebsd-11-stable/contrib/ldns/ldns/
H A Dconfig.h75 /* Define to 1 if you have the `gmtime_r' function. */
550 struct tm *gmtime_r(const time_t *timep, struct tm *result);
/freebsd-11-stable/usr.bin/pom/
H A Dpom.c135 gmtime_r(&tt, &GMT);
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c155 (void)gmtime_r(&tim, &gm);
/freebsd-11-stable/sys/kern/
H A Dsubr_fattime.c280 gmtime_r(&ts.tv_sec, &tm);
299 gmtime_r(&ts.tv_sec, &tm);
/freebsd-11-stable/crypto/openssl/crypto/
H A Do_time.c108 #if defined(OPENSSL_THREADS) && !defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_SYS_OS2) && (!defined(OPENSSL_SYS_VMS) || defined(gmtime_r)) && !defined(OPENSSL_SYS_SUNOS)
109 if (gmtime_r(timer, result) == NULL)
196 * Since there was no gmtime_r() to do this stuff for us, we have to
/freebsd-11-stable/contrib/apr/time/unix/
H A Dtime.c92 gmtime_r(&tt, &tm);
334 gmtime_r(&t1, &t);
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h299 /* Define to 1 if you have the `gmtime_r' function. */
1213 #define gmtime_r gmtime_r_unbound macro
1214 struct tm *gmtime_r(const time_t *timep, struct tm *result);
/freebsd-11-stable/contrib/lua/src/
H A Dloslib.c81 ** where it uses gmtime_r/localtime_r
86 #define l_gmtime(t,r) gmtime_r(t,r)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c346 if ((rt = gmtime_r(&t, &timeHere)) == NULL)
H A Darchive_getdate.c812 tm = gmtime_r(&t, &tmbuf);
1030 gmt_ptr = gmtime_r(&now, &gmt);
1080 gmt_ptr = gmtime_r(&now, &gmt);
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c1218 if(gmtime_r(&te, &tm) && strftime(expi_buf, 15, "%Y%m%d%H%M%S", &tm)
1219 &&gmtime_r(&ti, &tm) && strftime(incep_buf, 15, "%Y%m%d%H%M%S", &tm)
1220 &&gmtime_r(&tn, &tm) && strftime(now_buf, 15, "%Y%m%d%H%M%S", &tm)) {

Completed in 288 milliseconds

12