HomeSort by: relevance | last modified time | path
    Searched defs:run_time (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/atrun/
atrun.c 393 time_t now, run_time; local in function:main
486 run_time = (time_t) ctm * 60;
488 if ((S_IXUSR & buf.st_mode) && (run_time <= now)) {
505 if ((run_time < now) && !(S_IXUSR & buf.st_mode) &&
atrun.c 393 time_t now, run_time; local in function:main
486 run_time = (time_t) ctm * 60;
488 if ((S_IXUSR & buf.st_mode) && (run_time <= now)) {
505 if ((run_time < now) && !(S_IXUSR & buf.st_mode) &&
atrun.c 393 time_t now, run_time; local in function:main
486 run_time = (time_t) ctm * 60;
488 if ((S_IXUSR & buf.st_mode) && (run_time <= now)) {
505 if ((run_time < now) && !(S_IXUSR & buf.st_mode) &&

Completed in 34 milliseconds