Home
last modified time | relevance | path

Searched refs:puts_time (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
Ddate.c85 static void puts_time(char *fmt, struct tm *tm) in puts_time() function
162 puts_time(format_string, localtime(&t)); in date_main()
/third_party/toybox/toys/posix/
Ddate.c88 static void puts_time(char *fmt, struct tm *tm) in puts_time() function
165 puts_time(format_string, localtime(&t)); in date_main()