Home
last modified time | relevance | path

Searched refs:label (Results 101 – 125 of 1098) sorted by relevance

12345678910>>...44

/openbsd/usr.sbin/tcpdump/
H A Dprint-mpls.c45 u_int32_t tag, label, exp, bottom, ttl; in mpls_print() local
56 label = (tag >> 12) & 0xfffff; in mpls_print()
61 printf("MPLS(label %u, exp %u, ttl %u) ", label, exp, ttl); in mpls_print()
74 switch (label) { in mpls_print()
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dparse_version.t118 (my $label = $code) =~ s/\n/\\n/g;
122 is( parse_version_string($code), $expect, $label );
130 is( parse_version_string($code), 'undef', $label );
132 is($warnings, '', "$label does not cause warnings");
/openbsd/sys/arch/macppc/dev/
H A Dawacs.c789 strlcpy(dip->label.name, AudioNselect, sizeof dip->label.name); in awacs_query_devinfo()
794 sizeof dip->un.s.member[0].label.name); in awacs_query_devinfo()
803 strlcpy(dip->label.name, AudioNspeaker, in awacs_query_devinfo()
804 sizeof dip->label.name); in awacs_query_devinfo()
814 strlcpy(dip->label.name, AudioNheadphone, in awacs_query_devinfo()
815 sizeof dip->label.name); in awacs_query_devinfo()
825 strlcpy(dip->label.name, AudioNsource, sizeof dip->label.name); in awacs_query_devinfo()
842 strlcpy(dip->label.name, AudioNmaster, sizeof dip->label.name); in awacs_query_devinfo()
852 strlcpy(dip->label.name, AudioCmonitor, sizeof dip->label.name); in awacs_query_devinfo()
859 strlcpy(dip->label.name, AudioCoutputs, sizeof dip->label.name); in awacs_query_devinfo()
[all …]
/openbsd/sys/dev/isa/
H A Dgus.c2703 strlcpy(dip->label.name, AudioNdac, sizeof dip->label.name); in gusmax_mixer_query_devinfo()
2714 strlcpy(dip->label.name, AudioNline, sizeof dip->label.name); in gusmax_mixer_query_devinfo()
2725 strlcpy(dip->label.name, AudioNcd, sizeof dip->label.name); in gusmax_mixer_query_devinfo()
2747 strlcpy(dip->label.name, AudioNoutput, sizeof dip->label.name); in gusmax_mixer_query_devinfo()
2758 strlcpy(dip->label.name, AudioNmaster, sizeof dip->label.name); in gusmax_mixer_query_devinfo()
2805 strlcpy(dip->label.name, AudioNmute, sizeof dip->label.name); in gusmax_mixer_query_devinfo()
2820 strlcpy(dip->label.name, AudioNrecord, sizeof dip->label.name); in gusmax_mixer_query_devinfo()
2911 strlcpy(dip->label.name, AudioNline, sizeof dip->label.name); in gus_mixer_query_devinfo()
2922 strlcpy(dip->label.name, AudioNcd, sizeof dip->label.name); in gus_mixer_query_devinfo()
2933 strlcpy(dip->label.name, AudioNdac, sizeof dip->label.name); in gus_mixer_query_devinfo()
[all …]
/openbsd/gnu/gcc/gcc/
H A Djump.c324 rtx label; in get_label_before() local
330 if (label == 0 || !LABEL_P (label)) in get_label_before()
338 return label; in get_label_before()
346 rtx label; in get_label_after() local
352 if (label == 0 || !LABEL_P (label)) in get_label_after()
358 return label; in get_label_after()
1049 rtx value = label; in follow_jumps()
1075 return label; in follow_jumps()
1085 return label; in follow_jumps()
1140 if (NOTE_P (label) in mark_jump_label()
[all …]
/openbsd/regress/sys/arch/hppa/probe/
H A Dprobe.c19 volatile char *label; variable
35 snprintf(buf, sizeof buf, "%s not decoded\n", label); in sigsegv()
52 label = #n; \ in main()
55 errx(1, "%s(%p) returned %d", label, (a), rv); in main()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dste.h62 void ffeste_labeldef_branch (ffelab label);
63 void ffeste_labeldef_format (ffelab label);
73 void ffeste_R819A (ffestw block, ffelab label, ffebld var,
77 void ffeste_R819B (ffestw block, ffelab label, ffebld expr);
81 void ffeste_R836 (ffelab label);
83 void ffeste_R838 (ffelab label, ffebld target);
H A Dstd.h69 void ffestd_labeldef_any (ffelab label);
70 void ffestd_labeldef_branch (ffelab label);
71 void ffestd_labeldef_format (ffelab label);
72 void ffestd_labeldef_useless (ffelab label);
153 void ffestd_R819A (ffelexToken construct_name, ffelab label, ffebld var,
157 void ffestd_R819B (ffelexToken construct_name, ffelab label, ffebld expr);
161 void ffestd_R836 (ffelab label);
163 void ffestd_R838 (ffelab label, ffebld target);
H A Dstc.c796 ffelab label; in ffestc_labeldef_begin_() local
1411 ffelab label; in ffestc_labelref_is_assignable_() local
1480 ffelab label; in ffestc_labelref_is_branch_() local
1611 ffelab label; in ffestc_labelref_is_format_() local
1698 ffelab label; in ffestc_labelref_is_loopend_() local
9406 ffelab label; in ffestc_R819A() local
9516 ffelab label; in ffestc_R819B() local
9921 ffelab label; in ffestc_R836() local
10000 ffelab label; in ffestc_R838() local
12063 ffelab label; in ffestc_R1212() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Djump.c478 if (label)
608 rtx label; local
614 if (label == 0 || GET_CODE (label) != CODE_LABEL)
622 return label;
631 rtx label; local
637 if (label == 0 || GET_CODE (label) != CODE_LABEL)
643 return label;
1361 follow_jumps (label) in follow_jumps() argument
1362 rtx label; in follow_jumps()
1396 return label;
[all …]
/openbsd/sys/net/
H A Dif_mpw.c168 sc->sc_smpls.smpls_label = label; in mpw_set_route()
189 uint32_t label; in mpw_set_neighbor() local
195 label = smpls->smpls_label; in mpw_set_neighbor()
196 if (label > MPLS_LABEL_MAX || label <= MPLS_LABEL_RESERVED_MAX) in mpw_set_neighbor()
236 n->n_rshim.shim_label = MPLS_LABEL2SHIM(label); in mpw_set_neighbor()
294 if (label->shim_label > MPLS_LABEL_MAX || in mpw_set_label()
295 label->shim_label <= MPLS_LABEL_RESERVED_MAX) in mpw_set_label()
298 shim = MPLS_LABEL2SHIM(label->shim_label); in mpw_set_label()
308 struct shim_hdr label; in mpw_get_label() local
312 if (label.shim_label == 0) in mpw_get_label()
[all …]
/openbsd/usr.bin/tmux/
H A Dtmux.c191 make_label(const char *label, char **cause) in make_label() argument
199 if (label == NULL) in make_label()
200 label = "default"; in make_label()
233 xasprintf(&path, "%s/%s", base, label); in make_label()
362 char *path = NULL, *label = NULL; in main() local
428 free(label); in main()
429 label = xstrdup(optarg); in main()
526 if (path == NULL && label == NULL) { in main()
534 if ((path = make_label(label, &cause)) == NULL) { in main()
544 free(label); in main()
/openbsd/lib/libcrypto/modes/asm/
H A Dghash-x86.pl151 &jmp (&label("x86_loop"));
176 &js (&label("x86_break"));
178 &jmp (&label("x86_loop"));
510 &jmp (&label("mmx_loop"));
526 &js (&label("mmx_break"));
540 &jmp (&label("mmx_loop"));
787 &jne (&label("outer"));
973 &jz (&label("odd_tail"));
1050 &ja (&label("mod_loop"));
1061 &jnz (&label("done"));
[all …]
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D161_basic_auth.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" );
71 is ( $response->{url}, $case->{expected_url}[0], "$label response URL" );
H A D162_proxy_auth.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" );
71 is ( $response->{url}, $case->{expected_url}[0], "$label response URL" );
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c113 while (label != NULL_TREE && LABEL_IN_SUBR (label)) in subroutine_nesting()
116 label = LABEL_SUBR_START (label); in subroutine_nesting()
117 label = LABEL_SUBR_CONTEXT (label); in subroutine_nesting()
245 merge_type_state (label) in merge_type_state() argument
246 tree label; in merge_type_state()
267 if (LABEL_IS_SUBR_START (label) && LABEL_VERIFIED (label)
268 && current_subr != label)
424 tree label; local
569 label = pending_blocks;
570 if (label == NULL_TREE)
[all …]
/openbsd/regress/sbin/pfctl/
H A Dpf65.ok1 block drop in on ! lo0 inet6 from ::1 to any label "antispoof-lo0"
2 block drop in on ! lo0 inet from 127.0.0.0/8 to any label "antispoof-lo0"
3 block drop in log quick on ! lo0 inet from 127.0.0.0/8 to any label "antispoof-lo0-2"
H A Dpf39.loaded1 @0 pass in log quick on lo0 inet proto tcp all tos 0x08 fragment label "blah"
5 … inet proto tcp all user = 3 group = 32767 flags S/SA tos 0x08 set (prio 2) allow-opts label "blah"
9 … lo0 inet proto tcp all user = 3 group = 0 flags S/SA tos 0x08 set (prio 2) allow-opts label "blah"
13 … inet proto tcp all user = 0 group = 32767 flags S/SA tos 0x08 set (prio 2) allow-opts label "blah"
17 … lo0 inet proto tcp all user = 0 group = 0 flags S/SA tos 0x08 set (prio 2) allow-opts label "blah"
21 @5 pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 set (prio 2) label "blah"
29 @7 pass in log quick on lo0 inet proto tcp all flags S/SA tos 0x08 set (prio 2) label "blah"
H A Dpf39.optimized1 @0 pass in log quick on lo0 inet proto tcp all tos 0x08 fragment label "blah"
5 … inet proto tcp all user = 3 group = 32767 flags S/SA tos 0x08 set (prio 2) allow-opts label "blah"
9 … lo0 inet proto tcp all user = 3 group = 0 flags S/SA tos 0x08 set (prio 2) allow-opts label "blah"
13 … inet proto tcp all user = 0 group = 32767 flags S/SA tos 0x08 set (prio 2) allow-opts label "blah"
17 … lo0 inet proto tcp all user = 0 group = 0 flags S/SA tos 0x08 set (prio 2) allow-opts label "blah"
21 @5 pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 set (prio 2) label "blah"
29 @7 pass in log quick on lo0 inet proto tcp all flags S/SA tos 0x08 set (prio 2) label "blah"
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-09-AdveCommentsResponse.txt12 > br bool <cond>, label <iftrue>, label <iffalse>
211 switch uint %val, label %otherwise,
212 [%3 x {uint, label}] [ { uint %57, label %l1 },
218 switch uint %val, label %otherwise,
219 array %3 of {uint, label}
220 array of {uint, label}
221 { uint %57, label %l1 },
222 { uint %20, label %l2 },
223 { uint %14, label %l3 }
228 switch uint %val, label %otherwise,
[all …]
/openbsd/lib/libssl/
H A Dtls13_key_schedule.c160 const struct tls13_secret *secret, const char *label, in tls13_hkdf_expand_label() argument
163 return tls13_hkdf_expand_label_with_length(out, digest, secret, label, in tls13_hkdf_expand_label()
164 strlen(label), context); in tls13_hkdf_expand_label()
170 const uint8_t *label, size_t label_len, const struct tls13_secret *context) in tls13_hkdf_expand_label_with_length() argument
190 if (!CBB_add_bytes(&child, label, label_len)) in tls13_hkdf_expand_label_with_length()
211 const struct tls13_secret *secret, const char *label, in tls13_derive_secret() argument
214 return tls13_hkdf_expand_label(out, digest, secret, label, context); in tls13_derive_secret()
219 const EVP_MD *digest, const struct tls13_secret *secret, const uint8_t *label, in tls13_derive_secret_with_label_length() argument
222 return tls13_hkdf_expand_label_with_length(out, digest, secret, label, in tls13_derive_secret_with_label_length()
391 tls13_exporter(struct tls13_ctx *ctx, const uint8_t *label, size_t label_len, in tls13_exporter() argument
[all …]
/openbsd/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm657 next if defined $label && $label eq '-'; # display as raw number
669 my $label = shift @enum;
671 $val = $label;
677 push @flags, defined $label ? "$label=$val" : $val;
683 next if defined $label && $label eq '-'; # display as raw number
686 push @flags, $label;
926 my $label = $op->label;
927 $h{coplabel} = $label;
928 $label = $label ? "$label: " : "";
935 $h{arg} = "($label$stash $cseq $loc)";
[all …]
/openbsd/sys/dev/pci/
H A Dsv.c879 sizeof dip->label.name); in sv_query_devinfo()
890 strlcpy(dip->label.name, ports[idx].audio, sizeof dip->label.name); in sv_query_devinfo()
909 strlcpy(dip->label.name, AudioNmute, sizeof dip->label.name); in sv_query_devinfo()
912 sizeof dip->un.e.member[0].label.name); in sv_query_devinfo()
915 sizeof dip->un.e.member[1].label.name); in sv_query_devinfo()
928 strlcpy(dip->label.name, AudioNsource, sizeof dip->label.name); in sv_query_devinfo()
947 strlcpy(dip->label.name, "gain", sizeof dip->label.name); in sv_query_devinfo()
957 strlcpy(dip->label.name, "micboost", sizeof dip->label.name); in sv_query_devinfo()
963 strlcpy(dip->label.name, AudioNspatial, sizeof dip->label.name); in sv_query_devinfo()
969 sizeof dip->un.e.member[0].label.name); in sv_query_devinfo()
[all …]
/openbsd/gnu/llvm/llvm/utils/
H A Dllvm.grm198 | "x86_fp80" | "x86_mmx" | "x86_amx" | - label ;
361 | br label ValueRef
362 | br INTTYPE ValueRef ^ "," label ValueRef ^ "," label ValueRef
363 | switch IntType ValueRef ^ "," label ValueRef "[" JumpTable "]"
364 | switch IntType ValueRef ^ "," label ValueRef "[" ^ "]"
367 to label ValueRef unwind label ValueRef
371 JumpTable ::= JumpTable IntType ConstValueRef ^ "," label ValueRef
372 | IntType ConstValueRef ^ "," label ValueRef ;
380 | label OptParamAttrs ValueRef OptParamAttrs
382 | ParamList ^ "," label OptParamAttrs ValueRef OptParamAttrs
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dmain.py293 print('{} Tests ({}):'.format(code.label, len(tests)))
305 groups = [(c.label, len(tests_by_code[c])) for c in codes]
306 groups = [(label, count) for label, count in groups if count]
310 max_label_len = max(len(label) for label, _ in groups)
313 for (label, count) in groups:
314 label = label.ljust(max_label_len)
316 print(' %s: %s' % (label, count))

12345678910>>...44