Home
last modified time | relevance | path

Searched refs:Exit (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/netbsd-src/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 status 0.
[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 status 0.
[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 status 0.
[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 status 0.
[all …]
/netbsd-src/usr.sbin/rbootd/
H A Drbootd.c153 Exit(0); in main()
160 (void) signal(SIGINT, Exit); in main()
161 (void) signal(SIGTERM, Exit); in main()
168 Exit(0); in main()
178 Exit(0); in main()
186 Exit(0); in main()
188 Exit(0); in main()
214 Exit(0); in main()
333 Exit(int sig) in Exit() function
368 Exit(0); in ReConfig()
[all …]
H A Dbpf.c100 Exit(0); in BpfOpen()
114 Exit(0); in BpfOpen()
122 Exit(0); in BpfOpen()
127 Exit(0); in BpfOpen()
136 Exit(0); in BpfOpen()
153 Exit(0); in BpfOpen()
161 Exit(0); in BpfOpen()
169 Exit(0); in BpfOpen()
195 Exit(0); in BpfOpen()
/netbsd-src/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-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp35 MachineBasicBlock *Exit = *Loop->succ_begin(); in PeelSingleBlockLoop() local
36 if (Exit == Loop) in PeelSingleBlockLoop()
37 Exit = *std::next(Loop->succ_begin()); in PeelSingleBlockLoop()
115 Loop->replaceSuccessor(Exit, NewBB); in PeelSingleBlockLoop()
116 Exit->replacePhiUsesWith(Loop, NewBB); in PeelSingleBlockLoop()
117 NewBB->addSuccessor(Exit); in PeelSingleBlockLoop()
125 TII->insertBranch(*Loop, TBB == Exit ? NewBB : TBB, in PeelSingleBlockLoop()
126 FBB == Exit ? NewBB : FBB, Cond, DL); in PeelSingleBlockLoop()
128 TII->insertBranch(*NewBB, Exit, nullptr, {}, DL); in PeelSingleBlockLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp227 BasicBlock *Exit = BI->getSuccessor(1); in canRotateDeoptimizingLatchExit() local
228 if (L->contains(Exit)) in canRotateDeoptimizingLatchExit()
229 Exit = BI->getSuccessor(0); in canRotateDeoptimizingLatchExit()
232 if (!Exit->getPostdominatingDeoptimizeCall()) in canRotateDeoptimizingLatchExit()
362 BasicBlock *Exit = BI->getSuccessor(0); in rotateLoop() local
364 if (L->contains(Exit)) in rotateLoop()
365 std::swap(Exit, NewHeader); in rotateLoop()
367 assert(L->contains(NewHeader) && !L->contains(Exit) && in rotateLoop()
584 Updates.push_back({DominatorTree::Insert, OrigPreheader, Exit}); in rotateLoop()
624 SmallVector<BasicBlock *, 4> ExitPreds(pred_begin(Exit), pred_end(Exit)); in rotateLoop()
[all …]
H A DMatrixUtils.cpp23 BasicBlock *TileInfo::CreateLoop(BasicBlock *Preheader, BasicBlock *Exit, in CreateLoop() argument
29 Preheader->getContext(), Name + ".header", Preheader->getParent(), Exit); in CreateLoop()
31 Header->getParent(), Exit); in CreateLoop()
33 Header->getParent(), Exit); in CreateLoop()
45 BranchInst::Create(Header, Exit, Cond, Latch); in CreateLoop()
56 {DominatorTree::Insert, Latch, Exit}, in CreateLoop()
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dgo.m467 os.Exit(1)
71 os.Exit(1)
73 os.Exit(0)
112 os.Exit(1)
117 os.Exit(1)
120 os.Exit(1)
125 os.Exit(1)
128 os.Exit(1)
132 os.Exit(1)
134 os.Exit(0);
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbtest.c514 goto Exit; in AcpiDbTestIntegerType()
522 goto Exit; in AcpiDbTestIntegerType()
538 goto Exit; in AcpiDbTestIntegerType()
546 goto Exit; in AcpiDbTestIntegerType()
556 Exit: in AcpiDbTestIntegerType()
615 goto Exit; in AcpiDbTestBufferType()
649 goto Exit; in AcpiDbTestBufferType()
657 goto Exit; in AcpiDbTestBufferType()
673 goto Exit; in AcpiDbTestBufferType()
681 goto Exit; in AcpiDbTestBufferType()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Dacfileio.c145 goto Exit; in AcGetAllTablesFromFile()
157 goto Exit; in AcGetAllTablesFromFile()
168 goto Exit; in AcGetAllTablesFromFile()
188 goto Exit; in AcGetAllTablesFromFile()
192 goto Exit; in AcGetAllTablesFromFile()
209 goto Exit; in AcGetAllTablesFromFile()
246 Exit: in AcGetAllTablesFromFile()
433 goto Exit; in AcIsFileBinary()
437 Exit: in AcIsFileBinary()
/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexresolv.c419 goto Exit; in AcpiExResolveMultiple()
464 goto Exit; in AcpiExResolveMultiple()
482 goto Exit; in AcpiExResolveMultiple()
498 goto Exit; in AcpiExResolveMultiple()
505 goto Exit; in AcpiExResolveMultiple()
533 goto Exit; in AcpiExResolveMultiple()
543 goto Exit; in AcpiExResolveMultiple()
561 Exit: in AcpiExResolveMultiple()
/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doslinuxtbl.c260 goto Exit; in AcpiOsGetTableByAddress()
267 goto Exit; in AcpiOsGetTableByAddress()
272 Exit: in AcpiOsGetTableByAddress()
1131 goto Exit; in OslGetBiosTable()
1140 goto Exit; in OslGetBiosTable()
1147 Exit: in OslGetBiosTable()
1424 goto Exit; in OslReadTableFromFile()
1439 goto Exit; in OslReadTableFromFile()
1447 goto Exit; in OslReadTableFromFile()
1456 goto Exit; in OslReadTableFromFile()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddttemplate.c152 goto Exit; in DtCreateTemplates()
173 goto Exit; in DtCreateTemplates()
177 goto Exit; in DtCreateTemplates()
185 goto Exit; in DtCreateTemplates()
199 goto Exit; in DtCreateTemplates()
206 Exit: in DtCreateTemplates()
/netbsd-src/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c56 void Exit (int);
172 Exit(2); in main()
189 Exit(1); in main()
194 Exit(1); in main()
200 Exit(1); in main()
482 Exit(2); in Cleanup()
486 Exit(status) in Exit() function
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dpicohttpparser.c614 goto Exit; in phr_decode_chunked()
619 goto Exit; in phr_decode_chunked()
625 goto Exit; in phr_decode_chunked()
639 goto Exit; in phr_decode_chunked()
666 goto Exit; in phr_decode_chunked()
681 goto Exit; in phr_decode_chunked()
689 goto Exit; in phr_decode_chunked()
697 goto Exit; in phr_decode_chunked()
711 goto Exit; in phr_decode_chunked()
727 Exit
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp319 MachineBasicBlock *Exit; member in __anon8dbf25c70211::LinearizedRegion
628 MachineBasicBlock *Exit = initializeMRT(MF, RegionInfo, RegionMap); in buildMRT() local
631 MBBMRT *ExitMRT = new MBBMRT(Exit); in buildMRT()
632 RegionMap[RegionInfo->getRegionFor(Exit)]->addChild(ExitMRT); in buildMRT()
639 if (MBB == Exit) { in buildMRT()
799 MachineBasicBlock *Exit = Region->getSucc(); in storeLiveOuts() local
805 if (Exit == nullptr) in storeLiveOuts()
855 << (Exit == nullptr ? -1 : Exit->getNumber()) in print()
974 void LinearizedRegion::setExit(MachineBasicBlock *NewExit) { Exit = NewExit; } in setExit()
976 MachineBasicBlock *LinearizedRegion::getExit() { return Exit; } in getExit()
[all …]
H A DSIModeRegister.cpp90 Status Exit; member in BlockData
315 NewInfo->Exit = NewInfo->Change; in processBlockPhase1()
350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
372 if (BlockInfo[ThisBlock]->Exit != TmpStatus) { in processBlockPhase2()
373 BlockInfo[ThisBlock]->Exit = TmpStatus; in processBlockPhase2()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp114 static std::pair<Type *, bool> computeRecurrenceType(Instruction *Exit, in computeRecurrenceType() argument
119 const DataLayout &DL = Exit->getModule()->getDataLayout(); in computeRecurrenceType()
120 uint64_t MaxBitWidth = DL.getTypeSizeInBits(Exit->getType()); in computeRecurrenceType()
128 auto Mask = DB->getDemandedBits(Exit); in computeRecurrenceType()
132 if (MaxBitWidth == DL.getTypeSizeInBits(Exit->getType()) && AC && DT) { in computeRecurrenceType()
136 auto NumSignBits = ComputeNumSignBits(Exit, DL, 0, AC, nullptr, DT); in computeRecurrenceType()
137 auto NumTypeBits = DL.getTypeSizeInBits(Exit->getType()); in computeRecurrenceType()
139 KnownBits Bits = computeKnownBits(Exit, DL); in computeRecurrenceType()
156 return std::make_pair(Type::getIntNTy(Exit->getContext(), MaxBitWidth), in computeRecurrenceType()
163 static void collectCastsToIgnore(Loop *TheLoop, Instruction *Exit, in collectCastsToIgnore() argument
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsutils.c862 goto Exit; in AcpiDsEvaluateNamePath()
871 goto Exit; in AcpiDsEvaluateNamePath()
877 goto Exit; in AcpiDsEvaluateNamePath()
891 goto Exit; in AcpiDsEvaluateNamePath()
904 goto Exit; in AcpiDsEvaluateNamePath()
922 goto Exit; in AcpiDsEvaluateNamePath()
937 Exit: in AcpiDsEvaluateNamePath()
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnspredef.c166 goto Exit; in AcpiNsCheckReturnValue()
176 goto Exit; in AcpiNsCheckReturnValue()
194 goto Exit; in AcpiNsCheckReturnValue()
209 Exit: in AcpiNsCheckReturnValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
283 return Exit; in classifyInstruction()
292 return ImmOp.getImm() == 0 ? Convert : Exit; in classifyInstruction()
298 return ImmOp.getImm() == -1 ? Convert : Exit; in classifyInstruction()
333 return Exit; in classifyInstruction()
342 return Exit; in classifyInstruction()
346 return Exit; in classifyInstruction()
411 for (InstClassification Classification = Skip; Classification != Exit; ++I) { in collectCallInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp189 if (Idx == IndexType::Exit) in getPrevIndex()
201 if (Idx == IndexType::Exit || Idx == Last) in getNextIndex()
308 LU = IndexType::Exit; in computeInitialLiveRanges()
403 LastUse[R] = IndexType::Exit; in computeInitialLiveRanges()
438 DeadMap[R].add(IndexType::Entry, IndexType::Exit, false, false); in computeDeadMap()
464 if (Z->end() != IndexType::Exit) { in computeDeadMap()
467 if (DS < IndexType::Exit) in computeDeadMap()
468 DeadMap[R].add(DS, IndexType::Exit, false, false); in computeDeadMap()
499 if (Idx == HexagonBlockRanges::IndexType::Exit) in operator <<()

12345678910>>...20