gmtime_r 66 lib/mktime-internal.h # define __gmtime_r gmtime_r gmtime_r 282 lib/time.in.h _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, gmtime_r 285 lib/time.in.h _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, gmtime_r 289 lib/time.in.h _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, gmtime_r 293 lib/time.in.h _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, gmtime_r 297 lib/time.in.h _GL_CXXALIASWARN (gmtime_r); gmtime_r 269 lib/time_rz.c return gmtime_r (t, tm); gmtime_r 367 nt/inc/ms-w32.h extern struct tm *gmtime_r (time_t const * restrict, struct tm * restrict); gmtime_r 1187 src/gnutls.c if (gmtime_r (&tim, &t) && strftime (buf, sizeof buf, "%Y-%m-%d", &t)) gmtime_r 1191 src/gnutls.c if (gmtime_r (&tim, &t) && strftime (buf, sizeof buf, "%Y-%m-%d", &t)) gmtime_r 1589 src/timefns.c : gmtime_r (&time_spec, &gmt_tm) gmtime_r 1896 src/timefns.c if (HAVE_TM_GMTOFF || gmtime_r (&tsec, &gmt_tm))