| /netbsd/src/tests/lib/libutil/ |
| D | t_parsedate.c | 128 parsecheck("9/10/68", NULL, NULL, localtime_r, in ATF_TC_BODY() 130 parsecheck("9/10/69", NULL, NULL, localtime_r, in ATF_TC_BODY() 132 parsecheck("68-09-10", NULL, NULL, localtime_r, in ATF_TC_BODY() 134 parsecheck("70-09-10", NULL, NULL, localtime_r, in ATF_TC_BODY() 136 parsecheck("2006-11-17", NULL, NULL, localtime_r, in ATF_TC_BODY() 138 parsecheck("10/1/2000", NULL, NULL, localtime_r, in ATF_TC_BODY() 140 parsecheck("12/01/2022", NULL, NULL, localtime_r, in ATF_TC_BODY() 142 parsecheck("20 Jun 1994", NULL, NULL, localtime_r, in ATF_TC_BODY() 144 parsecheck("97 September 2", NULL, NULL, localtime_r, in ATF_TC_BODY() 146 parsecheck("23jun2001", NULL, NULL, localtime_r, in ATF_TC_BODY() [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | time_r.m4 | 1 dnl Reentrant time functions like localtime_r. 15 AC_CACHE_CHECK([whether localtime_r is compatible with its POSIX signature], 22 struct tm * (*ptr) (time_t const *, struct tm *) = localtime_r;], 27 [Define to 1 if localtime_r, etc. have the type signatures that
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | time_r.h | 33 # undef localtime_r 38 # define localtime_r rpl_localtime_r macro 54 struct tm *localtime_r (time_t const * restrict, struct tm * restrict);
|
| D | time_r.c | 69 localtime_r (time_t const * restrict t, struct tm * restrict tp) in localtime_r() function
|
| /netbsd/src/usr.sbin/makefs/cd9660/ |
| D | cd9660_conversion.c | 158 (void)localtime_r(&tim, &t); in cd9660_compute_gm_offset() 182 (void)localtime_r(&tim, &t); in cd9660_time_8426() 204 (void)localtime_r(&tim, &t); in cd9660_time_915()
|
| /netbsd/src/lib/libc/compat/time/ |
| D | compat_localtime.c | 19 __weak_alias(localtime_r,_localtime_r) 36 __warn_references(localtime_r,
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | localtime_r.c | 18 localtime_r(const time_t *t, struct tm *tm) in localtime_r() function
|
| 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
|
| D | print.c | 298 tm = localtime_r(&t, &tmz); in file_fmtdatetime()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | localtime_r.c | 45 localtime_r(const time_t *timer, struct tm *result) in localtime_r() function
|
| /netbsd/src/lib/libc/time/ |
| D | Makefile.inc | 18 ctime.3 localtime_r.3 \
|
| D | private.h | 693 # undef localtime_r 694 # define localtime_r tz_localtime_r macro 777 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
|
| D | asctime.c | 177 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
|
| D | zdump.c | 204 # undef localtime_r 205 # define localtime_r zdump_localtime_r macro 207 localtime_r(time_t *tp, struct tm *tmp) in localtime_r() function 223 return localtime_r(tp, tmp); in localtime_rz()
|
| /netbsd/src/external/bsd/libarchive/dist/cpio/test/ |
| D | test_option_t.c | 79 tmptr = localtime_r(&mtime, &tmbuf); in DEFINE_TEST()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| 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()
|
| /netbsd/src/lib/libutil/ |
| D | parsedate.y | 864 if (localtime_r(&Start, &tm) == NULL) 868 if (localtime_r(&Future, &tm) == NULL) 888 if (localtime_r(&now, &tm) == NULL) 936 if (localtime_r(&Start, &tm) == NULL) 1165 if ((tm = localtime_r(now, &local)) == NULL)
|
| /netbsd/src/lib/libc/compat/include/ |
| D | time.h | 89 struct tm *localtime_r(const int32_t * __restrict, struct tm * __restrict);
|
| /netbsd/src/tests/lib/libc/time/ |
| D | t_mktime.c | 50 localtime_r(&x, &tt); in ATF_TC_BODY()
|
| /netbsd/src/lib/libc/gen/ |
| D | syslog.c | 96 localtime_r(&now, &tmnow); in timefun()
|
| /netbsd/src/bin/pax/ |
| D | gen_subs.c | 93 (void)localtime_r(&when, &tm); in formattime()
|
| /netbsd/src/include/ |
| D | time.h | 187 struct tm *localtime_r(const time_t * __restrict, struct tm * __restrict)
|
| /netbsd/src/usr.bin/mail/ |
| D | format.c | 728 (void)localtime_r(&now, tm); in dateof() 780 localtime_r(&otime, tm) == NULL) { in dateof()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_write_format_zip_file.c | 99 tm = localtime_r(&t, &tmbuf); in DEFINE_TEST()
|
| /netbsd/src/sbin/dmesg/ |
| D | dmesg.c | 364 if (localtime_r(&t, &tm) != NULL) { in main()
|