Symbol: localtime_r
crypto/krb5/src/lib/krb5/krb/str_conv.c
172
if (localtime_r(&now, &timebuf2) == NULL)
crypto/krb5/src/lib/krb5/krb/str_conv.c
207
if (localtime_r(&timestamp2, &tmbuf) == NULL)
crypto/krb5/src/lib/krb5/krb/str_conv.c
238
tmp = localtime_r(&timestamp2, &tmbuf);
crypto/openssh/misc.c
2610
if (localtime_r(&tt, &tm) == NULL)
crypto/openssh/openbsd-compat/bsd-misc.h
206
struct tm *localtime_r(const time_t *, struct tm *);
crypto/openssh/openbsd-compat/openbsd-compat.h
349
struct tm *localtime_r(const time_t *, struct tm *);
include/time.h
161
struct tm *localtime_r(const time_t *, struct tm *);
lib/libc/gen/syslog.c
176
localtime_r(&now.tv_sec, &tm) != NULL) {
lib/libc/stdtime/strptime.c
699
localtime_r(&t, tm);
sbin/ipfw/ipfw2.c
6228
localtime_r(&tp.tv_sec, &tm);
sbin/recoverdisk/recoverdisk.c
97
assert(localtime_r(&pp->t0, &tm1) != NULL);
sbin/route/route_netlink.c
513
localtime_r(&tp.tv_sec, &tm);
sbin/savecore/savecore.c
201
localtime_r(&t, &tm);
tests/sys/net/routing/rtsock_print.h
269
localtime_r(&tv.tv_sec, &tm_res);
tests/sys/net/routing/rtsock_print.h
318
localtime_r(&tv.tv_sec, &tm_res);
tests/sys/net/routing/rtsock_print.h
355
localtime_r(&tv.tv_sec, &tm_res);
usr.bin/calendar/calendar.c
156
localtime_r(&t, &tm);
usr.bin/calendar/dates.c
114
localtime_r(&t, &td);
usr.bin/calendar/day.c
53
localtime_r(&now, &tp);
usr.bin/calendar/day.c
60
localtime_r(&time1, tp1);
usr.bin/calendar/day.c
63
localtime_r(&time2, tp2);
usr.bin/calendar/day.c
82
localtime_r(&t, &tp);
usr.bin/diff/diffreg.c
1707
tm_ptr1 = localtime_r(&stb1.st_mtime, &tm1);
usr.bin/diff/diffreg.c
1708
tm_ptr2 = localtime_r(&stb2.st_mtime, &tm2);
usr.bin/diff/diffreg_new.c
127
tm_ptr = localtime_r(&stb->st_mtime, &tm);
usr.bin/pom/pom.c
115
localtime_r(&tt, &tmd);
usr.sbin/bhyve/amd64/rtc.c
65
localtime_r(&t, &tm);
usr.sbin/bhyve/rtc_pl031.c
94
localtime_r(&t, &tm);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_scalars.c
135
if (localtime_r(&tloc_time_t, &tloc_tm) == NULL) {
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swinstalled_tbl.c
280
localtime_r(&sb.st_ctime, &k_ts) != NULL)
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_swinstalled_tbl.c
354
localtime_r(&sb.st_ctime, &k_ts) == NULL) {
usr.sbin/makefs/cd9660/cd9660_conversion.c
152
(void)localtime_r(&tim, &t);
usr.sbin/makefs/cd9660/cd9660_conversion.c
173
(void)localtime_r(&tim, &t);
usr.sbin/makefs/cd9660/cd9660_conversion.c
192
(void)localtime_r(&tim, &t);
usr.sbin/newsyslog/newsyslog.c
1922
localtime_r(&now, &tm) == NULL)
usr.sbin/newsyslog/ptimes.c
522
if (ptime == NULL || localtime_r(&(ptime->tsecs), &tm) == NULL) {
usr.sbin/syslogd/syslogd.c
1243
localtime_r(&t_now, &tm_now);
usr.sbin/syslogd/syslogd.c
1547
localtime_r(&now, &timestamp_now.tm);