| /freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 48 Notes(D.Notes), DiagLevel(D.DiagLevel), in LLVM_YAML_IS_SEQUENCE_VECTOR() 52 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes, in LLVM_YAML_IS_SEQUENCE_VECTOR() 59 SmallVector<clang::tooling::DiagnosticMessage, 1> Notes; in LLVM_YAML_IS_SEQUENCE_VECTOR() 71 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterUtilities.cpp | 29 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes, in getRegset() argument 37 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; }); in getRegset() 38 return Iter == Notes.end() ? DataExtractor() : Iter->data; in getRegset()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | TextDiagnosticBuffer.h | 33 DiagList Errors, Warnings, Remarks, Notes; 51 const_iterator note_begin() const { return Notes.begin(); } in note_begin() 52 const_iterator note_end() const { return Notes.end(); } in note_end()
|
| H A D | VerifyDiagnosticConsumer.h | 199 DirectiveList Notes; member 205 Notes.clear(); in Reset()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/ |
| H A D | Diagnostic.cpp | 45 const SmallVector<DiagnosticMessage, 1> &Notes, in Diagnostic() argument 47 : DiagnosticName(DiagnosticName), Message(Message), Fix(Fix), Notes(Notes), in Diagnostic()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 35 All.emplace_back(Level, Notes.size()); in HandleDiagnostic() 36 Notes.emplace_back(Info.getLocation(), Buf.str()); in HandleDiagnostic() 61 Diag << Notes[I.second].second; in FlushDiagnostics()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| 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
|
| 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
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 63 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel, 76 SmallVector<DiagnosticMessage, 1> Notes; member
|
| /freebsd-12.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-12.1/contrib/amd/ |
| H A D | NEWS | 1 *** Notes specific to am-utils version 6.2 6 *** Notes specific to am-utils version 6.2-rc1 27 *** Notes specific to am-utils version 6.2a3 41 *** Notes specific to am-utils version 6.2a2 90 *** Notes specific to am-utils version 6.2a1 203 *** Notes specific to am-utils version 6.1.1 244 *** Notes specific to am-utils version 6.1 479 *** Notes specific to am-utils version 6.1b4 502 *** Notes specific to am-utils version 6.1b3 586 *** Notes specific to am-utils version 6.1b2 [all …]
|
| /freebsd-12.1/contrib/ntp/ntpsnmpd/ |
| H A D | invoke-ntpsnmpd.texi | 30 * ntpsnmpd Notes:: Notes 185 @node ntpsnmpd Notes 186 @subsection ntpsnmpd Notes
|
| /freebsd-12.1/contrib/ntp/html/hints/ |
| H A D | svr4-dell | 1 Notes on the DELL SVR4.
|
| /freebsd-12.1/sys/dev/qlxgb/ |
| H A D | README.txt | 19 6. Additional Notes 25 - Release Notes Version:1.0
|
| /freebsd-12.1/sys/dev/qlxge/ |
| H A D | README.txt | 19 6. Additional Notes 25 - Release Notes Version:1.0
|
| /freebsd-12.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-12.1/sys/dev/qlxgbe/ |
| H A D | README.txt | 19 6. Additional Notes 25 - Release Notes Version:1.0
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | README.hackers | 1 Notes to hackers.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 109 NoteList Notes; variable 277 Notes.push_back(std::move(P)); in addNote() 288 return Notes; in getNotes()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 119 cl::opt<bool> Notes("notes", cl::desc("Display the ELF notes in the file")); variable 120 cl::alias NotesShort("n", cl::desc("Alias for --notes"), cl::aliasopt(Notes)); 505 if (opts::Notes) in dumpObject() 685 opts::Notes = true; in main()
|
| /freebsd-12.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>\
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | README-maintainer-mode | 2 Notes on enabling maintainer mode
|