Home
last modified time | relevance | path

Searched refs:label (Results 76 – 100 of 1098) sorted by relevance

12345678910>>...44

/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dconverter-fragments.t20 label => "v1.4 requires -> v2 prereqs",
40 label => "v1.4 x_custom -> v2 x_custom",
52 label => "meta-spec included",
74 label => "default version",
88 label => "v1.4 prereq stuff -> v2 prereqs",
136 label => "v1.1 license_url: -> v2 license",
156 is_deeply( $got, $exp, $c->{label} )
/openbsd/gnu/usr.bin/perl/Porting/
H A Dcorecpan.pl52 my ($dir,$label) = split /:/;
53 $label = $dir unless defined $label;
54 [ $dir, $label ];
74 my ($srcdir, $label) = @$source;
106 $results{$dist}{$file}{$label} = $vcore;
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.h30 void dfsan_add_label(dfsan_label label, void *addr, uptr size);
31 void dfsan_set_label(dfsan_label label, void *addr, uptr size);
42 void dfsan_set_arg_tls(uptr offset, dfsan_label label);
50 void dfsan_set_label_origin(dfsan_label label, dfsan_origin origin, void *addr,
62 void dfsan_set_label(dfsan_label label, T &data) { in dfsan_set_label() argument
63 dfsan_set_label(label, (void *)&data, sizeof(T)); in dfsan_set_label()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c2537 char label[MAX_ARTIFICIAL_LABEL_BYTES]; in sibling_attribute() local
3231 stmt_list_attribute (label) in stmt_list_attribute() argument
3232 const char *label; in stmt_list_attribute()
3885 high_pc_attribute (label);
3890 body_begin_attribute (label);
3892 body_end_attribute (label);
3967 low_pc_attribute (label);
4267 high_pc_attribute (label);
4272 body_begin_attribute (label);
4274 body_end_attribute (label);
[all …]
/openbsd/gnu/usr.bin/texinfo/info/
H A Decho-area.c981 char *label; variable
984 label = completions_found[l]->label;
985 printed_length = strlen (label);
1137 else if (LCD_completion->label[0] == '\0')
1143 for (i = 0; LCD_completion->label[i]; i++)
1144 ea_insert (window, 1, LCD_completion->label[i]);
1258 maybe_free (LCD_reference.label); in build_completions()
1279 strncpy (LCD_reference.label, completions_found[i]->label, shortest); in build_completions()
1280 LCD_reference.label[shortest] = '\0'; in build_completions()
1295 return (strcasecmp ((*e1)->label, (*e2)->label)); in compare_references()
[all …]
H A Dindices.c303 if (strcmp (string, index_index[i]->label) == 0) in index_entry_exists()
310 if (string_in_line (string, index_index[i]->label) != -1) in index_entry_exists()
314 string_in_line (string, index_index[i]->label); in index_entry_exists()
358 if (strcmp (index_search, index_index[i]->label) == 0)
401 match = xstrdup (index_index[i]->label);
507 (strcmp (this_item->label, this_item->nodename) == 0)) in apropos_in_all_indices()
508 this_node = info_get_node (this_item->label, "Top"); in apropos_in_all_indices()
574 if (string_in_line (search_string, entry->label) != -1) in apropos_in_all_indices()
582 maybe_free (entry->label); in apropos_in_all_indices()
614 entry->filename, entry->nodename, entry->label); in info_apropos()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D101_head.t60 my $label = basename($file);
62 is( sort_headers($got_req), sort_headers($expect_req), "$label request" );
65 is( $response->{status}, $rc, "$label response code $rc" )
69 ok( $response->{success}, "$label success flag true" );
72 ok( ! $response->{success}, "$label success flag false" );
H A D103_delete.t60 my $label = basename($file);
62 is( sort_headers($got_req), sort_headers($expect_req), "$label request" );
65 is( $response->{status}, $rc, "$label response code $rc" )
69 ok( $response->{success}, "$label success flag true" );
72 ok( ! $response->{success}, "$label success flag false" );
H A D104_post.t60 my $label = basename($file);
62 is( sort_headers($got_req), sort_headers($expect_req), "$label request" );
65 is( $response->{status}, $rc, "$label response code $rc" )
69 ok( $response->{success}, "$label success flag true" );
72 ok( ! $response->{success}, "$label success flag false" );
H A D102_put.t63 my $label = basename($file);
65 is( sort_headers($got_req), sort_headers($expect_req), "$label request" );
68 is( $response->{status}, $rc, "$label response code $rc" )
72 ok( $response->{success}, "$label success flag true" );
75 ok( ! $response->{success}, "$label success flag false" );
H A D150_post_form.t73 my $label = basename($file);
76 is( sort_headers($got_req), sort_headers($expect_req), "$label request" );
79 is( $response->{status}, $rc, "$label response code $rc" )
83 ok( $response->{success}, "$label success flag true" );
86 ok( ! $response->{success}, "$label success flag false" );
H A D141_no_proxy.t46 my $label =
54 is_deeply( $ht->no_proxy, $c->{expect}, "new(no_proxy => $label)" );
61 is_deeply( $ht->no_proxy, $c->{expect}, "\$ENV{no_proxy} = $label" );
67 "new(no_proxy => $label) versus other \$ENV{no_proxy}" );
H A D130_redirect.t17 my $label = basename($file);
61 is( sort_headers($got_req), sort_headers($expect_req), "$label request ($i)");
68 is ( $response->{content}, $exp_content, "$label content" );
73 "$label redirects array size"
77 is ( $response->{url}, $case->{expected_url}[0], "$label response URL" );
/openbsd/sys/arch/loongson/stand/boot/
H A Ddev.c61 struct disklabel label; member
145 if (part >= pi->label.d_npartitions) { in pmon_ioopen()
150 if (memcmp(pi->label.d_uid, zero, sizeof(pi->label.d_uid)) != 0) { in pmon_ioopen()
151 const u_char *duid = pi->label.d_uid; in pmon_ioopen()
159 pi->partoff = DL_GETPOFFSET(&pi->label.d_partitions[part]); in pmon_ioopen()
191 struct disklabel *lp = &pi->label; in pmon_getdisklabel()
/openbsd/gnu/llvm/llvm/docs/
H A DBugLifeCycle.rst46 as a label for the part of the project the bug pertains to.
53 Open bugs that have not been marked with the ``confirmed`` label are bugs that
54 still need to be triaged. When triage is complete, the ``confirmed`` label
82 add the appropriate language standard label (``c++20``, ``c99``, etc).
84 * Please don't use both a general and a specific label. For example, bugs
88 * Add the ``good first issue`` label if you think this would be a good bug to
89 be fixed by someone new to LLVM. This label feeds into `the landing page
124 ``duplicate`` label with a comment pointing to the issue it duplicates.
134 ``worksforme`` label and leaving a comment to encourage the reporter to
147 label to the issue. The request should include a description of what the label
[all …]
/openbsd/usr.sbin/ospf6d/
H A Dprintconf.c87 print_no(r->type), rtlabel_id2name(r->label)); in print_redistribute()
110 struct n2id_label *label; in print_rtlabel() local
112 TAILQ_FOREACH(label, &rt_labels, entry) in print_rtlabel()
113 if (label->ext_tag) in print_rtlabel()
115 label->name, label->ext_tag); in print_rtlabel()
/openbsd/regress/lib/libcrypto/ec/
H A Dec_asn1_test.c77 compare_data(const char *label, const unsigned char *d1, size_t d1_len, in compare_data() argument
82 label, d1_len, d2_len); in compare_data()
86 fprintf(stderr, "FAIL: %sdiffer\n", label); in compare_data()
97 ec_group_pkparameters_test(const char *label, int asn1_flag, in ec_group_pkparameters_test() argument
119 if (compare_data(label, out, len, test_data, test_data_len) == -1) in ec_group_pkparameters_test()
156 if (compare_data(label, out, len, test_data, test_data_len) == -1) in ec_group_pkparameters_test()
/openbsd/regress/sbin/pfctl/
H A Dpf53.ok1 pass in inet proto tcp from 1.2.3.4 to any flags S/SA label "0:any:tcp:1.2.3.4::any:"
2 pass in inet proto tcp from 1.2.3.5 to any flags S/SA label "1:any:tcp:1.2.3.5::any:"
3 pass in on lo0 inet proto tcp from 1.2.3.4 to any flags S/SA label "2:lo0:tcp:1.2.3.4::any:"
4 pass in on lo0 inet proto tcp from 1.2.3.5 to any flags S/SA label "3:lo0:tcp:1.2.3.5::any:"
/openbsd/gnu/gcc/gcc/config/vax/
H A Dvax.h439 char label[256]; \
440 ASM_GENERATE_INTERNAL_LABEL (label, "LP", (LABELNO)); \
442 assemble_name (FILE, label); \
775 char label[256]; \
776 ASM_GENERATE_INTERNAL_LABEL (label, "L", (VALUE));\
778 assemble_name (FILE, label); \
788 char label[256]; \
789 ASM_GENERATE_INTERNAL_LABEL (label, "L", (VALUE)); \
791 assemble_name (FILE, label); \
792 ASM_GENERATE_INTERNAL_LABEL (label, "L", (REL)); \
[all …]
/openbsd/sys/dev/pci/
H A Dazalia_codec.c914 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
945 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
967 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
1087 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
1251 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
1285 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
1300 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
1313 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
1338 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
1353 snprintf(d->label.name, sizeof(d->label.name), in azalia_mixer_init()
[all …]
/openbsd/usr.sbin/ldpd/
H A Dlabelmapping.c79 if (me->map.label != NO_LABEL) in send_labelmessage()
98 if (me->map.label != NO_LABEL) in send_labelmessage()
130 uint32_t label = NO_LABEL, reqid = 0; in recv_labelmessage() local
298 label = ntohl(labelbuf); in recv_labelmessage()
366 if (label == MPLS_LABEL_IPV6NULL) { in recv_labelmessage()
375 if (label == MPLS_LABEL_IPV4NULL) { in recv_labelmessage()
399 me->map.label = label; in recv_labelmessage()
449 lt.label = htonl(label); in gen_label_tlv()
456 uint16_t len, uint32_t *label) in tlv_decode_label() argument
479 *label = ntohl(lt.label); in tlv_decode_label()
[all …]
/openbsd/gnu/llvm/compiler-rt/www/
H A Dmenu.html.incl7 <label>compiler-rt Info</label>
12 <label>Quick Links</label>
/openbsd/lib/libcrypto/aes/asm/
H A Daes-586.pl543 &jb (&label("loop"));
720 &ja (&label("out"));
752 &jmp (&label("loop"));
1191 &jnc (&label("x86"));
1370 &jb (&label("loop"));
1505 &ja (&label("out"));
1569 &jmp (&label("loop"));
1980 &jnc (&label("x86"));
2041 &lea ($tbl,&DWP(&label("AES_Td")."-".&label("AES_Te"),$tbl));
2681 &jmp (&label("exit"));
[all …]
/openbsd/usr.sbin/ospfd/
H A Dprintconf.c91 print_no(r->type), rtlabel_id2name(r->label)); in print_redistribute()
114 struct n2id_label *label; in print_rtlabel() local
116 TAILQ_FOREACH(label, &rt_labels, entry) in print_rtlabel()
117 if (label->ext_tag) in print_rtlabel()
119 label->name, label->ext_tag); in print_rtlabel()
/openbsd/usr.sbin/relayd/
H A Dpfe_route.c127 struct sockaddr_storage dst, gw, mask, label; in pfe_route() local
128 struct sockaddr_rtlabel *sr = (struct sockaddr_rtlabel *)&label; in pfe_route()
162 if (strlen(crt->rt.label)) { in pfe_route()
164 strlcpy(sr->sr_label, crt->rt.label, sizeof(sr->sr_label)); in pfe_route()
166 iov[iovcnt].iov_base = &label; in pfe_route()
167 iov[iovcnt++].iov_len = ROUNDUP(label.ss_len); in pfe_route()
168 hdr.rtm_msglen += ROUNDUP(label.ss_len); in pfe_route()

12345678910>>...44