Searched refs:ctime_r (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/lib/libc/common/source/time/ |
D | ctime.c | 22 char *ctime_r(const time_t *clock, char *buf) in ctime_r() function
|
/Zephyr-latest/lib/libc/arcmwdt/include/ |
D | time.h | 17 extern char *ctime_r(const time_t *clock, char *buf);
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | time.h | 62 char *ctime_r(const time_t *clock, char *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/modules/thrift/ |
D | CMakeLists.txt | 42 # needed for ctime_r
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 27 ctime_r
|
/Zephyr-latest/lib/libc/common/ |
D | Kconfig | 30 common implementation of ctime_r().
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 1165 zassert_not_null(ctime_r(&test1, buf)); in ZTEST()
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 1007 ctime_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`.
|