Searched refs:time64_str (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | vsprintf.c | 1964 char *time64_str(char *buf, char *end, const time64_t time, in time64_str() function 2000 buf = time64_str(buf, end, ts->tv_sec, spec, fmt); in timespec64_str() 2021 return time64_str(buf, end, *(const time64_t *)ptr, spec, fmt); in time_and_date()
|