Searched refs:Exit (Results 1 - 25 of 165) sorted by relevance

1234567

/netbsd-current/external/bsd/tre/dist/tests/agrep/
H A Ddelimiters.ok4 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 statu
[all...]
H A Dexitstatus.ok4 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 statu
[all...]
H A Dbasic.ok4 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 statu
[all...]
H A Drecords.ok9 Exit status 0.
18 Exit status 0.
22 Exit status 0.
26 Exit status 0.
35 Exit status 0.
44 Exit status 0.
48 Exit status 0.
52 Exit status 0.
61 Exit status 0.
70 Exit statu
[all...]
H A Drun-tests.sh55 Exit status $status.
71 Exit status $status.
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dexit.c6 Exit( function
12 uefi_call_wrapper(BS->Exit,
19 // Uh oh, Exit() returned?!
/netbsd-current/sys/external/bsd/gnu-efi/dist/apps/
H A Dexit.c11 Exit(EFI_SUCCESS, 0, NULL);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DExitCodes.h1 //===-- llvm/Support/ExitCodes.h - Exit codes for exit() -------*- C++ -*-===//
30 #error Exit code EX_IOERR not available
/netbsd-current/external/gpl2/groff/dist/contrib/gdiffmk/
H A Dgdiffmk.sh65 function Exit { function
89 Exit $1 "File \`$2' not found."
93 Exit $1 "File \`$2' not readable."
113 Exit $1 "File \`$2' not created; " \
116 Exit $1 "File \`$2' not writeable."
129 Exit 3 \
153 Exit 255 "Option \`$1' requires a value."
/netbsd-current/usr.sbin/rbootd/
H A Drbootd.c153 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
333 Exit(int sig) function
[all...]
H A Dbpf.c100 Exit(0);
114 Exit(0);
122 Exit(0);
127 Exit(0);
136 Exit(0);
153 Exit(0);
161 Exit(0);
169 Exit(0);
195 Exit(0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp23 BasicBlock *TileInfo::CreateLoop(BasicBlock *Preheader, BasicBlock *Exit, argument
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},
H A DLoopRotationUtils.cpp227 BasicBlock *Exit = BI->getSuccessor(1);
228 if (L->contains(Exit))
229 Exit = BI->getSuccessor(0);
232 if (!Exit->getPostdominatingDeoptimizeCall())
362 BasicBlock *Exit = BI->getSuccessor(0);
364 if (L->contains(Exit))
365 std::swap(Exit, NewHeader);
367 assert(L->contains(NewHeader) && !L->contains(Exit) &&
581 // The OrigPreheader branches to the NewHeader and Exit now. Then, inform
584 Updates.push_back({DominatorTree::Insert, OrigPreheader, Exit});
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp97 const VPBlockBase *Exit = Region->getExit(); local
99 // Entry and Exit shouldn't have any predecessor/successor, respectively.
101 assert(!Exit->getNumSuccessors() && "Region exit has successors.");
103 (void)Exit;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp35 MachineBasicBlock *Exit = *Loop->succ_begin(); local
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);
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Dacfileio.c145 goto Exit;
157 goto Exit;
168 goto Exit;
188 goto Exit;
192 goto Exit;
209 goto Exit;
246 Exit:
433 goto Exit;
437 Exit:
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutownerid.c148 goto Exit;
169 Exit:
/netbsd-current/sys/external/bsd/acpica/dist/executer/
H A Dexresolv.c419 goto Exit;
464 goto Exit;
482 goto Exit;
498 goto Exit;
505 goto Exit;
533 goto Exit;
543 goto Exit;
561 Exit:
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp62 auto Exit = Filler.addBasicBlock(); variable
86 Loop.MBB->addSuccessor(Exit.MBB, BranchProbability::getZero());
87 Exit.addReturn();
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbtest.c442 /* Exit on error, but don't abort the namespace walk */
514 goto Exit;
522 goto Exit;
538 goto Exit;
546 goto Exit;
556 Exit:
615 goto Exit;
649 goto Exit;
657 goto Exit;
673 goto Exit;
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnspredef.c166 goto Exit;
176 goto Exit;
194 goto Exit;
209 Exit:
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasconvrt.c521 goto Exit;
553 Exit:
1707 goto Exit;
1715 goto Exit;
1723 goto Exit;
1747 goto Exit;
1762 Exit:
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddttemplate.c152 goto Exit;
173 goto Exit;
177 goto Exit;
185 goto Exit;
199 goto Exit;
206 Exit:
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dpicohttpparser.c614 goto Exit;
618 goto Exit;
624 goto Exit;
638 goto Exit;
662 goto Exit;
676 goto Exit;
682 goto Exit;
690 goto Exit;
701 goto Exit;
715 Exit
[all...]
/netbsd-current/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c56 void Exit (int);
172 Exit(2);
189 Exit(1);
194 Exit(1);
200 Exit(1);
482 Exit(2);
486 Exit(status) function
493 } /* Exit */

Completed in 312 milliseconds

1234567