Lines Matching full:exit
110 exit 1136 exit 1142 exit 1227 # Trap to clean up temp files at exit.229 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0230 trap '(exit $?); exit' 1 2 13 15259 (exit 1); exit272 # The final little trick to "correctly" pass the exit status to the exit trap.275 (exit 0); exit