Home
last modified time | relevance | path

Searched refs:ctime_r (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/lib/libc/common/source/time/
Dctime.c22 char *ctime_r(const time_t *clock, char *buf) in ctime_r() function
/Zephyr-latest/lib/libc/arcmwdt/include/
Dtime.h17 extern char *ctime_r(const time_t *clock, char *buf);
/Zephyr-latest/lib/libc/minimal/include/
Dtime.h62 char *ctime_r(const time_t *clock, char *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/modules/thrift/
DCMakeLists.txt42 # needed for ctime_r
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt27 ctime_r
/Zephyr-latest/lib/libc/common/
DKconfig30 common implementation of ctime_r().
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1165 zassert_not_null(ctime_r(&test1, buf)); in ZTEST()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1007 ctime_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`.