Home
last modified time | relevance | path

Searched defs:timegm (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/time/
Dtimegm.c5 time_t timegm(struct tm *tm) in timegm() function
/third_party/python/Lib/
Dcalendar.py642 def timegm(tuple): function
/third_party/python/Modules/
Dtimemodule.c497 timegm(struct tm *p) function
/third_party/tzdata/
Dprivate.h644 # define timegm tz_timegm macro
Dlocaltime.c2336 timegm(struct tm *tmp) in timegm() function
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c1949 timegm(struct tm *const tmp) in timegm() function
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1951 timegm(struct tm *const tmp) in timegm() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1271 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() function
/third_party/rust/crates/libc/src/
Dwasi.rs685 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1256 pub fn timegm(tm: *mut tm) -> time_t; in timegm() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3814 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() function