/openbsd/gnu/usr.bin/perl/ext/B/t/ |
H A D | f_sort.t | 38 checkOptree(note => q{}, 75 checkOptree(note => q{}, 112 checkOptree(note => q{}, 149 checkOptree(note => q{}, 186 checkOptree(note => q{}, 223 checkOptree(note => q{}, 261 checkOptree(note => q{}, 303 checkOptree(note => q{}, 598 checkOptree(note => q{}, 665 checkOptree(note => q{}, [all …]
|
H A D | f_map.t | 33 checkOptree(note => q{}, 77 checkOptree(note => q{}, 138 checkOptree(note => q{}, 217 checkOptree(note => q{}, 263 checkOptree(note => q{}, 309 checkOptree(note => q{}, 355 checkOptree(note => q{}, 401 checkOptree(note => q{}, 451 checkOptree(note => q{},
|
/openbsd/gnu/usr.bin/perl/cpan/bignum/t/ |
H A D | scope-nested-const.t | 15 note "use bigint;"; 21 note "use bigfloat;"; 50 note "no bigint;"; 59 note "use bigint;"; 94 note "no bigint;"; 103 note "use bigfloat;"; 138 note "no bigfloat;"; 191 note "use bigrat;"; 226 note "no bigrat;"; 235 note "use bigrat;"; [all …]
|
H A D | scope-nested-hex-oct.t | 15 note "use bigint;"; 21 note "use bigfloat;"; 50 note "no bigint;"; 59 note "use bigint;"; 94 note "no bigint;"; 103 note "use bigfloat;"; 138 note "no bigfloat;"; 191 note "use bigrat;"; 226 note "no bigrat;"; 235 note "use bigrat;"; [all …]
|
/openbsd/gnu/usr.bin/perl/dist/I18N-LangTags/t/ |
H A D | 05_main.t | 5 note("Perl v$], I18N::LangTags v$I18N::LangTags::VERSION"); 24 my ($tag, $expect, $note) = @$_; 25 $note = $note ? " # $note" : ''; 26 is(is_language_tag($tag), $expect, "is_language_tag('$tag')$note"); 32 my ($tags, $expect, $note) = @$_; 33 $note = $note ? " # $note" : ''; 34 is(same_language_tag(@{$tags}), $expect, "same_language_tag('@{$tags}')$note"); 43 my ($tags, $expect, $note) = @$_; 44 $note = $note ? " # $note" : ''; 59 note("Now the ::List tests..."); [all …]
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | footnote.c | 91 char *note; member 105 temp->note = xstrdup (note); in remember_note() 121 free (temp->note); in free_pending_notes() 139 char *note; in cm_footnote() local 180 note = xmalloc (len + 1); in cm_footnote() 182 note[len] = 0; in cm_footnote() 200 free (note); in cm_footnote() 212 free (note); in cm_footnote() 230 xml_insert_footnote (note); in cm_footnote() 233 remember_note (marker, note); in cm_footnote() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/ |
H A D | filter-util.pl | 33 my ($number, $result, $note) = @_ ; 35 $note = "" if ! defined $note ; 36 if ($note) { 37 $note = "# $note" if $note !~ /^\s*#/ ; 38 $note =~ s/^\s*/ / ; 42 print "ok ${number}${note}\n";
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 578 ELFNote note = ELFNote(); in parseSegment() local 602 for (const auto ¬e : notes) { in parseFreeBSDNotes() local 616 switch (note.info.n_type) { in parseFreeBSDNotes() 632 m_auxv = DataExtractor(note.data, 4, note.data.GetByteSize() - 4); in parseFreeBSDNotes() 681 for (const auto ¬e : notes) { in parseNetBSDNotes() local 692 m_auxv = note.data; in parseNetBSDNotes() 838 switch (note.info.n_type) { in parseOpenBSDNotes() 843 m_auxv = note.data; in parseOpenBSDNotes() 880 if (note.info.n_name != "CORE" && note.info.n_name != "LINUX") in parseLinuxNotes() 893 switch (note.info.n_type) { in parseLinuxNotes() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
H A D | use_ok.t | 9 note "Basic use_ok"; { 16 note "With one arg"; { 24 note "Multiple args"; { 31 note "Defining constants"; { 40 note "use Module VERSION"; { 46 note "use Module VERSION does not call import"; { 62 note "Signals are preserved"; { 70 note "Line numbers preserved"; { 94 note "not confused by functions vs class names"; {
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-am33lin.c | 42 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in elf32_am33lin_grok_prstatus() argument 47 switch (note->descsz) in elf32_am33lin_grok_prstatus() 54 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12); in elf32_am33lin_grok_prstatus() 57 elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24); in elf32_am33lin_grok_prstatus() 68 note->descpos + offset); in elf32_am33lin_grok_prstatus() 72 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in elf32_am33lin_grok_psinfo() argument 74 switch (note->descsz) in elf32_am33lin_grok_psinfo() 81 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); in elf32_am33lin_grok_psinfo() 83 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); in elf32_am33lin_grok_psinfo()
|
/openbsd/gnu/usr.bin/perl/t/win32/ |
H A D | system.t | 88 note "Unpacking $exename.exe"; 106 note "Compiling $exename.c"; 107 note "$Config{cc} $Config{ccflags} $exename.c"; 110 note "Could not compile $exename.c, status $?"; 111 note "Where is your C compiler?"; 115 note $_; 127 note "Could not build $exename.exe"; 156 note $comment if $comment; 157 note "want: $expect"; 158 note "got : $_";
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | downgrade-mbi-mbr.t | 113 note("bneg()"); 131 note("bnorm()"); 149 note("binc()"); 167 note("bdec()"); 185 note("badd()"); 219 note("bsub()"); 253 note("bmul()"); 277 note("bdiv()"); 279 note("bmod()"); 283 note("bpow()"); [all …]
|
H A D | downgrade-mbi-mbf.t | 95 note("testing new()"); 139 note("testing bzero()"); 148 note("testing bone()"); 157 note("testing binf()"); 166 note("testing bnan()"); 243 note("testing bneg()"); 303 note("testing binc()"); 333 note("testing bdec()"); 363 note("testing badd()"); 421 note("testing bsub()"); [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
H A D | Note.t | 8 my $note = Test2::Event::Note->new( 13 is($note->summary, 'foo', "summary is just message"); 15 $note = Test2::Event::Note->new( 20 is($note->message, 'undef', "set undef message to undef"); 21 is($note->summary, 'undef', "summary is just message even when undef"); 23 $note = Test2::Event::Note->new( 28 like($note->message, qr/^HASH\(.*\)$/, "stringified the input value"); 30 $note = Test2::Event::Note->new( 35 my $facet_data = $note->facet_data;
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | git-deltatool | 169 my $note = $log->notes; 171 $self->add_note( $log->id, $note ); 195 my ($self, $id, $note) = @_; 266 my $note = $log->notes or return ''; 273 my $note = $log->notes or return ''; 383 $self->add_note( $log->id, $note ); 406 my $note = $log->notes; 408 $self->add_note( $log->id, $note ); 448 my $note = $self->edit_text($template); 466 my $note = $self->edit_text($template); [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/ |
H A D | 02_api.t | 80 note ''; 89 note ''; 98 note ''; 107 note ''; 117 note ''; 125 note ''; 142 note ''; 152 note ''; 162 note ''; 173 note ''; [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_globals.cpp | 58 const char *note = reinterpret_cast<const char *>(base + phdr[i].p_vaddr); in HwasanGlobalsFor() local 59 const char *nend = note + phdr[i].p_memsz; in HwasanGlobalsFor() 62 while (note < nend) { in HwasanGlobalsFor() 63 auto *nhdr = reinterpret_cast<const ElfW(Nhdr) *>(note); in HwasanGlobalsFor() 64 const char *name = note + sizeof(ElfW(Nhdr)); in HwasanGlobalsFor() 70 note = desc + RoundUpTo(nhdr->n_descsz, 4); in HwasanGlobalsFor() 80 note + global_note->begin_relptr); in HwasanGlobalsFor() 82 note + global_note->end_relptr); in HwasanGlobalsFor()
|
/openbsd/usr.bin/tmux/ |
H A D | key-bindings.c | 98 free((void *)bd->note); in key_bindings_free() 201 if (note != NULL) in key_bindings_add() 202 bd->note = xstrdup(note); in key_bindings_add() 204 bd->note = NULL; in key_bindings_add() 215 if (note != NULL) in key_bindings_add() 216 bd->note = xstrdup(note); in key_bindings_add() 280 free((void *)bd->note); in key_bindings_reset() 281 if (dd->note != NULL) in key_bindings_reset() 282 bd->note = xstrdup(dd->note); in key_bindings_reset() 284 bd->note = NULL; in key_bindings_reset() [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
H A D | Watchdog.pm | 13 note ("I am the main process $$, starting the watchdog process..."); 18 note ("I am the watchdog process $$, sleeping for $waitfor seconds..."); 25 note ("This is the watchdog process $$, over and out."); 29 note ("The watchdog process $watchdog_pid launched, continuing testing..."); 36 note ("No watchdog process (need fork)"); 50 note ("All done.");
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | local-alloc.c | 476 rtx note; local 505 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) 831 rtx note; in update_equiv_regs() local 839 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in update_equiv_regs() 841 no_equiv (XEXP (note, 0), note, NULL); in update_equiv_regs() 939 if (note && GET_CODE (XEXP (note, 0)) == EXPR_LIST) in update_equiv_regs() 943 && (! note in update_equiv_regs() 958 if (note && ! rtx_varies_p (XEXP (note, 0), 0)) in update_equiv_regs() 984 if (note) in update_equiv_regs() 1085 rtx note; in update_equiv_regs() local [all …]
|
H A D | cfgbuild.c | 101 rtx note; local 119 || INTVAL (XEXP (note, 0)) >= 0)) 191 rtx note; local 202 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) 203 if (REG_NOTE_KIND (note) == REG_LABEL) 205 rtx lab = XEXP (note, 0), next; 437 if (!note || INTVAL (XEXP (note, 0)) >= 0) 558 rtx note; local 568 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) 571 rtx lab = XEXP (note, 0), next; [all …]
|
/openbsd/gnu/usr.bin/perl/ext/XS-Typemap/t/ |
H A D | Typemap.t | 32 note("T_SV"); 41 note("T_SVREF"); 68 note("T_AVREF"); 92 note("T_HVREF"); 117 note("T_CVREF"); 146 note("T_UV"); 183 note("T_BOOL"); 224 note("T_CHAR"); 248 note("T_PV"); 465 note("T_IN"); [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | local-alloc.c | 482 rtx note; in validate_equiv_mem() local 511 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in validate_equiv_mem() 820 rtx note; in update_equiv_regs() local 828 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in update_equiv_regs() 830 no_equiv (XEXP (note, 0), note, NULL); in update_equiv_regs() 859 if (note) in update_equiv_regs() 914 if (note && GET_CODE (XEXP (note, 0)) == EXPR_LIST) in update_equiv_regs() 918 && (! note in update_equiv_regs() 933 if (note && ! rtx_varies_p (XEXP (note, 0), 0)) in update_equiv_regs() 959 if (note) in update_equiv_regs() [all …]
|
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/ |
H A D | newconfig.py | 19 note = lambda s: lit_config.note("({}) {}".format(config.name, s)) function 30 note("Applied '{}' as a result of parameter '{}'".format( 40 note("Applied '{}' as a result of implicitly detected feature '{}'".format( 46 note("Using {} substitution: '{}'".format(sub, _getSubstitution(sub, config))) 49 note("All available features: {}".format(', '.join(config.available_features)))
|
/openbsd/gnu/usr.bin/perl/cpan/bignum/gentest/ |
H A D | scope-nested-const.sh | 61 note "\\n$p0 -> $p1 -> $p2\\n\\n"; 64 note "use $p0;"; 70 note "use $p1;"; 76 note "use $p2;"; 81 note "no $p2;"; 90 note "no $p1;"; 99 note "no $p0;";
|