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

/ast/src/cmd/nmake/
H A Dobject.c1423 load(register Sfio_t* sp, const char* objfile, int source, int ucheck) argument
1519 * check for other users within last ucheck minutes
1522 if (ucheck && st.st_uid != geteuid() && (n = CURSECS - st.st_mtime) < ucheck * 60)

Completed in 95 milliseconds