Searched refs:EXIT (Results 1 - 25 of 109) sorted by relevance

12345

/openbsd-current/games/atc/
H A Dstruct.h58 typedef SCREEN_POS EXIT; typedef
70 EXIT *exit;
/openbsd-current/distrib/syspatch/
H A Ddiff.sh28 trap 'rm -f ${plist}' EXIT
51 trap 'rm -f ${_onm} ${_nnm}' EXIT
/openbsd-current/lib/libc/arch/hppa/sys/
H A Dtfork_thread.S53 EXIT(__tfork_thread)
H A Dsbrk.S66 EXIT(sbrk)
H A Dbrk.S67 EXIT(brk)
/openbsd-current/regress/sys/uvm/vnode/
H A DMakefile16 f=`mktemp`; trap 'rm $$f' EXIT; ./${PROG} -f $$f $t
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.h20 # define EXIT 264 macro
/openbsd-current/gnu/llvm/llvm/include/llvm/XRay/
H A DXRayRecord.h59 EXIT, member in class:llvm::xray::RecordTypes
H A DInstrumentationMap.h40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; member in class:llvm::xray::SledEntry::FunctionKinds
109 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT);
/openbsd-current/distrib/sets/
H A Dmakeetcset37 trap 'cleanup' EXIT
H A Dcheckflist34 trap '[ -f "$TMP1" ] && rm -f $TMP1' EXIT
/openbsd-current/regress/usr.bin/ftp/
H A Ddasho.sh8 trap 'rm -rf "$tmpdir"' EXIT
/openbsd-current/gnu/llvm/compiler-rt/include/xray/
H A Dxray_interface.h25 EXIT = 1, enumerator in enum:XRayEntryType
/openbsd-current/libexec/ld.so/hppa/
H A DSYS.h57 EXIT(__CONCAT(_dl_,x))
H A Dldasm.S83 EXIT(_dl_start)
94 EXIT(_hppa_dl_set_dp)
138 EXIT(_dl_bind_start)
/openbsd-current/libexec/reorder_kernel/
H A Dreorder_kernel.sh35 trap 'trap - EXIT; logger -st $PROGNAME "$ERRMSG" >/dev/console 2>&1' ERR
36 trap 'logger -t $PROGNAME "kernel relinking done"' EXIT
/openbsd-current/lib/libc/arch/hppa/
H A DSYS.h44 #define EXIT_STRONG(x) EXIT(x) !\
59 EXIT(__CONCAT(_thread_sys_,x)) !\
H A DDEFS.h30 #define END(x) EXIT(x)
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dmrt.sh29 trap 'error_notify $?' EXIT
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/scripts/
H A Dcheck_custom_wrappers.sh21 trap on_exit EXIT
/openbsd-current/regress/sys/kern/noexec/
H A Dtestfly.S76 EXIT(testfly)
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfdr_controller_test.cpp76 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT)))));
100 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::EXIT)),
137 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT)))));
161 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT),
185 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT),
290 AllOf(FuncId(2), RecordType(llvm::xray::RecordTypes::EXIT)),
291 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT)))));
419 FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT)))));
H A Dtest_helpers.cpp26 case RecordTypes::EXIT:
27 return "llvm::xray::RecordTypes::EXIT";
/openbsd-current/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(
[all...]
/openbsd-current/gnu/llvm/lldb/scripts/
H A Dmacos-setup-codesign.sh15 trap cleanup EXIT

Completed in 167 milliseconds

12345