Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 1135) sorted by relevance

12345678910>>...46

/openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/
H A Dscope-nested-const.t12 note "\nbigint -> bigfloat -> bigrat\n\n";
15 note "use bigint;";
21 note "use bigfloat;";
27 note "use bigrat;";
32 note "no bigrat;";
41 note "no bigfloat;";
50 note "no bigint;";
56 note "\nbigint -> bigrat -> bigfloat\n\n";
59 note "use bigint;";
65 note "use bigrat;";
[all …]
H A Dscope-nested-hex-oct.t12 note "\nbigint -> bigfloat -> bigrat\n\n";
15 note "use bigint;";
21 note "use bigfloat;";
27 note "use bigrat;";
32 note "no bigrat;";
41 note "no bigfloat;";
50 note "no bigint;";
56 note "\nbigint -> bigrat -> bigfloat\n\n";
59 note "use bigint;";
65 note "use bigrat;";
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/t/
H A D05_main.t5 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" : '';
45 is(similarity_language_tag(@{$tags}), $expect, "similarity_language_tag('@{$tags}')$note");
[all …]
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfootnote.c91 char *note; member
100 remember_note (char *marker, char *note) in remember_note() argument
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()
181 memcpy (note, &input_text[input_text_offset], len); in cm_footnote()
182 note[len] = 0; in cm_footnote()
193 me_execute_string_keep_state (note, "}"); in cm_footnote()
200 free (note); in cm_footnote()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A Dfilter-util.pl33 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-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp578 ELFNote note = ELFNote(); in parseSegment() local
579 if (!note.Parse(segment, &offset)) in parseSegment()
584 size_t note_size = llvm::alignTo(note.n_descsz, 4); in parseSegment()
586 result.push_back({note, DataExtractor(segment, note_start, note_size)}); in parseSegment()
602 for (const auto &note : notes) { in parseFreeBSDNotes() local
603 if (note.info.n_name != "FreeBSD") in parseFreeBSDNotes()
606 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseFreeBSDNotes()
607 (note.info.n_type == ELF::NT_PRPSINFO && have_prpsinfo)) { in parseFreeBSDNotes()
616 switch (note.info.n_type) { in parseFreeBSDNotes()
619 ParseFreeBSDPrStatus(thread_data, note.data, lp64); in parseFreeBSDNotes()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Duse_ok.t9 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-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-am33lin.c42 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-src/gnu/usr.bin/perl/t/win32/
H A Dsystem.t88 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-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Ddowngrade.t
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DNote.t8 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-src/gnu/usr.bin/perl/Porting/
H A Dgit-deltatool169 my $note = $log->notes;
170 $note =~ s{^(perldelta.*\[)\w+(\].*)}{$1$status$2}ms;
171 $self->add_note( $log->id, $note );
195 my ($self, $id, $note) = @_;
196 my @lines = split "\n", _strip_comments($note);
266 my $note = $log->notes or return '';
267 my ($section) = $note =~ m{^perldelta:\s*([^\[]*)\s+}ms;
273 my $note = $log->notes or return '';
274 my ($status) = $note =~ m{^perldelta:\s*[^\[]*\[(\w+)\]}ms;
382 my $note = "perldelta: Unknown [blocking]\n";
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/
H A D02_api.t80 note '';
89 note '';
98 note '';
107 note '';
117 note '';
125 note '';
142 note '';
152 note '';
162 note '';
173 note '';
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Ddowngrade.t
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp58 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-src/usr.bin/tmux/
H A Dkey-bindings.c98 free((void *)bd->note); in key_bindings_free()
188 key_bindings_add(const char *name, key_code key, const char *note, int repeat, in key_bindings_add() argument
200 free((void *)bd->note); in key_bindings_add()
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()
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A DWatchdog.pm13 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-src/gnu/usr.bin/gcc/gcc/
H A Dlocal-alloc.c476 rtx note; local
505 for (note = REG_NOTES (insn); note; note = XEXP (note, 1))
506 if ((REG_NOTE_KIND (note) == REG_INC
507 || REG_NOTE_KIND (note) == REG_DEAD)
508 && GET_CODE (XEXP (note, 0)) == REG
509 && reg_overlap_mentioned_p (XEXP (note, 0), memref))
831 rtx note; in update_equiv_regs() local
839 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in update_equiv_regs()
840 if (REG_NOTE_KIND (note) == REG_INC) in update_equiv_regs()
841 no_equiv (XEXP (note, 0), note, NULL); in update_equiv_regs()
[all …]
H A Dcfgbuild.c101 rtx note; local
117 && (0 == (note = find_reg_note (insn, REG_EH_REGION,
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;
218 lvl = alloc_EXPR_LIST (0, XEXP (note, 0), lvl);
435 rtx note = find_reg_note (insn, REG_EH_REGION, NULL_RTX); local
437 if (!note || INTVAL (XEXP (note, 0)) >= 0)
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/t/
H A DTypemap.t32 note("T_SV");
41 note("T_SVREF");
52 note("T_SVREF_REFCOUNT_FIXED");
68 note("T_AVREF");
76 note("T_AVREF_REFCOUNT_FIXED");
92 note("T_HVREF");
101 note("T_HVREF_REFCOUNT_FIXED");
117 note("T_CVREF");
139 note("T_SYSRET");
146 note("T_UV");
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dlocal-alloc.c482 rtx note; in validate_equiv_mem() local
511 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in validate_equiv_mem()
512 if ((REG_NOTE_KIND (note) == REG_INC in validate_equiv_mem()
513 || REG_NOTE_KIND (note) == REG_DEAD) in validate_equiv_mem()
514 && REG_P (XEXP (note, 0)) in validate_equiv_mem()
515 && reg_overlap_mentioned_p (XEXP (note, 0), memref)) 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()
829 if (REG_NOTE_KIND (note) == REG_INC) in update_equiv_regs()
830 no_equiv (XEXP (note, 0), note, NULL); in update_equiv_regs()
[all …]
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dnewconfig.py19 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-src/gnu/usr.bin/perl/cpan/bignum/gentest/
H A Dscope-nested-const.sh61 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;";
H A Dscope-nested-hex-oct.sh61 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;";
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delfarm-nabi.c46 PARAMS ((bfd *abfd, Elf_Internal_Note *note));
48 PARAMS ((bfd *abfd, Elf_Internal_Note *note));
686 elf32_arm_nabi_grok_prstatus (abfd, note) in elf32_arm_nabi_grok_prstatus() argument
688 Elf_Internal_Note *note;
693 switch (note->descsz)
700 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
703 elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24);
714 raw_size, note->descpos + offset);
718 elf32_arm_nabi_grok_psinfo (abfd, note) in elf32_arm_nabi_grok_psinfo() argument
720 Elf_Internal_Note *note;
[all …]

12345678910>>...46