| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-tty-duplicate-key.c | 81 BOOL is_wsl, INPUT_RECORD* records) { in make_key_event_records() argument 82 # define KEV(I) records[(I)].Event.KeyEvent in make_key_event_records() 87 records[0].EventType = records[1].EventType = KEY_EVENT; in make_key_event_records() 140 INPUT_RECORD records[2]; in TEST_IMPL() local 177 make_key_event_records(VK_F1, 0, TRUE, records); in TEST_IMPL() 178 WriteConsoleInputW(handle, records, ARRAY_SIZE(records), &written); in TEST_IMPL() 179 ASSERT(written == ARRAY_SIZE(records)); in TEST_IMPL() 193 INPUT_RECORD records[2]; in TEST_IMPL() local 231 make_key_event_records(L'A', LEFT_ALT_PRESSED, FALSE, records); in TEST_IMPL() 232 WriteConsoleInputW(handle, records, ARRAY_SIZE(records), &written); in TEST_IMPL() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 70-test_sslrecords.t | 257 my $records = $proxy->record_list; 261 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10; 277 push @{$records}, $record; 284 my $records = $proxy->record_list; 289 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10; 319 push @{$records}, $record; 334 push @{$records}, $record; 487 my $records = $proxy->record_list; 495 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10; 502 @{$records}[-1]->version(), [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 70-test_sslrecords.t | 235 my $records = $proxy->record_list; 239 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10; 255 push @{$records}, $record; 262 my $records = $proxy->record_list; 267 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(1) == 10; 297 push @{$records}, $record; 312 push @{$records}, $record; 465 my $records = $proxy->record_list; 473 $fatal_alert = 1 if @{$records}[-1]->is_fatal_alert(0) == 10; 480 @{$records}[-1]->version(), [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/dnssec/ |
| H A D | dnssec-cds.rst | 18 dnssec-cds - change DS records for a child zone based on CDS/CDNSKEY 29 The :program:`dnssec-cds` command changes DS records at a delegation point 30 based on CDS or CDNSKEY records published in the child zone. If both CDS 31 and CDNSKEY records are present in the child zone, the CDS is preferred. 34 parent can keep the DS records up-to-date and enable automatic rolling 38 file containing the child's CDS and/or CDNSKEY records, plus RRSIG and 39 DNSKEY records so that they can be authenticated. The :option:`-d path <-d>` option 40 specifies the location of a file containing the current DS records. For 46 specified by :rfc:`7344`. It requires that the CDS and/or CDNSKEY records 47 be validly signed by a key represented in the existing DS records. This [all …]
|
| H A D | dnssec-dsfromkey.rst | 35 The :program:`dnssec-dsfromkey` command outputs DS (Delegation Signer) resource records 48 file or partial zone file (which can contain just the DNSKEY records). 66 This option specifies a digest algorithm to use when converting DNSKEY records to 67 DS records. This option can be repeated, so that multiple DS records 76 …This option indicates that ZSKs are to be included when generating DS records. Without this option… 77 keys which have the KSK flag set are converted to DS records and 87 This option generates CDS records rather than DS records. 117 This option specifies the TTL of the DS records. By default the TTL is omitted.
|
| /netbsd-src/external/bsd/tre/dist/tests/agrep/ |
| H A D | records.ok | 1 #### TEST: agrep -d \s+ a records.in 10 #### TEST: agrep -d \s+ a < records.in 19 #### TEST: agrep -c -d \s+ a records.in 23 #### TEST: agrep -c -d \s+ a < records.in 27 #### TEST: agrep -H -d \s+ a records.in 28 records.in: matchrecords.in: arecords.in: startsrecords.in: atrecords.in: arecords.in: character.re… 29 alphanumericsrecords.in: (asrecords.in: locale)records.in: andrecords.in: 30 …records.in: thatrecords.in: charactersrecords.in: match;records.in: cannotrecords.in: asrecords.in… 33 example,records.in: mailrecords.in: messagesrecords.in: asrecords.in: arecords.in: 36 #### TEST: agrep -H -d \s+ a < records.in [all …]
|
| /netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
| H A D | index_hash.c | 52 lzma_index_hash_info records; member 87 index_hash->records.blocks_size = 0; in lzma_index_hash_init() 88 index_hash->records.uncompressed_size = 0; in lzma_index_hash_init() 89 index_hash->records.count = 0; in lzma_index_hash_init() 90 index_hash->records.index_list_size = 0; in lzma_index_hash_init() 98 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST); in lzma_index_hash_init() 242 return_if_error(hash_append(&index_hash->records, in lzma_index_hash_decode() 253 < index_hash->records.blocks_size in lzma_index_hash_decode() 255 < index_hash->records.uncompressed_size in lzma_index_hash_decode() 257 < index_hash->records.index_list_size) in lzma_index_hash_decode() [all …]
|
| H A D | index.c | 102 index_record records[]; member 431 lzma_index_prealloc(lzma_index *i, lzma_vli records) in lzma_index_prealloc() argument 433 if (records > PREALLOC_MAX) in lzma_index_prealloc() 434 records = PREALLOC_MAX; in lzma_index_prealloc() 436 i->prealloc = (size_t)(records); in lzma_index_prealloc() 565 g == NULL ? 0 : g->records[g->last].unpadded_sum, in lzma_index_file_size() 653 : vli_ceil4(g->records[g->last].unpadded_sum); in lzma_index_append() 655 : g->records[g->last].uncompressed_sum; in lzma_index_append() 701 g->records[g->last].uncompressed_sum in lzma_index_append() 703 g->records[g->last].unpadded_sum in lzma_index_append() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | csv.d | 395 auto records = text.csvReader!int; variable 396 assert(records.equal!equal([ 415 auto records = text.csvReader!Layout(';'); variable 416 assert(records.equal([ 430 auto records = text.csvReader!(string, Malformed.ignore); variable 431 auto record = records.front; 441 auto records = text.csvReader!int(["b"]); variable 443 assert(records.equal!equal([ 461 auto records = text.csvReader!Layout(["b","c","a"]); variable 462 assert(records.equal([ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 15 CodeView type records that LLVM understands. This document does not describe 17 because the records are clearly deprecated and can only appear in very old 18 software (e.g. the 16-bit types). On other cases, it is because the records 21 made obsolete by newer records, or any number of other reasons. However, the 22 records we describe here should cover 99% of type records that one can expect 28 We can think of a sequence of CodeView type records as an array of variable length 29 `leaf records`. Each such record describes its own length as part of a fixed-size 30 header, as well as the kind of record it is. Leaf records are either padded to 4 37 ``LF_FIELDLIST`` -- contains a series of embedded records. While the outer 39 records -- called ``member records`` do not. [all …]
|
| H A D | CodeViewSymbols.rst | 15 CodeView symbol records that LLVM understands. Like 22 Symbol records share one major similarity with :doc:`type records <CodeViewTypes>`: 25 of symbol records can be processed with largely the same code as that which processes 26 type records. There are several important differences between symbol and type records: 28 * Symbol records only appear in the :doc:`PublicStream`, :doc:`GlobalStream`, and 30 * Type records only appear in the :doc:`TPI & IPI streams <TpiStream>`. 31 * While types are referenced from other CodeView records via :ref:`type indices <type_indices>`, 32 symbol records are referenced by the byte offset of the record in the stream that it appears 38 * Certain special symbol records begin a "scope". For these records, all following records 58 records, additionally contains a hash table that allows one to quickly locate a
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 97 ASTPropsEmitter(RecordKeeper &records, raw_ostream &out) in ASTPropsEmitter() argument 98 : Out(out), Records(records) { in ASTPropsEmitter() 102 records.getAllDerivedDefinitions(PropertyClassName)) { in ASTPropsEmitter() 109 records.getAllDerivedDefinitions(CreationRuleClassName)) { in ASTPropsEmitter() 123 records.getAllDerivedDefinitions(OverrideRuleClassName)) { in ASTPropsEmitter() 137 records.getAllDerivedDefinitions(ReadHelperRuleClassName)) { in ASTPropsEmitter() 151 records.getAllDerivedDefinitions(PropertyTypeClassName)) { in ASTPropsEmitter() 161 records.getAllDerivedDefinitions(TypeKindClassName)) { in ASTPropsEmitter() 174 records.getAllDerivedDefinitions(TypeCaseClassName)) { in ASTPropsEmitter() 592 static void emitASTReader(RecordKeeper &records, raw_ostream &out, in emitASTReader() argument [all …]
|
| H A D | ASTTableGen.cpp | 107 static void visitHierarchy(RecordKeeper &records, in visitHierarchy() argument 111 if (!records.getClass(nodeClassName)) { in visitHierarchy() 117 auto nodes = records.getAllDerivedDefinitions(nodeClassName); in visitHierarchy() 138 void clang::tblgen::visitASTNodeHierarchyImpl(RecordKeeper &records, in visitASTNodeHierarchyImpl() argument 141 visitHierarchy(records, nodeClassName, visit); in visitASTNodeHierarchyImpl()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_ras_eeprom.c | 127 static uint32_t __calc_recs_byte_sum(struct eeprom_table_record *records, in __calc_recs_byte_sum() argument 135 struct eeprom_table_record *record = &records[i]; in __calc_recs_byte_sum() 146 struct eeprom_table_record *records, int num) in __calc_tbl_byte_sum() argument 148 return __calc_hdr_byte_sum(control) + __calc_recs_byte_sum(records, num); in __calc_tbl_byte_sum() 153 struct eeprom_table_record *records, int num, in __update_tbl_checksum() argument 165 control->tbl_byte_sum += __calc_tbl_byte_sum(control, records, num); in __update_tbl_checksum() 172 struct eeprom_table_record *records, int num) in __validate_tbl_checksum() argument 174 control->tbl_byte_sum = __calc_tbl_byte_sum(control, records, num); in __validate_tbl_checksum() 380 struct eeprom_table_record *records, in amdgpu_ras_eeprom_process_recods() argument 418 record = &records[i]; in amdgpu_ras_eeprom_process_recods() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-elf32_avr.c | 320 avr_elf32_property_record_name (&r_list->records [i]), in elf32_avr_dump_avr_prop() 321 r_list->records [i].section->name, in elf32_avr_dump_avr_prop() 322 r_list->records [i].offset, in elf32_avr_dump_avr_prop() 323 (bfd_section_vma (r_list->records [i].section) in elf32_avr_dump_avr_prop() 324 + r_list->records [i].offset)); in elf32_avr_dump_avr_prop() 325 switch (r_list->records [i].type) in elf32_avr_dump_avr_prop() 332 r_list->records [i].data.org.fill); in elf32_avr_dump_avr_prop() 336 r_list->records [i].data.align.bytes); in elf32_avr_dump_avr_prop() 340 r_list->records [i].data.align.bytes, in elf32_avr_dump_avr_prop() 341 r_list->records [i].data.align.fill); in elf32_avr_dump_avr_prop()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-elf32_avr.c | 321 avr_elf32_property_record_name (&r_list->records [i]), in elf32_avr_dump_avr_prop() 322 r_list->records [i].section->name, in elf32_avr_dump_avr_prop() 323 (uint64_t) r_list->records [i].offset, in elf32_avr_dump_avr_prop() 324 ((uint64_t) bfd_section_vma (r_list->records [i].section) in elf32_avr_dump_avr_prop() 325 + r_list->records [i].offset)); in elf32_avr_dump_avr_prop() 326 switch (r_list->records [i].type) in elf32_avr_dump_avr_prop() 333 r_list->records [i].data.org.fill); in elf32_avr_dump_avr_prop() 337 r_list->records [i].data.align.bytes); in elf32_avr_dump_avr_prop() 341 r_list->records [i].data.align.bytes, in elf32_avr_dump_avr_prop() 342 r_list->records [i].data.align.fill); in elf32_avr_dump_avr_prop()
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/ |
| H A D | bdbhpt-populate.pl | |
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | csv.d | 431 auto records = csvReader(str); variable 434 foreach (record; records) in foreach() argument 448 auto records = csvReader(str); variable 449 records.popFront(); 450 records.popFront(); 451 assert(records.empty); 472 auto records = csvReader!(Layout,Malformed.ignore)(str); variable 475 foreach (record; records) in foreach() argument 500 auto records = csvReader!A(str); local 501 assertThrown!CSVException((){foreach (record; records) { }}()); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/ |
| H A D | Message.pm | 424 $records, 431 records => $records, 457 my $numrecs = $#{$self->records}; 470 my ($rec) = @{$self->records}; 535 foreach my $rec (@{$self->records}) { 584 sub records subroutine 588 $self->{records} = shift; 590 return $self->{records};
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/testing/ |
| H A D | dlz.schema | |
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| H A D | intercept.py | 194 records = group.split(RS) 196 'pid': records[0], 197 'ppid': records[1], 198 'function': records[2], 199 'directory': records[3], 200 'command': records[4].split(US)[:-1]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | XRayFDRFormat.rst | 96 - ``Metadata Records``: Metadata records serve many purposes. Mostly, they 99 as markers for user-defined Event Data payloads. Metadata records have 16 130 | | | Function records. | 171 | Entry_Args | ``3`` | A function entry that records arguments. | 174 Entry_Args records do not contain the arguments themselves. Instead, metadata 175 records for each of the logged args follow the function record in the stream. 181 Interspersed throughout the buffer are 16 byte Metadata records. For typically 182 instrumented binaries, they will be sparser than Function records, and they 188 The same bit field rules described for function records apply to the first byte 197 | | | Metadata records. | [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-avr.c | 748 } records; member 803 relax_info->records.count = 0; in init_avr_relax_info() 804 relax_info->records.allocated = 0; in init_avr_relax_info() 805 relax_info->records.items = NULL; in init_avr_relax_info() 1936 if (relax_info->records.count > 0) in elf32_avr_relax_delete_bytes() 1944 for (i = 0; i < relax_info->records.count; ++i) in elf32_avr_relax_delete_bytes() 1946 bfd_vma offset = relax_info->records.items [i].offset; in elf32_avr_relax_delete_bytes() 1951 prop_record = &relax_info->records.items [i]; in elf32_avr_relax_delete_bytes() 2316 relax_info = get_avr_relax_info (r_list->records [i].section); in avr_elf32_assign_records_to_sections() 2319 if (relax_info->records.count in avr_elf32_assign_records_to_sections() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-avr.c | 748 } records; member 803 relax_info->records.count = 0; in init_avr_relax_info() 804 relax_info->records.allocated = 0; in init_avr_relax_info() 805 relax_info->records.items = NULL; in init_avr_relax_info() 1934 if (relax_info->records.count > 0) in elf32_avr_relax_delete_bytes() 1942 for (i = 0; i < relax_info->records.count; ++i) in elf32_avr_relax_delete_bytes() 1944 bfd_vma offset = relax_info->records.items [i].offset; in elf32_avr_relax_delete_bytes() 1949 prop_record = &relax_info->records.items [i]; in elf32_avr_relax_delete_bytes() 2314 relax_info = get_avr_relax_info (r_list->records [i].section); in avr_elf32_assign_records_to_sections() 2317 if (relax_info->records.count in avr_elf32_assign_records_to_sections() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/implementation-notes/ |
| H A D | MILTER | 14 envelope records, such as when to send a "delayed mail" notice. 122 information is stored in records with an explicit type and length 124 that makes up the message header and body is stored as records with 126 to introduce pointer records, which is what we will use to jump 131 recipient records that result from virtual alias expansion of the 133 body line, multiple queue file records may need to be killed. We 136 - Replacing header or body records involves pointer records. 141 than a pointer record, we relocate the records that follow it to 147 envelope records, the second for message header and body content, 160 to overwrite existing body records until we run out of space, and [all …]
|