Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Ddate.c28 int mk_date (const char *, struct rtc_time *);
78 if (mk_date(argv[1], &tm) != 0) { in do_date()
157 int mk_date (const char *datestr, struct rtc_time *tmp) in mk_date() function