Searched refs:localtime_r (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/lib/libc/common/source/time/ |
D | localtime_r_utc.c | 11 struct tm *localtime_r(const time_t *timer, struct tm *result) in localtime_r() function
|
D | ctime.c | 26 return asctime_r(localtime_r(clock, &tmp), buf); in ctime_r()
|
/Zephyr-latest/lib/libc/arcmwdt/include/ |
D | time.h | 19 extern struct tm *localtime_r(const time_t *timer, struct tm *result);
|
/Zephyr-latest/samples/posix/gettimeofday/src/ |
D | main.c | 24 localtime_r(&now, &tm); in main()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | time.h | 63 struct tm *localtime_r(const time_t *ZRESTRICT timer, struct tm *ZRESTRICT result);
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.c_lang_r | 14 Option Group, consisting of asctime_r(), ctime_r(), gmtime_r(), localtime_r(), rand_r(),
|
D | Kconfig.pthread | 164 getgrgid_r(), getgrnam_r(), getpwnam_r(), getpwuid_r(), gmtime_r(), localtime_r(),
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 116 localtime_r
|
/Zephyr-latest/lib/libc/common/ |
D | Kconfig | 41 Simple implementation of localtime() & localtime_r().
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 1148 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/ |
D | index.rst | 1018 localtime_r(), yes (UTC timezone only)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 1383 * Support for :c:func:`asctime_r`, :c:func:`ctime_r`, and :c:func:`localtime_r`.
|