Home | History | Annotate | Download | only in gtest

Lines Matching full:trap

287 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
1985 # WARNING: Use '\'' to represent an apostrophe within the trap.
1986 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1987 trap 'exit_status=$?
2075 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
15847 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16681 trap 'exit_status=$?
16685 trap 'as_fn_exit 1' 1 2 13 15
17356 trap "$RM \"$cfgfile\"; exit 1" 1 2 15