Home
last modified time | relevance | path

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

/freebsd-13.1/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"); in main()
143 strcpy(RealUser, User);
268 log_it(RealUser, Pid, "LIST", User); in list_cmd()
298 log_it(RealUser, Pid, "DELETE", User); in delete_cmd()
332 log_it(RealUser, Pid, "BEGIN EDIT", User);
496 log_it(RealUser, Pid, "END EDIT", User);
614 log_it(RealUser, Pid, "REPLACE", User);