gmtime_r 66 lib/mktime-internal.h # define __gmtime_r gmtime_r gmtime_r 318 lib/time.in.h _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, gmtime_r 321 lib/time.in.h _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, gmtime_r 325 lib/time.in.h _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, gmtime_r 329 lib/time.in.h _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, gmtime_r 333 lib/time.in.h _GL_CXXALIASWARN (gmtime_r); gmtime_r 343 lib/time.in.h _GL_WARN_ON_USE (gmtime_r, "gmtime_r is unportable - " gmtime_r 269 lib/time_rz.c return gmtime_r (t, tm); gmtime_r 355 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))