Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd/src/tests/lib/libutil/
Dt_parsedate.c128 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/
Dtime_r.m41 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/
Dtime_r.h33 # undef localtime_r
38 # define localtime_r rpl_localtime_r macro
54 struct tm *localtime_r (time_t const * restrict, struct tm * restrict);
Dtime_r.c69 localtime_r (time_t const * restrict t, struct tm * restrict tp) in localtime_r() function
/netbsd/src/usr.sbin/makefs/cd9660/
Dcd9660_conversion.c158 (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/
Dcompat_localtime.c19 __weak_alias(localtime_r,_localtime_r)
36 __warn_references(localtime_r,
/netbsd/src/external/bsd/file/dist/src/
Dlocaltime_r.c18 localtime_r(const time_t *t, struct tm *tm) in localtime_r() function
DMakefile.in174 $(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
Dprint.c298 tm = localtime_r(&t, &tmz); in file_fmtdatetime()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dlocaltime_r.c45 localtime_r(const time_t *timer, struct tm *result) in localtime_r() function
/netbsd/src/lib/libc/time/
DMakefile.inc18 ctime.3 localtime_r.3 \
Dprivate.h693 # undef localtime_r
694 # define localtime_r tz_localtime_r macro
777 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
Dasctime.c177 struct tm *tmp = localtime_r(timep, &mytm); in ctime_r()
Dzdump.c204 # 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/
Dtest_option_t.c79 tmptr = localtime_r(&mtime, &tmbuf); in DEFINE_TEST()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_getdate.c729 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/
Dparsedate.y864 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/
Dtime.h89 struct tm *localtime_r(const int32_t * __restrict, struct tm * __restrict);
/netbsd/src/tests/lib/libc/time/
Dt_mktime.c50 localtime_r(&x, &tt); in ATF_TC_BODY()
/netbsd/src/lib/libc/gen/
Dsyslog.c96 localtime_r(&now, &tmnow); in timefun()
/netbsd/src/bin/pax/
Dgen_subs.c93 (void)localtime_r(&when, &tm); in formattime()
/netbsd/src/include/
Dtime.h187 struct tm *localtime_r(const time_t * __restrict, struct tm * __restrict)
/netbsd/src/usr.bin/mail/
Dformat.c728 (void)localtime_r(&now, tm); in dateof()
780 localtime_r(&otime, tm) == NULL) { in dateof()
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_write_format_zip_file.c99 tm = localtime_r(&t, &tmbuf); in DEFINE_TEST()
/netbsd/src/sbin/dmesg/
Ddmesg.c364 if (localtime_r(&t, &tm) != NULL) { in main()

1234