Searched refs:xvali_date (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | date.c | 67 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/ |
D | date.c | 70 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/ |
D | xwrap.c | 956 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()
|
D | lib.h | 195 time_t xvali_date(struct tm *tm, char *str);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 188 time_t xvali_date(struct tm *tm, char *str);
|