Searched refs:gmtime (Results 1 – 13 of 13) sorted by relevance
13 struct tm *gmtime(const time_t *timep) in gmtime() function
18 return gmtime(timer); in localtime()
24 struct tm *tp = gmtime(&time); in ZTEST()
17 struct tm tm = *gmtime(&tp->ux); in timeutil_check()
55 struct tm *gmtime(const time_t *timep);
12 rand() and gmtime(). The globals must be put into a dedicated C53 In order to make use of the non-reentrant gmtime(), it is necessary
39 zephyr_library_sources(source/time/gmtime.c)
76 gmtime
42 This option just wraps around the gmtime(), the result is always expressed as
59 converted to ``struct tm`` representing calendar time with `gmtime()60 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html>`__.
1086 zassert_not_null(gmtime(&tests1), "gmtime failed"); in ZTEST()1087 zassert_not_null(gmtime(&tests2), "gmtime failed"); in ZTEST()
998 …- The pointer returned by the Standard Library functions asctime, ctime, gmtime, localtime, local…1273 gmtime(),ISO/IEC 9899:2011
933 * Fixed ``gmtime()`` access fault when userspace is enabled and934 ``gmtime()`` is called from a user mode thread. This function can be1905 * :github:`40679` - libc/minimal: static variable of gmtime() does not located to z_libc_partition …