Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
Ddate.c67 if (!(str = strchr(new_tz, '"'))) xvali_date(0, s); in parse_date()
130 t = (s && *s) ? xvali_date(&tm, s) : xvali_date(0, TT.d); in date_main()
/third_party/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()
/third_party/toybox/lib/
Dxwrap.c956 time_t xvali_date(struct tm *tm, char *str) in xvali_date() function
998 xvali_date(0, str); in xparsedate()
1037 *t = xvali_date((i!=ARRAY_LEN(formats)) ? &tm : 0, str); in xparsedate()
Dlib.h195 time_t xvali_date(struct tm *tm, char *str);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h188 time_t xvali_date(struct tm *tm, char *str);