| /src/external/bsd/tre/dist/tests/agrep/ |
| delimiters.ok | 4 Exit status 0. 8 Exit status 0. 12 Exit status 0. 16 Exit status 0. 20 Exit status 0. 24 Exit status 0. 28 Exit status 0. 32 Exit status 0. 36 Exit status 0. 40 Exit status 0 [all...] |
| exitstatus.ok | 4 Exit status 0. 8 Exit status 0. 12 Exit status 0. 16 Exit status 0. 20 Exit status 0. 24 Exit status 0. 28 Exit status 0. 32 Exit status 0. 36 Exit status 0. 40 Exit status 0 [all...] |
| basic.ok | 4 Exit status 0. 8 Exit status 0. 12 Exit status 0. 16 Exit status 0. 20 Exit status 0. 24 Exit status 0. 28 Exit status 0. 32 Exit status 0. 36 Exit status 0. 40 Exit status 0 [all...] |
| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| exit.c | 1 /* $NetBSD: exit.c,v 1.1.1.1 2018/08/16 18:17:47 jmcneill Exp $ */ 6 Exit( 12 uefi_call_wrapper(BS->Exit, 19 // Uh oh, Exit() returned?!
|
| /src/external/bsd/zstd/dist/tests/gzip/ |
| unpack-invalid.sh | 36 Exit $fail
|
| helin-segv.sh | 31 Exit $fail
|
| memcpy-abuse.sh | 34 Exit $fail
|
| znew-k.sh | 25 exit 1 40 Exit $fail
|
| hufts.sh | 34 Exit $fail
|
| list.sh | 31 Exit $fail
|
| stdin.sh | 31 Exit $fail
|
| trailing-nul.sh | 37 Exit $fail
|
| z-suffix.sh | 30 Exit $fail
|
| zgrep-context.sh | 28 *) echo you lose 1>&2; exit 1;; 40 exit 77 47 Exit $fail
|
| zgrep-signal.sh | 64 Exit $fail
|
| /src/sys/external/bsd/gnu-efi/dist/apps/ |
| exit.c | 1 /* $NetBSD: exit.c,v 1.1.1.1 2018/08/16 18:17:47 jmcneill Exp $ */ 11 Exit(EFI_SUCCESS, 0, NULL);
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/ |
| conftest.go | 12 os.Exit(0) 15 os.Exit(1)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ExitCodes.h | 1 //===-- llvm/Support/ExitCodes.h - Exit codes for exit() -------*- C++ -*-===// 10 /// This file contains definitions of exit codes for exit() function. They are 27 // not clash with more standard exit codes like 1. 30 #error Exit code EX_IOERR not available
|
| /src/external/gpl2/groff/dist/contrib/gdiffmk/ |
| gdiffmk.sh | 58 --version Print version information on the standard output and exit. 61 exit 255 65 function Exit { 73 exit ${exitcode} 79 # If not found or not readable, print message and exit with EXIT_CODE. 89 Exit $1 "File \`$2' not found." 93 Exit $1 "File \`$2' not readable." 101 # If unable to create or write, print message and exit with EXIT_CODE. 113 Exit $1 "File \`$2' not created; " \ 116 Exit $1 "File \`$2' not writeable. [all...] |
| /src/usr.sbin/rbootd/ |
| rbootd.c | 153 Exit(0); 160 (void) signal(SIGINT, Exit); 161 (void) signal(SIGTERM, Exit); 168 Exit(0); 178 Exit(0); 186 Exit(0); 188 Exit(0); 192 * If an error is encountered, a message is displayed and Exit() 214 Exit(0); 321 ** Exit -- Log an error message and exit [all...] |
| bpf.c | 100 Exit(0); 114 Exit(0); 122 Exit(0); 127 Exit(0); 136 Exit(0); 143 * packets so just exit here. 153 Exit(0); 161 Exit(0); 169 Exit(0); 195 Exit(0) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| MatrixUtils.cpp | 23 BasicBlock *TileInfo::CreateLoop(BasicBlock *Preheader, BasicBlock *Exit, 29 Preheader->getContext(), Name + ".header", Preheader->getParent(), Exit); 31 Header->getParent(), Exit); 33 Header->getParent(), Exit); 45 BranchInst::Create(Header, Exit, Cond, Latch); 56 {DominatorTree::Insert, Latch, Exit},
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| VPlanVerifier.cpp | 97 const VPBlockBase *Exit = Region->getExit(); 99 // Entry and Exit shouldn't have any predecessor/successor, respectively. 101 assert(!Exit->getNumSuccessors() && "Region exit has successors."); 103 (void)Exit;
|
| /src/sys/external/bsd/acpica/dist/common/ |
| acfileio.c | 145 goto Exit; 157 goto Exit; 168 goto Exit; 188 goto Exit; 192 goto Exit; 209 goto Exit; 246 Exit: 433 goto Exit; 437 Exit:
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineLoopUtils.cpp | 35 MachineBasicBlock *Exit = *Loop->succ_begin(); 36 if (Exit == Loop) 37 Exit = *std::next(Loop->succ_begin()); 115 Loop->replaceSuccessor(Exit, NewBB); 116 Exit->replacePhiUsesWith(Loop, NewBB); 117 NewBB->addSuccessor(Exit); 125 TII->insertBranch(*Loop, TBB == Exit ? NewBB : TBB, 126 FBB == Exit ? NewBB : FBB, Cond, DL); 128 TII->insertBranch(*NewBB, Exit, nullptr, {}, DL);
|