Searched refs:asctime (Results 1 – 9 of 9) sorted by relevance
18 return asctime(localtime(clock)); in ctime()
44 char *asctime(const struct tm *tp) in asctime() function
34 asctime(&tm)); in main()
58 char *asctime(const struct tm *timeptr);
8 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_ASCTIME source/time/asctime.c)
12 common implementation of asctime().15 bool "Thread-safe version of asctime()"
4 asctime
1115 zassert_not_null(asctime(&tp)); in ZTEST()1116 zassert_equal(strncmp("Fri Jun 1 14:30:10 2024\n", asctime(&tp), sizeof(buf)), 0); in ZTEST()1121 zassert_is_null(asctime(&tp)); in ZTEST()1126 zassert_is_null(asctime(&tp)); in ZTEST()
998 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…