Searched refs:RealUser (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/cron/crontab/ |
| H A D | crontab.c | 47 static char User[MAXLOGNAME], RealUser[MAXLOGNAME]; variable 90 log_it(RealUser, Pid, "AUTH", "crontab command not allowed"); in main() 127 strcpy(RealUser, User); in parse_args() 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/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 922 auto *RealUser = cast<Instruction>(*Inst->user_begin()); in identifyDotProduct() local 1008 if (Phi->getType() != VTy && RealUser->getType() != VTy) in identifyDotProduct() 1026 CN->addOperand(identifyNode(Phi, RealUser)); in identifyDotProduct()
|