Home
last modified time | relevance | path

Searched refs:Notes (Results 1 – 25 of 197) sorted by relevance

12345678

/freebsd-12.1/sys/contrib/ngatm/netnatm/msg/
H A Dmsg.def45 # 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 DDiagnosticsYaml.h48 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 DNOTES.PERL4 - 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 DRegisterUtilities.cpp29 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 DTextDiagnosticBuffer.h33 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 DVerifyDiagnosticConsumer.h199 DirectiveList Notes; member
205 Notes.clear(); in Reset()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DDiagnostic.cpp45 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 DTextDiagnosticBuffer.cpp35 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 Dinvoke-ntp.keys.texi1 @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 Dinvoke-ntp.conf.menu1 * ntp.conf Notes:: Notes about ntp.conf
H A Dinvoke-ntp.keys.menu1 * ntp.keys Notes:: Notes about ntp.keys
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DDiagnostic.h63 const SmallVector<DiagnosticMessage, 1> &Notes, Level DiagLevel,
76 SmallVector<DiagnosticMessage, 1> Notes; member
/freebsd-12.1/contrib/ntp/scripts/ntp-wait/
H A Dinvoke-ntp-wait.texi45 * ntp-wait Notes:: Notes
113 @node ntp-wait Notes
114 @subsection ntp-wait Notes
/freebsd-12.1/contrib/amd/
H A DNEWS1 *** 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 Dinvoke-ntpsnmpd.texi30 * ntpsnmpd Notes:: Notes
185 @node ntpsnmpd Notes
186 @subsection ntpsnmpd Notes
/freebsd-12.1/contrib/ntp/html/hints/
H A Dsvr4-dell1 Notes on the DELL SVR4.
/freebsd-12.1/sys/dev/qlxgb/
H A DREADME.txt19 6. Additional Notes
25 - Release Notes Version:1.0
/freebsd-12.1/sys/dev/qlxge/
H A DREADME.txt19 6. Additional Notes
25 - Release Notes Version:1.0
/freebsd-12.1/crypto/heimdal/
H A DNEWS1 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 DREADME.txt19 6. Additional Notes
25 - Release Notes Version:1.0
/freebsd-12.1/contrib/ntp/
H A DREADME.hackers1 Notes to hackers.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h109 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 Dllvm-readobj.cpp119 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 Dinstall.txt6 <li class='inline'><a href='release.html'>NTP Version 4 Release Notes</a></li>\
/freebsd-12.1/contrib/binutils/
H A DREADME-maintainer-mode2 Notes on enabling maintainer mode

12345678