Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dtouch.c154 t = validate_tm_time(date_str, &tm_time); in touch_main()
Ddate.c287 ts.tv_sec = validate_tm_time(date_str, &tm_time); in date_main()
/busybox-1.35.0/libbb/
Dtime.c268 time_t FAST_FUNC validate_tm_time(const char *date_str, struct tm *ptm) in validate_tm_time() function
/busybox-1.35.0/include/
Dlibbb.h711 time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC;