| /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() 92 log_it(usernm, pid, "SESSION-CLOSE", in pam_cleanup() 100 log_it(usernm, pid, "CRED-DELETE", in pam_cleanup() 173 log_it(usernm, getpid(), "username ambiguity", u->name); in child_process() 179 log_it("CRON", getpid(), "error", "can't start PAM"); in child_process() 185 log_it("CRON", getpid(), "error", "can't set PAM_TTY"); in child_process() 195 log_it(usernm, getpid(), "USER", "account unavailable"); in child_process() 204 log_it(usernm, getpid(), "CRED", in child_process() 216 log_it(usernm, getpid(), "SESSION", in child_process() 240 log_it("CRON", getpid(), "error", "can't pipe"); 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() 170 log_it("CRON", getpid(), "TABNAME TOO LONG", fname); in load_database() 251 log_it(fname, getpid(), "ORPHAN", "no passwd entry"); in process_crontab() 258 log_it(fname, getpid(), "CAN'T OPEN", tabname); in process_crontab() 263 log_it(fname, getpid(), "FSTAT FAILED", tabname); in process_crontab() 290 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
|