Searched refs:timetostr (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | pinky.c | 186 return timetostr (utmp_ent->ut_ts.tv_sec, buf); in time_string()
|
D | date.c | 676 quote (timetostr (when.tv_sec, buf))); in show_date()
|
D | system.h | 718 timetostr (time_t t, char *buf) in timetostr() function
|
D | who.c | 226 return timetostr (utmp_ent->ut_ts.tv_sec, buf); in time_string()
|
D | du.c | 386 char *when_str = timetostr (when.tv_sec, buf); in show_date()
|
D | stat.c | 663 sprintf (str, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in human_time()
|
D | pr.c | 1678 sprintf (buf, "%s.%09d", timetostr (t.tv_sec, secbuf), ns); in init_header()
|
D | ls.c | 4498 : timetostr (when_timespec.tv_sec, hbuf))); in print_long_format()
|