Home
last modified time | relevance | path

Searched refs:localtime (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/lib/libc/common/source/time/
Dlocaltime_r_utc.c16 struct tm *localtime(const time_t *timer) in localtime() function
Dctime.c18 return asctime(localtime(clock)); in ctime()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dmain.c21 cal = localtime(&unix_time); in get_fattime()
/Zephyr-latest/lib/libc/minimal/include/
Dtime.h59 struct tm *localtime(const time_t *timer);
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt114 localtime
/Zephyr-latest/lib/libc/common/
DKconfig41 Simple implementation of localtime() & localtime_r().
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1144 zassert_not_null(localtime(&tests1), "localtime failed"); in ZTEST()
1145 zassert_not_null(localtime(&tests2), "localtime failed"); in ZTEST()
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst1034 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…