Searched defs:gmtime_r (Results 1 – 8 of 8) sorted by relevance
287 inline null<> gmtime_r(...) { return null<>(); } in gmtime_r() function
267 # define gmtime_r tz_gmtime_r macro
1389 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r() function
53 #define gmtime_r(t,tm) gmtime_s(tm,t) macro
1178 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() function
401 pub fn gmtime_r(a: *const time_t, b: *mut tm) -> *mut tm; in gmtime_r() function
1235 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() function
3747 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() function