Searched refs:localtime_r (Results 26 - 50 of 62) sorted by relevance

123

/freebsd-12-stable/contrib/apr/time/unix/
H A Dtime.c90 localtime_r(&tt, &tm);
/freebsd-12-stable/contrib/ldns/
H A Drr_functions.c374 (void) strftime(s_str, 11, "%Y%m%d00", localtime_r(&t, &tm));
H A DMakefile.in766 compat/localtime_r.lo compat/localtime_r.o: $(srcdir)/compat/localtime_r.c ldns/config.h
/freebsd-12-stable/lib/libc/gen/
H A Dsyslog.c176 localtime_r(&now.tv_sec, &tm) != NULL) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp38 #include <time.h> // clock_gettime(), time(), localtime_r() */
317 localtime_r(&Time, &LocalTime);
/freebsd-12-stable/contrib/libxo/libxo/
H A Dxo_syslog.c553 (void) localtime_r(&tv.tv_sec, &tm);
/freebsd-12-stable/contrib/libarchive/tar/
H A Dutil.c749 ltime = localtime_r(&tim, &tmbuf);
/freebsd-12-stable/contrib/file/src/
H A Dfile.h621 struct tm *localtime_r(const time_t *, struct tm *);
/freebsd-12-stable/lib/libc/stdtime/
H A Dstrptime.c706 localtime_r(&t, tm);
/freebsd-12-stable/usr.bin/calendar/
H A Ddates.c115 localtime_r(&t, &td);
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c119 localtime_r(&t1, &lt);
/freebsd-12-stable/usr.sbin/newsyslog/
H A Dptimes.c520 if (ptime == NULL || localtime_r(&(ptime->tsecs), &tm) == NULL) {
H A Dnewsyslog.c1810 localtime_r(&now, &tm) == NULL)
/freebsd-12-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c1470 localtime_r(const time_t *const timep, struct tm *tmp) function
1748 return asctime_r(localtime_r(timep, &mytm), buf);
/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c1665 tm_ptr1 = localtime_r(&stb1.st_mtime, &tm1);
1666 tm_ptr2 = localtime_r(&stb2.st_mtime, &tm2);
/freebsd-12-stable/contrib/diff/lib/
H A Dstrftime.c133 declares a POSIX-compliant localtime_r, for the benefit of older
134 implementations that lack localtime_r or have a nonstandard one.
140 # define __localtime_r localtime_r
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c1240 localtime_r(&t_now, &tm_now);
1552 localtime_r(&now, &timestamp_now.tm);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp646 struct tm *ret = localtime_r(timep, result);
/freebsd-12-stable/contrib/libarchive/cpio/
H A Dcpio.c1198 ltime = localtime_r(&mtime, &tmbuf);
/freebsd-12-stable/crypto/openssh/
H A Dmisc.c2037 localtime_r(&tt, &tm);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c1392 t = localtime_r(&unix_time, &tmbuf);
H A Darchive_read_support_format_rar.c1770 tm = localtime_r(&t, &tmbuf);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c508 (void) localtime_r(&sec, &tm);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1567 if (localtime_r((time_t *)&rewindto, &t) != NULL &&
1628 if (localtime_r((time_t *)&rewindto, &t) != NULL &&
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1741 (void) localtime_r(&t, &zaction_ts);
6248 (void) localtime_r(&tsec, &t);

Completed in 364 milliseconds

123