Searched defs:asctime_r (Results 1 – 3 of 3) sorted by relevance
72 asctime_r(register const struct tm *timeptr, char *buf) in asctime_r() function
70 #define asctime_r _incompatible_asctime_r macro
404 pub fn asctime_r(a: *const tm, b: *mut c_char) -> *mut c_char; in asctime_r() function