Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/minimal/source/time/
Dgmtime.c13 struct tm *gmtime(const time_t *timep) in gmtime() function
/Zephyr-latest/lib/libc/common/source/time/
Dlocaltime_r_utc.c18 return gmtime(timer); in localtime()
/Zephyr-latest/tests/unit/timeutil/
Dtest_gmtime.c24 struct tm *tp = gmtime(&time); in ZTEST()
Dmain.c17 struct tm tm = *gmtime(&tp->ux); in timeutil_check()
/Zephyr-latest/lib/libc/minimal/include/
Dtime.h55 struct tm *gmtime(const time_t *timep);
/Zephyr-latest/lib/libc/minimal/
DKconfig12 rand() and gmtime(). The globals must be put into a dedicated C
53 In order to make use of the non-reentrant gmtime(), it is necessary
DCMakeLists.txt39 zephyr_library_sources(source/time/gmtime.c)
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt76 gmtime
/Zephyr-latest/lib/libc/common/
DKconfig42 This option just wraps around the gmtime(), the result is always expressed as
/Zephyr-latest/doc/kernel/
Dtimeutil.rst59 converted to ``struct tm`` representing calendar time with `gmtime()
60 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html>`__.
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c1086 zassert_not_null(gmtime(&tests1), "gmtime failed"); in ZTEST()
1087 zassert_not_null(gmtime(&tests2), "gmtime failed"); in ZTEST()
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst998 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…
1273 gmtime(),ISO/IEC 9899:2011
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst933 * Fixed ``gmtime()`` access fault when userspace is enabled and
934 ``gmtime()`` is called from a user mode thread. This function can be
1905 * :github:`40679` - libc/minimal: static variable of gmtime() does not located to z_libc_partition …