Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/time/
Dctime.c26 return asctime_r(localtime_r(clock, &tmp), buf); in ctime_r()
Dasctime.c52 char *asctime_r(const struct tm *tp, char *buf) in asctime_r() function
/Zephyr-latest/lib/libc/arcmwdt/include/
Dtime.h16 extern char *asctime_r(const struct tm *tp, char *buf);
/Zephyr-latest/lib/libc/iar/include/
Dtime.h22 char *asctime_r(const struct tm *ZRESTRICT tp, char *ZRESTRICT buf);
/Zephyr-latest/lib/libc/minimal/include/
Dtime.h61 char *asctime_r(const struct tm *ZRESTRICT tp, char *ZRESTRICT buf);
/Zephyr-latest/lib/posix/options/
DKconfig.c_lang_r14 Option Group, consisting of asctime_r(), ctime_r(), gmtime_r(), localtime_r(), rand_r(),
DKconfig.pthread162 Select 'y' here to enable POSIX thread-safe functions including asctime_r(), ctime_r(),
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt5 asctime_r
/Zephyr-latest/lib/libc/common/
DKconfig18 common implementation of asctime_r().
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1112 zassert_not_null(asctime_r(&tp, buf)); in ZTEST()
1120 zassert_is_null(asctime_r(&tp, buf)); in ZTEST()
1125 zassert_is_null(asctime_r(&tp, buf)); in ZTEST()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1028 asctime_r(), yes
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1381 * Support for :c:func:`asctime_r`, :c:func:`ctime_r`, and :c:func:`localtime_r`.