| /openbsd-src/regress/bin/ksh/ |
| H A D | trap.t | 58 name: failed-ERR-runs-EXIT 63 Check that EXIT runs under errexit even if ERR failed. 67 trap 'echo EXIT' EXIT 71 EXIT 76 name: errexit-aborts-EXIT 80 Check that errexit makes EXIT exit early. 84 trap 'false ; echo EXIT' EXIT 91 name: EXIT-triggers-ERR 95 Check that ERR runs under errexit if EXIT failed. 99 trap 'echo EXIT ; false' EXIT [all …]
|
| /openbsd-src/sys/arch/hppa/hppa/ |
| H A D | locore.S | 172 EXIT($kernel_setup) 292 EXIT(pdc_call) 821 EXIT(TLABEL(excpt)) 987 EXIT(TLABEL(emu)) 1064 EXIT($tlbd_s) 1080 EXIT($itlb_s) 1094 EXIT($dtlb_s) 1132 EXIT($dtlbna_s) 1188 EXIT($tlbd_l) 1205 EXIT($itlb_l) [all …]
|
| /openbsd-src/distrib/syspatch/ |
| H A D | diff.sh | 28 trap 'rm -f ${plist}' EXIT 51 trap 'rm -f ${_onm} ${_nnm}' EXIT
|
| /openbsd-src/games/atc/ |
| H A D | struct.h | 58 typedef SCREEN_POS EXIT; typedef 70 EXIT *exit;
|
| /openbsd-src/libexec/ld.so/hppa/ |
| H A D | ldasm.S | 83 EXIT(_dl_start) 94 EXIT(_hppa_dl_set_dp) 138 EXIT(_dl_bind_start)
|
| H A D | SYS.h | 57 EXIT(__CONCAT(_dl_,x))
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| H A D | fdr_controller_test.cpp | 76 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F() 100 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::EXIT)), in TEST_F() 137 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F() 161 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT), in TEST_F() 185 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT), in TEST_F() 290 AllOf(FuncId(2), RecordType(llvm::xray::RecordTypes::EXIT)), in TEST_F() 291 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F() 419 FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F()
|
| /openbsd-src/lib/libc/arch/hppa/ |
| H A D | SYS.h | 44 #define EXIT_STRONG(x) EXIT(x) !\ 59 EXIT(__CONCAT(_thread_sys_,x)) !\
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
| H A D | InstrumentationMap.h | 40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; enumerator 109 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT);
|
| H A D | XRayRecord.h | 59 EXIT, enumerator
|
| /openbsd-src/usr.bin/awk/ |
| H A D | awkgram.y | 56 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 84 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC 327 | EXIT pattern st { $$ = stat1(EXIT, $2); } 328 | EXIT st { $$ = stat1(EXIT, NIL); }
|
| /openbsd-src/regress/sys/uvm/vnode/ |
| H A D | Makefile | 16 f=`mktemp`; trap 'rm $$f' EXIT; ./${PROG} -f $$f $t
|
| /openbsd-src/lib/libc/arch/hppa/sys/ |
| H A D | tfork_thread.S | 53 EXIT(__tfork_thread)
|
| H A D | sbrk.S | 66 EXIT(sbrk)
|
| /openbsd-src/distrib/sets/ |
| H A D | makeetcset | 37 trap 'cleanup' EXIT
|
| H A D | checkflist | 34 trap '[ -f "$TMP1" ] && rm -f $TMP1' EXIT
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | nlmheader.h | 20 # define EXIT 264 macro
|
| /openbsd-src/regress/usr.bin/ftp/ |
| H A D | dasho.sh | 8 trap 'rm -rf "$tmpdir"' EXIT
|
| /openbsd-src/gnu/llvm/compiler-rt/include/xray/ |
| H A D | xray_interface.h | 25 EXIT = 1, enumerator
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Ex/ |
| H A D | args.out_markdown | 7 # EXIT STATUS
|
| H A D | nostd.out_markdown | 7 # EXIT STATUS
|
| H A D | noname.out_markdown | 7 # EXIT STATUS
|
| /openbsd-src/libexec/reorder_kernel/ |
| H A D | reorder_kernel.sh | 36 trap 'logger -t $PROGNAME "kernel relinking done"' EXIT
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-stress.rst | 32 EXIT STATUS
|
| /openbsd-src/lib/libc/arch/hppa/gen/ |
| H A D | setjmp.S | 115 EXIT(sigsetjmp) 183 EXIT(siglongjmp)
|