Searched refs:now1 (Results 1 – 2 of 2) sorted by relevance
816 struct timeval now1, now2; in tftp_recvfile() local819 gettimeofday(&now1, NULL); in tftp_recvfile()832 if (now1.tv_usec > now2.tv_usec) { in tftp_recvfile()837 f = now2.tv_sec - now1.tv_sec + in tftp_recvfile()838 (now2.tv_usec - now1.tv_usec) / 100000.0; in tftp_recvfile()
276 time_t now, now1; in runconfig() local377 now1 = time(NULL); in runconfig()