Home
last modified time | relevance | path

Searched refs:timetostr (Results 1 – 8 of 8) sorted by relevance

/coreutils/src/
Dpinky.c186 return timetostr (utmp_ent->ut_ts.tv_sec, buf); in time_string()
Ddate.c676 quote (timetostr (when.tv_sec, buf))); in show_date()
Dsystem.h718 timetostr (time_t t, char *buf) in timetostr() function
Dwho.c226 return timetostr (utmp_ent->ut_ts.tv_sec, buf); in time_string()
Ddu.c386 char *when_str = timetostr (when.tv_sec, buf); in show_date()
Dstat.c663 sprintf (str, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in human_time()
Dpr.c1678 sprintf (buf, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in init_header()
Dls.c4498 : timetostr (when_timespec.tv_sec, hbuf))); in print_long_format()