Searched refs:timeVal (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dtime_string.c39 const char *time_string(time_t timeVal) argument
47 str = ctime(&timeVal);
52 if ((timeVal > now) || (timeVal < now - 365 * 24 * 60 * 60L)) {
H A Dlibbb.h93 const char *time_string(time_t timeVal);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dutility.c548 const char *time_string(time_t timeVal) argument
556 str = ctime(&timeVal);
561 if ((timeVal > now) || (timeVal < now - 365 * 24 * 60 * 60L)) {

Completed in 49 milliseconds