Searched refs:format_iso_time (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/net/ |
D | sntp.c | 222 format_iso_time(toybuf, sizeof(toybuf)-1, &tv2); in sntp_main()
|
/external/toybox/toys/other/ |
D | stat.c | 71 strout(format_iso_time(toybuf+128, sizeof(toybuf)-128, ts)); in date_stat_format()
|
/external/toybox/lib/ |
D | lib.h | 274 char *format_iso_time(char *buf, size_t len, struct timespec *ts);
|
D | lib.c | 1419 char *format_iso_time(char *buf, size_t len, struct timespec *ts) in format_iso_time() function
|
/external/toybox/toys/pending/ |
D | diff.c | 583 format_iso_time(date, sizeof(date), &sb->st_mtim)); in show_label()
|