/src/lib/libc/time/ |
zdump.c | 172 /* Assume gmtime_r works if localtime_r does. 176 # undef gmtime_r 177 # define gmtime_r zdump_gmtime_r macro 180 gmtime_r(time_t *tp, struct tm *tmp) function in typeref:struct:tm * 331 Return TMP if successful, NULL otherwise. This is like gmtime_r(TP, TMP), 337 localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp); 1227 ** The packaged localtime_rz and gmtime_r never put out-of-range
|
private.h | 689 # undef gmtime_r 690 # define gmtime_r tz_gmtime_r macro 775 struct tm *gmtime_r(time_t const *restrict, struct tm *restrict);
|
localtime.c | 1865 gmtime_r(time_t const *__restrict timep, struct tm *__restrict tmp) function in typeref:struct:tm * 1877 return gmtime_r(timep, &tm);
|
/src/lib/libc/include/ |
namespace.h | 437 #define gmtime_r _gmtime_r macro
|