Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/time/
Dlocaltime_r_utc.c11 struct tm *localtime_r(const time_t *timer, struct tm *result) in localtime_r() function
Dctime.c26 return asctime_r(localtime_r(clock, &tmp), buf); in ctime_r()
/Zephyr-latest/lib/libc/arcmwdt/include/
Dtime.h19 extern struct tm *localtime_r(const time_t *timer, struct tm *result);
/Zephyr-latest/samples/posix/gettimeofday/src/
Dmain.c24 localtime_r(&now, &tm); in main()
/Zephyr-latest/lib/libc/minimal/include/
Dtime.h63 struct tm *localtime_r(const time_t *ZRESTRICT timer, struct tm *ZRESTRICT result);
/Zephyr-latest/lib/posix/options/
DKconfig.c_lang_r14 Option Group, consisting of asctime_r(), ctime_r(), gmtime_r(), localtime_r(), rand_r(),
DKconfig.pthread164 getgrgid_r(), getgrnam_r(), getpwnam_r(), getpwuid_r(), gmtime_r(), localtime_r(),
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt116 localtime_r
/Zephyr-latest/lib/libc/common/
DKconfig41 Simple implementation of localtime() & localtime_r().
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1148 zassert_not_null(localtime_r(&tests3, &tp), "localtime_r failed"); in ZTEST()
1149 zassert_not_null(localtime_r(&tests4, &tp), "localtime_r failed"); in ZTEST()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1018 localtime_r(), yes (UTC timezone only)
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1383 * Support for :c:func:`asctime_r`, :c:func:`ctime_r`, and :c:func:`localtime_r`.