Home
last modified time | relevance | path

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

/external/toybox/toys/net/
Dsntp.c216 format_iso_time(toybuf, sizeof(toybuf)-1, &tv2); in sntp_main()
/external/toybox/toys/other/
Dstat.c70 strout(format_iso_time(toybuf+128, sizeof(toybuf)-128, ts)); in date_stat_format()
/external/toybox/lib/
Dlib.h266 char *format_iso_time(char *buf, size_t len, struct timespec *ts);
Dlib.c1424 char *format_iso_time(char *buf, size_t len, struct timespec *ts) in format_iso_time() function
/external/toybox/toys/pending/
Ddiff.c527 format_iso_time(date, sizeof(date), &sb->st_mtim)); in show_label()