gmtime            380 lib/time.in.h  _GL_FUNCDECL_RPL (gmtime, struct tm *, (time_t const *__timer)
gmtime            382 lib/time.in.h  _GL_CXXALIAS_RPL (gmtime, struct tm *, (time_t const *__timer));
gmtime            384 lib/time.in.h  _GL_CXXALIAS_SYS (gmtime, struct tm *, (time_t const *__timer));
gmtime            386 lib/time.in.h  _GL_CXXALIASWARN (gmtime);
gmtime             37 lib/time_r.c     return copy_tm_result (tp, gmtime (t));
gmtime           4282 src/msdos.c      gtm = mktime (gmtime (&gtm));