gmtime            286 lib/time.in.h  _GL_FUNCDECL_RPL (gmtime, struct tm *, (time_t const *__timer)
gmtime            288 lib/time.in.h  _GL_CXXALIAS_RPL (gmtime, struct tm *, (time_t const *__timer));
gmtime            290 lib/time.in.h  _GL_CXXALIAS_SYS (gmtime, struct tm *, (time_t const *__timer));
gmtime            292 lib/time.in.h  _GL_CXXALIASWARN (gmtime);
gmtime             38 lib/time_r.c     return copy_tm_result (tp, gmtime (t));
gmtime           4275 src/msdos.c      gtm = mktime (gmtime (&gtm));