Searched refs:mailtime (Results 1 – 2 of 2) sorted by relevance
346 time_t mailtime = 0; /* Must not be a register variable */ in exfile() local389 if ((curtime - mailtime) >= mailchk) { in exfile()391 mailtime = curtime; in exfile()
68 static time_t mailtime; variable158 time(&mailtime); in sh_main()521 if ((curtime - mailtime) >= sh_mailchk) in exfile()524 mailtime = curtime; in exfile()658 if(stat(cp,&statb) >= 0 && statb.st_mtime >= mailtime in chkmail()