/freebsd/contrib/tcsh/ |
H A D | Ported | 18 NOTES : Don't compile with /usr/5bin/cc 29 NOTES : The sunpro compiler cannot compile tcsh with -O, it crashes 45 NOTES : none 56 NOTES : none 67 NOTES : n/a 78 NOTES : none 89 NOTES : Don't use gcc; breaks tc.os.c 100 NOTES : Don't use -lBSD; breaks getpgrp(). Config.hp-3.2 obsolete? 113 NOTES : Carl-Olof Almbladh (coa@teorfys.lu.se) 127 NOTES : n/a [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesManager.h | 1 //===--- APINotesManager.h - Manage API Notes Files -------------*- C++ -*-===// 33 /// The API notes manager helps find API notes associated with declarations. 35 /// API notes are externally-provided annotations for declarations that can 40 /// The API notes manager is responsible for finding and loading the 41 /// external API notes files that correspond to a given header. Its primary 42 /// operation is \c findAPINotes(), which finds the API notes reader that 49 /// Whether to implicitly search for API notes files based on the 53 /// The Swift version to use when interpreting versioned API notes. 58 /// API notes readers for the current module. 67 /// A mapping from header file directories to the API notes reader for [all …]
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 1 //===--- APINotesManager.cpp - Manage API Notes Files ---------------------===// 32 #define DEBUG_TYPE "API Notes" 33 STATISTIC(NumHeaderAPINotes, "non-framework API notes files loaded"); 34 STATISTIC(NumPublicFrameworkAPINotes, "framework public API notes loaded"); 35 STATISTIC(NumPrivateFrameworkAPINotes, "framework private API notes loaded"); 57 // Free the API notes readers. in ~APINotesManager() 69 PrettyStackTraceDoubleString Trace("Loading API notes from ", in loadAPINotes() 78 // Compile the API notes source into a buffer. in loadAPINotes() 102 assert(Reader && "Could not load the API notes we just generated?"); in loadAPINotes() 123 assert(Reader && "Could not load the API notes we just generated?"); in loadAPINotes() [all …]
|
/freebsd/crypto/openssl/ |
H A D | README.md | 104 * [Notes for UNIX-like platforms](NOTES-UNIX.md) 105 * [Notes for Android platforms](NOTES-ANDROID.md) 106 * [Notes for Windows platforms](NOTES-WINDOWS.md) 107 * [Notes for the DOS platform with DJGPP](NOTES-DJGPP.md) 108 * [Notes for the OpenVMS platform](NOTES-VMS.md) 109 * [Notes on Perl](NOTES-PERL.md) 110 * [Notes on Valgrind](NOTES-VALGRIND.md) 112 Specific notes on upgrading to OpenSSL 3.0 from previous versions can be found
|
H A D | INSTALL.md | 40 - [Notes](#notes) 41 - [Notes on multi-threading](#notes-on-multi-threading) 42 - [Notes on shared libraries](#notes-on-shared-libraries) 43 - [Notes on random number generation](#notes-on-random-number-generation) 44 - [Notes on assembler modules compilation](#notes-on-assembler-modules-compilation) 52 * Perl 5 with core modules (please read [NOTES-PERL.md](NOTES-PERL.md)) 53 * The Perl module `Text::Template` (please read [NOTES-PERL.md](NOTES-PERL.md)) 62 * [Notes for UNIX-like platforms](NOTES-UNIX.md) 63 * [Notes for Android platforms](NOTES-ANDROID.md) 64 * [Notes for Windows platforms](NOTES-WINDOWS.md) [all …]
|
H A D | NOTES-PERL.md | 1 Notes on Perl 4 - [General Notes](#general-notes) 9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module]) 11 General Notes 85 Notes on installing a Perl module
|
/freebsd/share/man/man4/ |
H A D | spkr.4 | 80 There are 84 accessible notes numbered 1-84 in 7 octaves, each running from 83 By default, the play function emits half-second notes with the 111 When octave-tracking is on, interpretation of a pair of letter notes 113 possible jump between notes. 133 Sets the current time value for notes. 136 quarter or crotchet notes. 140 sets whole notes, 142 sets half notes, 144 sets quarter notes, etc. 155 Sets the number of quarter notes per minute; default is 120. [all …]
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_port.h | 230 * NOTES 281 * NOTES 305 * NOTES 340 * NOTES 373 * NOTES 401 * NOTES 437 * NOTES 471 * NOTES 502 * NOTES 544 * NOTES [all …]
|
H A D | osm_helper.h | 78 * NOTES 101 * NOTES 124 * NOTES 147 * NOTES 197 * NOTES 246 * NOTES 293 * NOTES 466 * NOTES 500 * NOTES 536 * NOTES [all …]
|
H A D | osm_madw.h | 545 * NOTES 572 * NOTES 600 * NOTES 626 * NOTES 652 * NOTES 681 * NOTES 709 * NOTES 737 * NOTES 765 * NOTES 794 * NOTES [all …]
|
H A D | osm_switch.h | 222 * NOTES 251 * NOTES 287 * NOTES 320 * NOTES 340 * NOTES 373 * NOTES 404 * NOTES 457 * NOTES 510 * NOTES 542 * NOTES [all …]
|
H A D | osm_mcast_tbl.h | 138 * NOTES 163 * NOTES 190 * NOTES 213 * NOTES 243 * NOTES 269 * NOTES 299 * NOTES 326 * NOTES 358 * NOTES 395 * NOTES [all …]
|
H A D | osm_node.h | 172 * NOTES 201 * NOTES 239 * NOTES 267 * NOTES 298 * NOTES 336 * NOTES 371 * NOTES 402 * NOTES 435 * NOTES 466 * NOTES [all …]
|
H A D | osm_pkey.h | 133 * NOTES 192 * NOTES 210 * NOTES 228 * NOTES 254 * NOTES 286 * NOTES 427 * NOTES 460 * NOTES 494 * NOTES 530 * NOTES [all …]
|
/freebsd/tools/tools/notescheck/ |
H A D | notescheck.py | 4 # sys/conf/NOTES, and sys/*/conf/NOTES and checks for inconsistencies 5 # such as options or devices that are not specified in any NOTES files 6 # or MI devices specified in MD NOTES files. 21 requiredfiles = ['conf/files', 'conf/options', 'conf/NOTES'] 52 # in via a NOTES file. All options are stored as lowercase since 110 print('WARN: %s is defined globally but only tested in %s NOTES' % \ 123 print('WARN: %s is not tested in %s NOTES' % \ 156 # Look for MD NOTES files to build our list of platforms. We ignore 157 # platforms that do not have a NOTES file. 160 for file in glob.glob(tree + '*/conf/NOTES'): [all …]
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_api.h | 86 * NOTES 116 * NOTES 147 * NOTES 170 * NOTES 207 * NOTES 239 * NOTES 286 * NOTES 309 * NOTES 341 * NOTES 371 * NOTES [all …]
|
H A D | osm_vendor_sa_api.h | 161 * NOTES 214 * NOTES 245 * NOTES 273 * NOTES 299 * NOTES 330 * NOTES 374 * NOTES 427 * NOTES 470 * NOTES 512 * NOTES [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp.keys.html | 68 <tr><td align="left" valign="top">• <a href="#ntp_002ekeys-Notes" accesskey="2">ntp.keys Notes</a></td><td> </td><td align="left" valign="top"> 83 <tr><td align="left" valign="top">• <a href="#ntp_002ekeys-Notes" accesskey="1">Notes about ntp.keys</a></td><td> </td><td align="left" valign="top"> 88 <span id="ntp_002ekeys-Notes"></span><div class="header"> 92 <span id="Notes-about-ntp_002ekeys"></span><h3 class="section">1.1 Notes about ntp.keys</h3> 209 <tr><td align="left" valign="top">• <a href="#ntp_002ekeys-Notes" accesskey="3">ntp.keys Notes</a></td><td> </td><td align="left" valign="top">Notes [all...] |
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/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_arm64.cpp | 26 llvm::ArrayRef<CoreNote> notes) { in Create() argument 30 getRegset(notes, arch.GetTriple(), AARCH64_SSVE_Desc); in Create() 34 DataExtractor sve_data = getRegset(notes, arch.GetTriple(), AARCH64_SVE_Desc); in Create() 41 DataExtractor pac_data = getRegset(notes, arch.GetTriple(), AARCH64_PAC_Desc); in Create() 45 DataExtractor tls_data = getRegset(notes, arch.GetTriple(), AARCH64_TLS_Desc); in Create() 51 DataExtractor za_data = getRegset(notes, arch.GetTriple(), AARCH64_ZA_Desc); in Create() 56 DataExtractor mte_data = getRegset(notes, arch.GetTriple(), AARCH64_MTE_Desc); in Create() 60 DataExtractor zt_data = getRegset(notes, arch.GetTriple(), AARCH64_ZT_Desc); in Create() 71 gpregset, notes)); in Create() 76 const DataExtractor &gpregset, llvm::ArrayRef<CoreNote> notes) in RegisterContextCorePOSIX_arm64() argument [all …]
|
H A D | ProcessElfCore.cpp | 257 // the main executable using data we found in the core file notes. in DoLoadCore() 536 "Error parsing NetBSD core(5) notes: Unsupported procinfo version", in ParseNetBSDProcInfo() 542 "Error parsing NetBSD core(5) notes: Unsupported procinfo size", in ParseNetBSDProcInfo() 603 llvm::Error ProcessElfCore::parseFreeBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseFreeBSDNotes() argument 612 for (const auto ¬e : notes) { in parseFreeBSDNotes() 645 thread_data.notes.push_back(note); in parseFreeBSDNotes() 660 /// NetBSD ELF core files use notes to provide information about 674 /// machine-dependent space) to identify register info notes. The 675 /// info in such notes is in the same format that ptrace(2) would 680 llvm::Error ProcessElfCore::parseNetBSDNotes(llvm::ArrayRef<CoreNote> notes) { in parseNetBSDNotes() argument [all …]
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_cma.h | 205 * Notes: 220 * Notes: 238 * Notes: 264 * Notes: 296 * Notes: 312 * Notes: 332 * Notes: 356 * Notes: 372 * Notes: 395 * Notes: [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPlatformLinux.c | 122 * Each note in notes section starts with a struct which includes 152 * Helper function that iterates through notes section and find build ids. 165 /* Calculate the offset of the next note in notes section. */ in WriteBinaryIds() 189 /* Look for the notes segment in program header entries. */ in __llvm_write_binary_ids() 193 /* There can be multiple notes segment, and examine each of them. */ in __llvm_write_binary_ids() 197 * When examining notes in file, use p_offset, which is the offset within in __llvm_write_binary_ids() 198 * the elf file, to find the start of notes. in __llvm_write_binary_ids() 208 * When examining notes in memory, use p_vaddr, which is the address of in __llvm_write_binary_ids() 209 * section after loaded to memory, to find the start of notes. in __llvm_write_binary_ids()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_byteswap.h | 119 * NOTES 146 * NOTES 181 * NOTES 207 * NOTES 237 * NOTES 264 * NOTES 301 * NOTES 327 * NOTES 357 * NOTES 384 * NOTES [all …]
|
H A D | cl_map.h | 138 * NOTES 224 * NOTES 252 * NOTES 292 * NOTES 323 * NOTES 348 * NOTES 383 * NOTES 421 * NOTES 455 * NOTES 489 * NOTES [all …]
|