/freebsd/tools/tools/sysbuild/ |
H A D | sysbuild.sh | 166 log_it() ( function 260 log_it "Very Special: $t ($pn)" 270 log_it "Already installed: $t ($pn)" 276 log_it "Install $t ($pn)" 288 log_it "NB: MISSING for $p:" $miss 291 log_it "build $pn ($p)" 301 log_it FAIL build $p 448 log_it Unmount everything 460 log_it Prepare running image 476 log_it TARGET_PART $TARGET_PART [all …]
|
/freebsd/usr.sbin/cron/cron/ |
H A D | do_command.c | 55 log_it("CRON", getpid(), "error", "can't fork"); in do_command() 130 log_it(usernm, getpid(), "username ambiguity", u->name); in child_process() 136 log_it("CRON", getpid(), "error", "can't start PAM"); in child_process() 143 log_it(usernm, getpid(), "USER", "account unavailable"); in child_process() 161 log_it("CRON", getpid(), "error", "can't pipe"); in child_process() 207 log_it("CRON", getpid(), "error", "can't fork"); in child_process() 229 log_it(usernm, getpid(), "CMD", x); in child_process() 298 log_it(usernm, getpid(), in child_process() 303 log_it(usernm, getpid(), in child_process() 308 log_it(usernm, getpid(), in child_process() [all …]
|
H A D | database.c | 63 log_it("CRON", getpid(), "STAT FAILED", SPOOL_DIR); in load_database() 126 log_it("CRON", getpid(), "OPENDIR FAILED", in load_database() 150 log_it("CRON", getpid(), "OPENDIR FAILED", SPOOL_DIR); in load_database() 249 log_it(fname, getpid(), "ORPHAN", "no passwd entry"); in process_crontab() 256 log_it(fname, getpid(), "CAN'T OPEN", tabname); in process_crontab() 261 log_it(fname, getpid(), "FSTAT FAILED", tabname); in process_crontab() 288 log_it(fname, getpid(), "RELOAD", tabname); in process_crontab()
|
H A D | funcs.h | 41 log_it(const char *, int, const char *, const char *),
|
H A D | cron.c | 89 log_it("CRON", getpid(), "DEATH", buf); in open_pidfile() 130 log_it("CRON",getpid(),"DEATH","can't become daemon"); 136 log_it("CRON", getpid(), "WARNING", "madvise() failed");
|
H A D | user.c | 46 log_it(User_name, getpid(), "PARSE", msg); in log_error()
|
/freebsd/usr.sbin/cron/crontab/ |
H A D | crontab.c | 90 log_it(RealUser, Pid, "AUTH", "crontab command not allowed"); in main() 254 log_it(RealUser, Pid, "LIST", User); in list_cmd() 284 log_it(RealUser, Pid, "DELETE", User); in delete_cmd() 317 log_it(RealUser, Pid, "BEGIN EDIT", User); 482 log_it(RealUser, Pid, "END EDIT", User); 609 log_it(RealUser, Pid, "REPLACE", User);
|
/freebsd/usr.sbin/cron/lib/ |
H A D | misc.c | 372 log_it(const char *username, int xpid, const char *event, const char *detail) in log_it() function
|
/freebsd/usr.sbin/cron/doc/ |
H A D | CHANGES | 102 Several folks pointed out that log_it() needed to exist even if logging was
|