Searched defs:gmtime_r (Results 1 – 11 of 11) sorted by relevance
287 inline null<> gmtime_r(...) { return null<>(); } in gmtime_r() function
267 # define gmtime_r tz_gmtime_r macro
1391 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
1236 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() function
511 pub fn gmtime_r(a: *const time_t, b: *mut tm) -> *mut tm; in gmtime_r() function
812 pub fn gmtime_r(arg1: *const time_t, arg2: *mut tm) -> *mut tm; in gmtime_r() function
1250 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() function
3767 pub fn gmtime_r(time_p: *const time_t, result: *mut tm) -> *mut tm; in gmtime_r() function