Home | History | Annotate | Download | only in bio

Lines Matching refs:timenow

273 		struct timeval timenow, timeleft;
298 get_current_time(&timenow);
302 timeleft.tv_sec -= timenow.tv_sec;
303 timeleft.tv_usec -= timenow.tv_usec;