Searched refs:ctime (Results 1 – 7 of 7) sorted by relevance
16 char *ctime(const time_t *clock) in ctime() function
60 char *ctime(const time_t *clock);
11 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_CTIME source/time/ctime.c)
24 common implementation of ctime().27 bool "Thread-safe version of ctime()"
25 ctime
1168 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()
1034 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…