| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | msg.def | 45 # Notes: 68 # Notes: 93 # Notes: 141 # Notes: 185 # Notes: 308 # Notes: 341 # Notes: 366 # Notes: 385 # Notes: 405 # Notes: [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Diagnostic.cpp | 55 const SmallVector<DiagnosticMessage, 1> &Notes, in Diagnostic() argument 57 : DiagnosticName(DiagnosticName), Message(Message), Notes(Notes), in Diagnostic() 63 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) { in selectFirstFix() 66 if (Iter != D.Notes.end()) in selectFirstFix()
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | NOTES.PERL | 4 - Notes on Perl 5 - Notes on Perl on Windows 6 - Notes on Perl modules we use 7 - Notes on installing a perl module 9 Notes on Perl
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 70 : DiagnosticName(D.DiagnosticName), Message(D.Message), Notes(D.Notes), in LLVM_YAML_IS_SEQUENCE_VECTOR() 74 return clang::tooling::Diagnostic(DiagnosticName, Message, Notes, in LLVM_YAML_IS_SEQUENCE_VECTOR() 80 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes; in LLVM_YAML_IS_SEQUENCE_VECTOR() 90 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterUtilities.cpp | 28 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes, in getRegset() argument 36 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset() 37 return Iter == Notes.end() ? DataExtractor() : Iter->data; in getRegset()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | TextDiagnosticBuffer.h | 32 DiagList Errors, Warnings, Remarks, Notes; 50 const_iterator note_begin() const { return Notes.begin(); } in note_begin() 51 const_iterator note_end() const { return Notes.end(); } in note_end()
|
| H A D | VerifyDiagnosticConsumer.h | 240 DirectiveList Notes; member 246 Notes.clear(); in Reset()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 34 All.emplace_back(Level, Notes.size()); in HandleDiagnostic() 35 Notes.emplace_back(Info.getLocation(), std::string(Buf.str())); in HandleDiagnostic() 60 Diag << Notes[I.second].second; in FlushDiagnostics()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.menu | 1 * ntp.conf Notes:: Notes about ntp.conf
|
| H A D | invoke-ntp.keys.menu | 1 * ntp.keys Notes:: Notes about ntp.keys
|
| H A D | invoke-ntp.keys.texi | 1 @node ntp.keys Notes 2 @section Notes about ntp.keys 123 * ntp.keys Notes:: Notes 139 @node ntp.keys Notes 140 @subsection ntp.keys Notes
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 376 std::vector<std::function<std::string(BugReport & BR)>> Notes; in checkPostCall() local 385 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall() 401 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall() 435 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 449 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 463 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall() 487 if (!Notes.empty()) { in checkPostCall() 488 T = C.getNoteTag([this, Notes{std::move(Notes)}]( in checkPostCall() 495 for (auto &Note : Notes) { in checkPostCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 81 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, 91 SmallVector<DiagnosticMessage, 1> Notes; member
|
| /freebsd-13.1/contrib/ntp/scripts/ntp-wait/ |
| H A D | invoke-ntp-wait.texi | 45 * ntp-wait Notes:: Notes 113 @node ntp-wait Notes 114 @subsection ntp-wait Notes
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | axp20x.txt | 85 Regulator Type Supply Name Notes 97 Regulator Type Supply Name Notes 123 Regulator Type Supply Name Notes 151 Regulator Type Supply Name Notes 175 Regulator Type Supply Name Notes 199 Regulator Type Supply Name Notes
|
| /freebsd-13.1/contrib/ntp/html/hints/ |
| H A D | svr4-dell | 1 Notes on the DELL SVR4.
|
| /freebsd-13.1/contrib/ntp/ntpsnmpd/ |
| H A D | invoke-ntpsnmpd.texi | 30 * ntpsnmpd Notes:: Notes 185 @node ntpsnmpd Notes 186 @subsection ntpsnmpd Notes
|
| /freebsd-13.1/sys/dev/qlxge/ |
| H A D | README.txt | 19 6. Additional Notes 25 - Release Notes Version:1.0
|
| /freebsd-13.1/sys/dev/qlxgb/ |
| H A D | README.txt | 19 6. Additional Notes 25 - Release Notes Version:1.0
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | README.hackers | 1 Notes to hackers.
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | README.txt | 19 6. Additional Notes 25 - Release Notes Version:1.0
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | NEWS | 1 Release Notes - Heimdal - Version Heimdal 1.5.2 7 Release Notes - Heimdal - Version Heimdal 1.5.1 14 Release Notes - Heimdal - Version Heimdal 1.5 25 Release Notes - Heimdal - Version Heimdal 1.4 35 Notes 41 Release Notes - Heimdal - Version Heimdal 1.3.3 47 Release Notes - Heimdal - Version Heimdal 1.3.2 60 Release Notes - Heimdal - Version Heimdal 1.3.1 67 Release Notes - Heimdal - Version Heimdal 1.3.1 73 Release Notes - Heimdal - Version Heimdal 1.3 [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | ibm,ndfc.txt | 11 Notes:
|
| /freebsd-13.1/contrib/sendmail/cf/ostype/ |
| H A D | unicosmp.m4 | 14 # Notes:
|
| /freebsd-13.1/contrib/ntp/html/scripts/ |
| H A D | install.txt | 6 <li class='inline'><a href='release.html'>NTP Version 4 Release Notes</a></li>\
|