Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Ddate.c70 if (!(str = strchr(new_tz, '"'))) xvali_date(0, s); in parse_date()
133 t = (s && *s) ? xvali_date(&tm, s) : xvali_date(0, TT.d); in date_main()
/external/toybox/lib/
Dxwrap.c950 time_t xvali_date(struct tm *tm, char *str) in xvali_date() function
992 xvali_date(0, str); in xparsedate()
1031 *t = xvali_date((i!=ARRAY_LEN(formats)) ? &tm : 0, str); in xparsedate()
Dlib.h184 time_t xvali_date(struct tm *tm, char *str);