Home
last modified time | relevance | path

Searched refs:format_iso_time (Results 1 – 6 of 6) sorted by relevance

/third_party/toybox/toys/net/
Dsntp.c216 format_iso_time(toybuf, sizeof(toybuf)-1, &tv2); in sntp_main()
/third_party/toybox/toys/other/
Dstat.c71 strout(format_iso_time(toybuf+128, sizeof(toybuf)-128, ts)); in date_stat_format()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h272 char *format_iso_time(char *buf, size_t len, struct timespec *ts);
/third_party/toybox/lib/
Dlib.h280 char *format_iso_time(char *buf, size_t len, struct timespec *ts);
Dlib.c1384 char *format_iso_time(char *buf, size_t len, struct timespec *ts) in format_iso_time() function
/third_party/toybox/toys/pending/
Ddiff.c583 format_iso_time(date, sizeof(date), &sb->st_mtim)); in show_label()