Searched refs:the_time (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysutil.c2647 time_t the_time = 0; local
2650 the_time = time(NULL);
2651 p_tm = localtime(&the_time);
2764 struct tm the_time; local
2766 vsf_sysutil_memclr(&the_time, sizeof(the_time));
2775 the_time.tm_year = vsf_sysutil_atoi(yr) - 1900;
2776 the_time.tm_mon = vsf_sysutil_atoi(mon) - 1;
2777 the_time.tm_mday = vsf_sysutil_atoi(day);
2787 the_time
2795 vsf_sysutil_setmodtime(const char* p_file, long the_time, int is_localtime) argument
[all...]
H A Dsysutil.h335 int vsf_sysutil_setmodtime(const char* p_file, long the_time, int is_localtime);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daha152x.c2603 unsigned int the_time; local
2611 the_time=jiffies + 100*HZ;
2612 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time))
2624 the_time=jiffies + 100*HZ;
2625 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time))
2741 unsigned int the_time; local
2780 the_time=jiffies + 100*HZ;
2781 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time))
H A Di60uscsi.c159 ULONG the_time = jiffies + MS_TO_JIFFIES(amount); local
160 while (time_before_eq(jiffies, the_time))
H A Di91uscsi.c222 unsigned long the_time = jiffies + amount; local
225 while (time_before_eq(jiffies, the_time));
227 while (jiffies < the_time);

Completed in 124 milliseconds