Home | History | Annotate | Download | only in bio

Lines Matching refs:timenow

263 		struct timeval timenow, timeleft;
283 get_current_time(&timenow);
287 timeleft.tv_sec -= timenow.tv_sec;
288 timeleft.tv_usec -= timenow.tv_usec;