Home
last modified time | relevance | path

Searched refs:gmtime (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-2.7.6/tests/unit/timeutil/
Dtest_gmtime.c24 struct tm *tp = gmtime(&time); in test_gmtime()
Dmain.c17 struct tm tm = *gmtime(&tp->ux); in timeutil_check()
/Zephyr-Core-2.7.6/lib/libc/minimal/include/
Dtime.h51 struct tm *gmtime(const time_t *timep);
/Zephyr-Core-2.7.6/lib/libc/minimal/
DCMakeLists.txt22 source/time/gmtime.c
/Zephyr-Core-2.7.6/lib/libc/minimal/source/time/
Dgmtime.c99 struct tm *gmtime(const time_t *timep) in gmtime() function
/Zephyr-Core-2.7.6/samples/net/civetweb/common/include/
Dlibc_extensions.h35 struct tm *gmtime(const time_t *ptime);
/Zephyr-Core-2.7.6/scripts/coccinelle/
Dsymbols.txt75 gmtime
/Zephyr-Core-2.7.6/tests/lib/c_lib/src/
Dmain.c894 zassert_not_null(gmtime(&tests1), "gmtime failed"); in test_time()
895 zassert_not_null(gmtime(&tests2), "gmtime failed"); in test_time()
/Zephyr-Core-2.7.6/doc/reference/misc/
Dtimeutil.rst59 converted to ``struct tm`` representing calendar time with `gmtime()
60 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html>`__.
/Zephyr-Core-2.7.6/doc/guides/portability/
Dposix.rst248 gmtime(),+
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_output.c208 tm = gmtime(&time); in timestamp_print()
/Zephyr-Core-2.7.6/doc/contribute/coding_guidelines/
Dindex.rst754 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…