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

/freebsd-13-stable/usr.sbin/cron/crontab/
H A Dcrontab.c61 static char User[MAXLOGNAME], RealUser[MAXLOGNAME]; variable
108 log_it(RealUser, Pid, "AUTH", "crontab command not allowed");
143 strcpy(RealUser, User);
268 log_it(RealUser, Pid, "LIST", User);
298 log_it(RealUser, Pid, "DELETE", User);
332 log_it(RealUser, Pid, "BEGIN EDIT", User);
496 log_it(RealUser, Pid, "END EDIT", User);
614 log_it(RealUser, Pid, "REPLACE", User);

Completed in 29 milliseconds