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

/ast/src/cmd/nmake/
H A Dtrap.c124 now = CURSECS;
166 now = CURSECS;
298 t = CURSECS;
H A Darchive.c85 ent->mtime = CURSECS;
H A Dstate.c517 d = state.regress ? 0 : (CURSECS - tmxsec(date));
1075 if (((n = (tmxsec(r->time) - (unsigned long)st.st_mtime - 1)) >= 0 || (n = (CURSECS - (unsigned long)st.st_mtime + 2)) <= 0) && (lstat(r->name, &ln) || !S_ISLNK(ln.st_mode)))
1099 t = tmxsns(CURSECS + tmxsec(localskew), 0);
H A Dmake.h164 #define CURSECS ((Seconds_t)time(NiL)) /* seconds resolution time */ macro
H A Dobject.c1522 if (ucheck && st.st_uid != geteuid() && (n = CURSECS - st.st_mtime) < ucheck * 60)

Completed in 26 milliseconds