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

  /src/libexec/atrun/
atrun.c 71 static void run_file(const char *, uid_t, gid_t);
147 run_file(const char *filename, uid_t uid, gid_t gid) function in typeref:typename:void
381 * are to be executed, run_file() is called, which forks off a
500 run_file(dirent->d_name, buf.st_uid,
517 run_file(batch_name, batch_uid, batch_gid);
atrun.c 71 static void run_file(const char *, uid_t, gid_t);
147 run_file(const char *filename, uid_t uid, gid_t gid) function in typeref:typename:void
381 * are to be executed, run_file() is called, which forks off a
500 run_file(dirent->d_name, buf.st_uid,
517 run_file(batch_name, batch_uid, batch_gid);

Completed in 21 milliseconds