Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/external/mit/expat/dist/win32/
H A Dbuild_expat_iss.bat41 MD %BINDIR% || EXIT /b 1
44 MD build_shared_char || EXIT /b 1
45 CD build_shared_char || EXIT /b 1
46 …C_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS=OFF .. || EXIT /b 1
47 msbuild /m expat.sln || EXIT /b 1
48 DIR %CONFIGURATION% || EXIT /b 1
49 CD .. || EXIT /b 1
50 COPY build_shared_char\%CONFIGURATION%\libexpat.dll %BINDIR%\ || EXIT /b 1
51 COPY build_shared_char\%CONFIGURATION%\libexpat.lib %BINDIR%\ || EXIT /b 1
54 MD build_static_char || EXIT /b 1
[all …]
/netbsd-src/sys/arch/hppa/hppa/
H A Dcopy.S117 EXIT(name)
125 EXIT(name)
130 EXIT(ufetchstore_fault)
135 EXIT(ufetchstore_efault)
187 EXIT(spstrcpy)
224 EXIT(name)
318 EXIT(hppa_ktext_stw)
339 EXIT(hppa_ktext_stb)
H A Dsupport.S123 EXIT(fdcache)
176 EXIT(pdcache)
229 EXIT(ficache)
245 EXIT(eaio_l2)
277 EXIT(setjmp)
305 EXIT(longjmp)
H A Dtrap.S744 EXIT(os_toc)
855 EXIT(TLABEL(hpmc))
1003 EXIT(TLABEL(emu))
1138 EXIT(hppa_fpu_swapout)
1256 EXIT(TLABEL(tlbd_s))
1286 EXIT(TLABEL(itlb_s))
1314 EXIT(TLABEL(dtlb_s))
1370 EXIT(TLABEL(dtlbna_s))
1414 EXIT(TLABEL(tlbd_l))
1445 EXIT(TLABEL(itlb_l))
[all …]
H A Dlock_stubs.S112 EXIT(mutex_exit)
160 EXIT(mutex_enter)
180 EXIT(_lock_cas)
279 EXIT(_lock_cas)
H A Dlocore.S335 EXIT(start)
415 EXIT(kernel_setup)
536 EXIT(hw_cpu_spinup_trampoline)
659 EXIT(pdc_call)
672 EXIT(splraise)
737 EXIT(spllower)
754 EXIT(hppa_intr_schedule)
771 EXIT(cpu_die)
961 EXIT(cpu_switchto)
1001 EXIT(lwp_trampoline)
/netbsd-src/usr.bin/menuc/
H A Dparse.y55 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
138 opt : NO EXIT { cur_menu->info->mopt |= MC_NOEXITOPT; }
139 | EXIT { cur_menu->info->mopt &= ~MC_NOEXITOPT; }
148 | NO DEFAULT EXIT { cur_menu->info->mopt &= ~MC_DFLTEXIT; }
149 | DEFAULT EXIT { cur_menu->info->mopt |= MC_DFLTEXIT; }
202 | EXIT { cur_optn->doexit = TRUE; }
227 | EXIT action ";" { cur_menu->info->exitact = $2; }
/netbsd-src/sbin/sysctl/
H A Dsysctl.c151 #define EXIT(n) do { \ macro
905 EXIT(EXIT_FAILURE); in parse()
1077 EXIT(EXIT_FAILURE); in parse_create()
1081 EXIT(EXIT_FAILURE); in parse_create()
1089 EXIT(EXIT_FAILURE); in parse_create()
1099 EXIT(EXIT_FAILURE); in parse_create()
1107 EXIT(EXIT_FAILURE); in parse_create()
1131 EXIT(EXIT_FAILURE); in parse_create()
1137 EXIT(EXIT_FAILURE); in parse_create()
1150 EXIT(EXIT_FAILURE); in parse_create()
[all …]
/netbsd-src/lib/libpthread/arch/hppa/
H A Dpthread_md.S42 EXIT(pthread__ras_simple_lock_init)
59 EXIT(pthread__ras_simple_lock_try)
68 EXIT(pthread__ras_simple_unlock)
/netbsd-src/common/lib/libc/arch/hppa/atomic/
H A Datomic_cas_up.S46 EXIT(_atomic_cas_up)
58 EXIT(_atomic_cas_16_up)
70 EXIT(_atomic_cas_8_up)
/netbsd-src/libexec/ld.elf_so/arch/hppa/
H A Drtld_start.S114 EXIT($rtld_start)
142 EXIT(__rtld_setup_hppa_pltgot)
233 EXIT(_rtld_bind_start)
239 EXIT(_rtld_set_dp)
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dpa-nullify.s18 .EXIT
33 .EXIT
57 .EXIT
H A Dpa64-nullify.s22 .EXIT
39 .EXIT
69 .EXIT
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-gssmask.in94 trap "kill ${kdcpid}; echo signal killing kdc; exit 1;" EXIT
113 …{kdcpid} ${n1pid} ${n2pid} ${n3pid} 2> /dev/null; echo signal killing kdc and maskar; exit 1;" EXIT
125 trap "" EXIT
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/java/
H A Dcheck-kinit.in96 trap "kill -9 ${kdcpid}; echo signal killing kdc; exit 1;" EXIT
124 trap "kill -9 ${kdcpid} ${javapid}; echo signal killing kdc java; exit 1;" EXIT
145 trap "" EXIT
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_controller_test.cc77 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F()
101 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::EXIT)), in TEST_F()
138 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F()
162 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT), in TEST_F()
186 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT), in TEST_F()
291 AllOf(FuncId(2), RecordType(llvm::xray::RecordTypes::EXIT)), in TEST_F()
292 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F()
420 FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT))))); in TEST_F()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/ldap/
H A Dcheck-ldap.in92 trap "sh ${srcdir}/slapd-stop ; exit 1;" EXIT
124 trap "kill ${kdcpid}; echo signal killing kdc; sh ${srcdir}/slapd-stop ; exit 1;" EXIT
144 trap "" EXIT
/netbsd-src/crypto/external/bsd/openssl.old/dist/VMS/
H A Dopenssl_ivp.com.in32 $ EXIT %x00018292 ! RMS$_FNF, file not found
45 $ EXIT %x10000001
50 $ EXIT 'save_status'
/netbsd-src/lib/libc/arch/hppa/gen/
H A D__sigsetjmp14.S57 EXIT(__sigsetjmp14)
65 EXIT(__siglongjmp14)
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A De_os.h213 # define EXIT(n) exit(n) macro
283 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) macro
301 # define EXIT(n) exit(n) macro
/netbsd-src/crypto/external/bsd/openssl/dist/VMS/
H A Dopenssl_ivp.com.in32 $ EXIT %x00018292 ! RMS$_FNF, file not found
51 $ EXIT %x10000001
56 $ EXIT 'save_status'
/netbsd-src/games/atc/
H A Dstruct.h57 typedef SCREEN_POS EXIT; typedef
69 EXIT *exit;
/netbsd-src/crypto/external/bsd/openssl/dist/
H A De_os.h160 # define EXIT(n) exit(n) macro
230 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) macro
244 # define EXIT(n) exit(n) macro
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-hdb-mitdb.in91 trap "kill -9 ${kdcpid}; echo signal killing kdc; exit 1;" EXIT
109 trap "" EXIT
H A Dcheck-uu.in92 trap "kill -9 ${kdcpid} ${uuspid}; echo signal killing kdc; exit 1;" EXIT
129 trap "" EXIT

12345678910>>...13