OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gmtime_r
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/time/
zdump.c
165
/* Assume
gmtime_r
works if localtime_r does.
169
# undef
gmtime_r
macro
170
# define
gmtime_r
zdump_gmtime_r
macro
173
gmtime_r
(time_t *tp, struct tm *tmp)
function
324
Return TMP if successful, NULL otherwise. This is like
gmtime_r
(TP, TMP),
330
localtime_rz(gmtz, tp, tmp) :
gmtime_r
(tp, tmp);
1223
** The packaged localtime_rz and
gmtime_r
never put out-of-range
private.h
721
# undef
gmtime_r
macro
722
# define
gmtime_r
tz_gmtime_r
macro
809
struct tm *
gmtime_r
(time_t const *restrict, struct tm *restrict);
localtime.c
2426
gmtime_r
(time_t const *__restrict timep, struct tm *__restrict tmp)
function
2438
return
gmtime_r
(timep, tm_multi(&tm, GMTIME_TM_MULTI));
/src/lib/libc/include/
namespace.h
437
#define
gmtime_r
_gmtime_r
macro
Completed in 22 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026