gmtime_r 16 compat/gmtime.c ret = gmtime_r(timep, result); gmtime_r 179 compat/mingw.h struct tm *gmtime_r(const time_t *timep, struct tm *result); gmtime_r 450 date.c if (gmtime_r(&now, &now_tm)) gmtime_r 513 date.c if (gmtime_r(&time, tm)) {