/freebsd/contrib/netbsd-tests/lib/libutil/ |
H A D | t_parsedate.c | 125 parsecheck("9/10/69", NULL, NULL, localtime_r, in ATF_TC_BODY() 127 parsecheck("9/10/70", NULL, NULL, localtime_r, in ATF_TC_BODY() 129 parsecheck("69-09-10", NULL, NULL, localtime_r, in ATF_TC_BODY() 131 parsecheck("70-09-10", NULL, NULL, localtime_r, in ATF_TC_BODY() 133 parsecheck("2006-11-17", NULL, NULL, localtime_r, in ATF_TC_BODY() 135 parsecheck("10/1/2000", NULL, NULL, localtime_r, in ATF_TC_BODY() 137 parsecheck("20 Jun 1994", NULL, NULL, localtime_r, in ATF_TC_BODY() 139 parsecheck("97 September 2", NULL, NULL, localtime_r, in ATF_TC_BODY() 141 parsecheck("23jun2001", NULL, NULL, localtime_r, in ATF_TC_BODY() 143 parsecheck("1-sep-06", NULL, NULL, localtime_r, in ATF_TC_BODY() [all …]
|
/freebsd/usr.bin/calendar/ |
H A D | day.c | 53 localtime_r(&now, &tp); in settimes() 60 localtime_r(&time1, tp1); in settimes() 63 localtime_r(&time2, tp2); in settimes() 82 localtime_r(&t, &tp); in Mktime()
|
H A D | calendar.c | 156 localtime_r(&t, &tm); in main()
|
/freebsd/sys/contrib/openzfs/lib/libspl/ |
H A D | timestamp.c | 60 len = strftime(dstr, sizeof (dstr), fmt, localtime_r(&t, &tm)); in print_timestamp() 84 strftime(buf, len, fmt, localtime_r(&t, &tm)); in get_timestamp() 105 strftime(buf, len, fmt, localtime_r(&t, &tm)); in format_timestamp()
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_conversion.c | 152 (void)localtime_r(&tim, &t); in cd9660_compute_gm_offset() 173 (void)localtime_r(&tim, &t); in cd9660_time_8426() 192 (void)localtime_r(&tim, &t); in cd9660_time_915()
|
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_print.h | 269 localtime_r(&tv.tv_sec, &tm_res); in rtsock_print_rtm() 318 localtime_r(&tv.tv_sec, &tm_res); in rtsock_print_ifa() 355 localtime_r(&tv.tv_sec, &tm_res); in rtsock_print_message_hd()
|
/freebsd/contrib/ldns/compat/ |
H A D | localtime_r.c | 9 struct tm *localtime_r(const time_t *timep, struct tm *result) in localtime_r() function
|
/freebsd/contrib/file/src/ |
H A D | localtime_r.c | 12 localtime_r(const time_t *t, struct tm *tm) in localtime_r() function
|
H A D | Makefile.in | 174 $(DEPDIR)/localtime_r.Plo $(DEPDIR)/pread.Plo \ 234 getline.c getopt_long.c gmtime_r.c localtime_r.c pread.c \ 522 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/localtime_r.Plo@am__quote@ # am--include-marker 750 -rm -f $(DEPDIR)/localtime_r.Plo 831 -rm -f $(DEPDIR)/localtime_r.Plo
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | localtime_r.c | 43 localtime_r(const time_t *timer, struct tm *result) in localtime_r() function
|
/freebsd/lib/libc/stdtime/ |
H A D | Symbol.map | 16 localtime_r;
|
H A D | Makefile.inc | 28 ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | rtc.c | 65 localtime_r(&t, &tm); in rtc_time()
|
/freebsd/contrib/tzcode/ |
H A D | asctime.c | 138 struct tm *tmp = localtime_r(timep, &mytm);
|
H A D | private.h | 636 # undef localtime_r 637 # define localtime_r tz_localtime_r 720 struct tm *localtime_r(time_t const *restrict, struct tm *restrict); 622 # define localtime_r tz_localtime_r global() macro
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_option_t.c | 79 tmptr = localtime_r(&mtime, &tmbuf); in DEFINE_TEST()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.h | 190 struct tm *localtime_r(const time_t *, struct tm *);
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_getdate.c | 729 ltime = localtime_r(&Julian, &tmbuf); in Convert() 751 ltime = localtime_r(&Start, &tmbuf); in DSTcorrect() 759 ltime = localtime_r(&Future, &tmbuf); in DSTcorrect() 810 tm = localtime_r(&Start, &tmbuf); in RelativeMonth() 961 tm = localtime_r(&now, &local); in __archive_get_date()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Chrono.cpp | 30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()
|
/freebsd/contrib/netbsd-tests/lib/libc/time/ |
H A D | t_mktime.c | 50 localtime_r(&x, &tt); in ATF_TC_BODY()
|
/freebsd/include/ |
H A D | time.h | 161 struct tm *localtime_r(const time_t *, struct tm *);
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_swinstalled_tbl.c | 280 localtime_r(&sb.st_ctime, &k_ts) != NULL) in swins_get_OS_ident() 354 localtime_r(&sb.st_ctime, &k_ts) == NULL) { in swins_get_packages()
|
/freebsd/contrib/blocklist/bin/ |
H A D | support.c | 92 if (localtime_r(&t, &tm) == NULL) in fmttime()
|
/freebsd/contrib/unbound/util/ |
H A D | log.c | 288 tm_p = localtime_r(&now, &tm); in log_vmsg() 311 localtime_r(&now, &tm))%(sizeof(tmbuf)) != 0) { in log_vmsg()
|
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/ |
H A D | deprecatedFunctionUsage.ql | 50 result = "localtime(3) isn't thread-safe. Use localtime_r(3) instead!"
|