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