Home | History | Annotate | Download | only in strace

Lines Matching full:exit

110 	exit 1
136 exit 1
142 exit 1
227 # Trap to clean up temp files at exit.
229 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
230 trap '(exit $?); exit' 1 2 13 15
259 (exit 1); exit
272 # The final little trick to "correctly" pass the exit status to the exit trap.
275 (exit 0); exit