Searched refs:localtime_r (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-12-stable/contrib/ldns/compat/
H A Dlocaltime_r.c9 struct tm *localtime_r(const time_t *timep, struct tm *result) function
/freebsd-12-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c52 * time_to_tm should usually be localtime_r or gmtime_r.
125 parsecheck("9/10/69", NULL, NULL, localtime_r,
127 parsecheck("9/10/70", NULL, NULL, localtime_r,
129 parsecheck("69-09-10", NULL, NULL, localtime_r,
131 parsecheck("70-09-10", NULL, NULL, localtime_r,
133 parsecheck("2006-11-17", NULL, NULL, localtime_r,
135 parsecheck("10/1/2000", NULL, NULL, localtime_r,
137 parsecheck("20 Jun 1994", NULL, NULL, localtime_r,
139 parsecheck("97 September 2", NULL, NULL, localtime_r,
141 parsecheck("23jun2001", NULL, NULL, localtime_r,
[all...]
/freebsd-12-stable/contrib/file/src/
H A Dlocaltime_r.c1 /* $File: localtime_r.c,v 1.2 2015/07/11 14:41:37 christos Exp $ */
5 FILE_RCSID("@(#)$File: localtime_r.c,v 1.2 2015/07/11 14:41:37 christos Exp $")
12 localtime_r(const time_t *t, struct tm *tm) function
H A Dprint.c260 tm = localtime_r(&t, &tmz);
H A DMakefile.in173 $(DEPDIR)/localtime_r.Plo $(DEPDIR)/pread.Plo \
235 getline.c getopt_long.c gmtime_r.c localtime_r.c pread.c \
519 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/localtime_r.Plo@am__quote@ # am--include-marker
746 -rm -f $(DEPDIR)/localtime_r.Plo
826 -rm -f $(DEPDIR)/localtime_r.Plo
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dlocaltime_r.c43 localtime_r(const time_t *timer, struct tm *result) function
/freebsd-12-stable/usr.bin/calendar/
H A Dday.c56 localtime_r(&now, &tp);
63 localtime_r(&time1, tp1);
66 localtime_r(&time2, tp2);
94 localtime_r(&t, &tp);
H A Dcalendar.c175 localtime_r(&t, &tm);
/freebsd-12-stable/lib/libc/stdtime/
H A DMakefile.inc20 ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c154 (void)localtime_r(&tim, &t);
175 (void)localtime_r(&tim, &t);
194 (void)localtime_r(&tim, &t);
/freebsd-12-stable/sbin/nandfs/
H A Dlssnap.c65 localtime_r(&t, &tm);
/freebsd-12-stable/usr.sbin/bhyve/
H A Drtc.c69 localtime_r(&t, &tm);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp30 struct tm *LT = ::localtime_r(&OurTime, &Storage);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/time/
H A Dt_mktime.c39 atf_tc_set_md_var(tc, "descr", "Test that localtime_r(3) "
50 localtime_r(&x, &tt);
56 "localtime(3) and localtime_r(3)");
/freebsd-12-stable/contrib/blacklist/bin/
H A Dsupport.c92 if (localtime_r(&t, &tm) == NULL)
/freebsd-12-stable/include/
H A Dtime.h190 struct tm *localtime_r(const time_t *, struct tm *);
/freebsd-12-stable/contrib/ldns/ldns/
H A Dconfig.h152 /* Define to 1 if you have the `localtime_r' function. */
617 struct tm *localtime_r(const time_t *timep, struct tm *result);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c162 localtime_r(&time_from_epoch, &tms);
/freebsd-12-stable/usr.bin/pom/
H A Dpom.c128 localtime_r(&tt, &tmd);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c735 ltime = localtime_r(&Julian, &tmbuf);
767 ltime = localtime_r(&Start, &tmbuf);
780 ltime = localtime_r(&Future, &tmbuf);
849 tm = localtime_r(&Start, &tmbuf);
1009 tm = localtime_r(&now, &local);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_log.c188 localtime_r(&tim, &result);
304 localtime_r(&tim, &result);
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c282 localtime_r(&sb.st_ctime, &k_ts) != NULL)
356 localtime_r(&sb.st_ctime, &k_ts) == NULL) {
H A Dhostres_scalars.c160 if (localtime_r(&tloc_time_t, &tloc_tm) == NULL) {
161 syslog(LOG_ERR, "localtime_r() failed: %m ");
/freebsd-12-stable/contrib/lua/src/
H A Dloslib.c81 ** where it uses gmtime_r/localtime_r
87 #define l_localtime(t,r) localtime_r(t,r)
/freebsd-12-stable/contrib/unbound/util/
H A Dlog.c275 localtime_r(&now, &tm))%(sizeof(tmbuf)) != 0) {

Completed in 268 milliseconds

123