Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dlrz.c163 time_t stop_time; variable
644 stop_time=mktime(tm); in zmodem_rx()
645 if (stop_time<t) in zmodem_rx()
646 stop_time+=86400L; /* one day more */ in zmodem_rx()
647 if (stop_time - t <10) in zmodem_rx()
651 stop_time = tmp + time(0); in zmodem_rx()
2396 if ((Verbose>1 || min_bps || stop_time) in rzfile()
2431 if (stop_time && now>=stop_time) { in rzfile()