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

/darwin-on-arm/xnu/bsd/kern/
H A Dmakesyscalls.sh57 syshdrtempfile="syshdrtempfile.$$"
60 trap "rm $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile" 0
62 touch $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile
133 syshdrtempfile = \"$syshdrtempfile\"
179 printf "#ifndef %s\n", syscall_h > syshdrtempfile
180 printf "#define\t%s\n\n", syscall_h > syshdrtempfile
181 printf "#include <sys/appleapiopts.h>\n" > syshdrtempfile
182 printf "#ifdef __APPLE_API_PRIVATE\n" > syshdrtempfile
[all...]

Completed in 16 milliseconds