Home
last modified time | relevance | path

Searched refs:ctime (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/lib/libc/common/source/time/
Dctime.c16 char *ctime(const time_t *clock) in ctime() function
/Zephyr-latest/lib/libc/minimal/include/
Dtime.h60 char *ctime(const time_t *clock);
/Zephyr-latest/lib/libc/common/
DCMakeLists.txt11 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_CTIME source/time/ctime.c)
DKconfig24 common implementation of ctime().
27 bool "Thread-safe version of ctime()"
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt25 ctime
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1168 zassert_not_null(ctime(&test1)); in ZTEST()
1169 zassert_equal(strncmp("Thu Jun 13 06:26:40 2024\n", ctime(&test1), sizeof(buf)), 0); in ZTEST()
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst1034 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…