Searched defs:timegm (Results 1 – 12 of 12) sorted by relevance
24 time_t timegm(struct tm *t) { return (time_t)timegm64(t); } in timegm() function
22 #define timegm _mkgmtime macro
48 time_t timegm(struct tm* const t) { in timegm() function
56 unsafe fn timegm(tm: *mut libc::tm) -> time_t { in timegm() function
611 def timegm(tuple): function
655 def timegm(tuple): function
492 timegm(struct tm *p) function
1949 timegm(struct tm *const tmp) in timegm() function
1210 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() function
571 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() function
1241 pub fn timegm(tm: *mut tm) -> time_t; in timegm() function
3794 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() function