timegm             19 base/os_compat_android.h extern "C" time_t timegm(struct tm* const t);
timegm             12 base/os_compat_nacl.h extern "C" time_t timegm(struct tm* const t);
timegm            167 base/third_party/nspr/prtime.cc     time_t absolute_time = timegm(&exp_tm);
timegm             59 base/time/time_posix.cc     return timegm(timestruct);
timegm            139 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern time_t timegm(struct tm *);