Home
last modified time | relevance | path

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

12

/openbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c154 (void)localtime_r(&tim, &t); in cd9660_compute_gm_offset()
175 (void)localtime_r(&tim, &t); in cd9660_time_8426()
194 (void)localtime_r(&tim, &t); in cd9660_time_915()
/openbsd/gnu/usr.bin/perl/Porting/
H A DREADME.y203812 gmtime64_r() and timegm64(). They are implementations of localtime_r(),
27 for localtime_r(). The calculations are accurate according to current time
31 Future versions will probe for a 64 bit safe system localtime_r() and
/openbsd/lib/libc/hidden/
H A Dtime.h40 PROTO_NORMAL(localtime_r);
/openbsd/include/
H A Dtime.h140 struct tm *localtime_r(const time_t *__restrict, struct tm *__restrict);
/openbsd/gnu/llvm/llvm/lib/Support/
H A DChrono.cpp30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()
/openbsd/usr.sbin/radiusd/
H A Dlog.c89 localtime_r(&curr, &tm); in vlog()
/openbsd/usr.bin/cvs/
H A Ddiff_internals.c897 localtime_r(&curr_time, &t); in diff_head()
940 localtime_r(&stb1.st_mtime, &t); in rdiff_head()
947 localtime_r(&stb2.st_mtime, &t); in rdiff_head()
950 localtime_r(&curr_time, &t); in rdiff_head()
H A Ddate.y816 !localtime_r(&nowtime, &tm)) in date_parse()
/openbsd/lib/libc/time/
H A Dlocaltime.c1306 localtime_r(const time_t *timep, struct tm *p_tm) in localtime_r() function
1314 DEF_WEAK(localtime_r);
1324 return localtime_r(timep, p_tm); in localtime()
1548 return asctime_r(localtime_r(timep, &mytm), buf); in ctime_r()
H A Dstrptime.c624 if (localtime_r(&secs, tm) == NULL) in epoch_to_tm()
/openbsd/usr.sbin/unbound/util/
H A Dlog.c275 localtime_r(&now, &tm))%(sizeof(tmbuf)) != 0) { in log_vmsg()
/openbsd/sbin/unwind/libunbound/util/
H A Dlog.c274 if(log_time_asc && localtime_r(&now, &tm) && strftime(tmbuf, in log_vmsg()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp319 localtime_r(&Time, &LocalTime); in InitDebuggingDir()
/openbsd/usr.sbin/npppctl/
H A Dnpppctl.c285 localtime_r(&w->time, &tm); in fprint_who_all()
/openbsd/usr.bin/rcs/
H A Ddate.y821 !localtime_r(&nowtime, &tm)) in date_parse()
/openbsd/usr.sbin/httpd/
H A Dserver_file.c561 localtime_r(&t, &tm); in server_file_index()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt258 fun:localtime_r=custom
H A Ddfsan_custom.cpp1352 struct tm *ret = localtime_r(timep, result); in __dfsw_localtime_r()
1369 struct tm *ret = localtime_r(timep, result); in __dfso_localtime_r()
/openbsd/usr.sbin/nsd/
H A Dutil.c167 localtime_r(&now, &tm)); in log_file()
H A Dconfig.h.in244 /* Define to 1 if you have the `localtime_r' function. */
/openbsd/regress/lib/libc/time/time_conversion/
H A Dtimetest.c1782 if (localtime_r(&test->time, &local) == NULL) { in dotimetest()
/openbsd/usr.bin/tmux/
H A Dformat.c3526 localtime_r(&now, &now_tm); in format_pretty_time()
3527 localtime_r(&t, &tm); in format_pretty_time()
3642 localtime_r(&t, &tm); in format_find()
4821 localtime_r(&es->time, &es->tm); in format_expand1()
/openbsd/lib/libc/
H A DSymbols.list1742 localtime_r
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2183 struct tm *tmres = localtime_r(&t, &tms); in TEST()
2294 TEST(MemorySanitizer, localtime_r) { in TEST() argument
2297 struct tm *res = localtime_r(&t, &time); in TEST()
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h1488 # define localtime(a) (L_R_TZSET localtime_r(a, &PL_reentrant_buffer->_localtime_struct) ? &…

12