Home
last modified time | relevance | path

Searched refs:EXIT (Results 1 – 25 of 191) sorted by relevance

12345678

/openbsd-src/regress/bin/ksh/
H A Dtrap.t58 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 Dlocore.S172 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 Ddiff.sh28 trap 'rm -f ${plist}' EXIT
51 trap 'rm -f ${_onm} ${_nnm}' EXIT
/openbsd-src/games/atc/
H A Dstruct.h58 typedef SCREEN_POS EXIT; typedef
70 EXIT *exit;
/openbsd-src/libexec/ld.so/hppa/
H A Dldasm.S83 EXIT(_dl_start)
94 EXIT(_hppa_dl_set_dp)
138 EXIT(_dl_bind_start)
H A DSYS.h57 EXIT(__CONCAT(_dl_,x))
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfdr_controller_test.cpp76 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 DSYS.h44 #define EXIT_STRONG(x) EXIT(x) !\
59 EXIT(__CONCAT(_thread_sys_,x)) !\
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DInstrumentationMap.h40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; enumerator
109 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT);
H A DXRayRecord.h59 EXIT, enumerator
/openbsd-src/usr.bin/awk/
H A Dawkgram.y56 %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 DMakefile16 f=`mktemp`; trap 'rm $$f' EXIT; ./${PROG} -f $$f $t
/openbsd-src/lib/libc/arch/hppa/sys/
H A Dtfork_thread.S53 EXIT(__tfork_thread)
H A Dsbrk.S66 EXIT(sbrk)
/openbsd-src/distrib/sets/
H A Dmakeetcset37 trap 'cleanup' EXIT
H A Dcheckflist34 trap '[ -f "$TMP1" ] && rm -f $TMP1' EXIT
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.h20 # define EXIT 264 macro
/openbsd-src/regress/usr.bin/ftp/
H A Ddasho.sh8 trap 'rm -rf "$tmpdir"' EXIT
/openbsd-src/gnu/llvm/compiler-rt/include/xray/
H A Dxray_interface.h25 EXIT = 1, enumerator
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ex/
H A Dargs.out_markdown7 # EXIT STATUS
H A Dnostd.out_markdown7 # EXIT STATUS
H A Dnoname.out_markdown7 # EXIT STATUS
/openbsd-src/libexec/reorder_kernel/
H A Dreorder_kernel.sh36 trap 'logger -t $PROGNAME "kernel relinking done"' EXIT
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-stress.rst32 EXIT STATUS
/openbsd-src/lib/libc/arch/hppa/gen/
H A Dsetjmp.S115 EXIT(sigsetjmp)
183 EXIT(siglongjmp)

12345678