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

/darwin-on-arm/xnu/bsd/kern/
H A Dmakesyscalls.sh58 audittempfile="audittempfile.$$"
60 trap "rm $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile" 0
62 touch $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile
134 audittempfile = \"$audittempfile\"
293 printf "#include <sys/param.h>\n" > audittempfile
294 printf "#include <sys/types.h>\n\n" > audittempfile
295 printf "#include <bsm/audit.h>\n" > audittempfile
296 printf "#include <bsm/audit_kevents.h>\n\n" > audittempfile
[all...]

Completed in 12 milliseconds