Searched refs:asctime_r (Results 1 – 12 of 12) sorted by relevance
| /Zephyr-latest/lib/libc/common/source/time/ |
| D | ctime.c | 26 return asctime_r(localtime_r(clock, &tmp), buf); in ctime_r()
|
| D | asctime.c | 52 char *asctime_r(const struct tm *tp, char *buf) in asctime_r() function
|
| /Zephyr-latest/lib/libc/arcmwdt/include/ |
| D | time.h | 16 extern char *asctime_r(const struct tm *tp, char *buf);
|
| /Zephyr-latest/lib/libc/iar/include/ |
| D | time.h | 22 char *asctime_r(const struct tm *ZRESTRICT tp, char *ZRESTRICT buf);
|
| /Zephyr-latest/lib/libc/minimal/include/ |
| D | time.h | 61 char *asctime_r(const struct tm *ZRESTRICT tp, char *ZRESTRICT buf);
|
| /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 | 162 Select 'y' here to enable POSIX thread-safe functions including asctime_r(), ctime_r(),
|
| /Zephyr-latest/scripts/coccinelle/ |
| D | symbols.txt | 5 asctime_r
|
| /Zephyr-latest/lib/libc/common/ |
| D | Kconfig | 18 common implementation of asctime_r().
|
| /Zephyr-latest/tests/lib/c_lib/common/src/ |
| D | main.c | 1112 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/ |
| D | index.rst | 1028 asctime_r(), yes
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-4.0.rst | 1381 * Support for :c:func:`asctime_r`, :c:func:`ctime_r`, and :c:func:`localtime_r`.
|