Searched defs:ctime_r (Results 1 – 3 of 3) sorted by relevance
71 #define ctime_r _incompatible_ctime_r macro261 # define ctime_r tz_ctime_r macro
1557 ctime_r(const time_t *const timep, char *buf) in ctime_r() function
405 pub fn ctime_r(a: *const time_t, b: *mut c_char) -> *mut c_char; in ctime_r() function