Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 1098) sorted by relevance

12345678910>>...44

/openbsd-src/usr.sbin/nsd/
H A Ddname.h161 dname_label(const dname_type *dname, uint8_t label) in dname_label() argument
166 assert(label < dname->label_count); in dname_label()
168 label_index = dname_label_offsets(dname)[label]; in dname_label()
232 label_is_normal(const uint8_t *label) in label_is_normal() argument
234 assert(label); in label_is_normal()
235 return (label[0] & 0xc0) == 0; in label_is_normal()
245 label_is_pointer(const uint8_t *label) in label_is_pointer() argument
247 assert(label); in label_is_pointer()
248 return (label[0] & 0xc0) == 0xc0; in label_is_pointer()
258 label_pointer_location(const uint8_t *label) in label_pointer_location() argument
[all …]
/openbsd-src/regress/sbin/pfctl/
H A Dpf47.in1 pass in on lo0 all label ""
3 pass in all label "$if"
4 pass in on lo0 all label "$if"
5 pass in on lo0 all label "$if$if"
7 pass in on lo0 all label "$srcaddr"
8 pass in on lo0 from 0/0 to any label "$srcaddr"
9 pass in on lo0 from 127.0.0.1 to any label "$srcaddr"
10 pass in on lo0 from 127.0.0.1 to any label "$srcaddr$srcaddr"
11 pass in on lo0 from 127.0.0.1 to any label ":$srcaddr:$srcaddr:"
12 pass in on lo0 from 127.0.0.1/8 to any label "$srcaddr"
[all …]
H A Dpf47.ok2 pass in all flags S/SA label "any"
3 pass in on lo0 all flags S/SA label "lo0"
4 pass in on lo0 all flags S/SA label "lo0lo0"
5 pass in on lo0 all flags S/SA label "any"
6 pass in on lo0 inet all flags S/SA label "any"
7 pass in on lo0 inet from 127.0.0.1 to any flags S/SA label "127.0.0.1"
8 pass in on lo0 inet from 127.0.0.1 to any flags S/SA label "127.0.0.1127.0.0.1"
9 pass in on lo0 inet from 127.0.0.1 to any flags S/SA label ":127.0.0.1:127.0.0.1:"
10 pass in on lo0 inet from 127.0.0.0/8 to any flags S/SA label "127.0.0.0/8"
11 pass in on lo0 inet from 127.0.0.0/16 to any flags S/SA label "127.0.0.0/16127.0.0.0/16"
[all …]
/openbsd-src/games/phantasia/
H A Dmap.c63 label("- THE PHANTASIA UNIVERSE -"); in main()
66 label("Lorien"); in main()
68 label("Ithilien"); in main()
70 label("Rohan"); in main()
72 label("Anorien"); in main()
86 label("The Moors"); in main()
88 label("Adventurous"); in main()
90 label("The Moors"); in main()
92 label("Adventurous"); in main()
94 label("The Moors"); in main()
[all …]
/openbsd-src/usr.sbin/ospfd/
H A Dname2id.c89 struct n2id_label *label, *p = NULL; in _name2id() local
97 TAILQ_FOREACH(label, head, entry) in _name2id()
98 if (strcmp(name, label->name) == 0) { in _name2id()
99 label->ref++; in _name2id()
100 return (label->id); in _name2id()
119 if ((label = calloc(1, sizeof(struct n2id_label))) == NULL) in _name2id()
121 if ((label->name = strdup(name)) == NULL) { in _name2id()
122 free(label); in _name2id()
125 label->id = new_id; in _name2id()
126 label->ref++; in _name2id()
[all …]
/openbsd-src/usr.sbin/ospf6d/
H A Dname2id.c89 struct n2id_label *label, *p = NULL; in _name2id() local
97 TAILQ_FOREACH(label, head, entry) in _name2id()
98 if (strcmp(name, label->name) == 0) { in _name2id()
99 label->ref++; in _name2id()
100 return (label->id); in _name2id()
119 if ((label = calloc(1, sizeof(struct n2id_label))) == NULL) in _name2id()
121 if ((label->name = strdup(name)) == NULL) { in _name2id()
122 free(label); in _name2id()
125 label->id = new_id; in _name2id()
126 label->ref++; in _name2id()
[all …]
/openbsd-src/usr.sbin/ripd/
H A Dname2id.c77 struct n2id_label *label, *p = NULL; in _name2id() local
85 TAILQ_FOREACH(label, head, entry) in _name2id()
86 if (strcmp(name, label->name) == 0) { in _name2id()
87 label->ref++; in _name2id()
88 return (label->id); in _name2id()
107 if ((label = calloc(1, sizeof(struct n2id_label))) == NULL) in _name2id()
109 if ((label->name = strdup(name)) == NULL) { in _name2id()
110 free(label); in _name2id()
113 label->id = new_id; in _name2id()
114 label->ref++; in _name2id()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Dintrinsic77.f51 subroutine failure(label) argument
53 character*(*) label local
56 write(6,'(a,a,a)') 'Test ',label,' FAILED'
60 subroutine c_i(i,j,label) argument
63 character*(*) label local
65 call failure(label)
70 subroutine c_r(a,b,label) argument
73 character*(*) label local
75 call failure(label)
80 subroutine c_d(a,b,label) argument
[all …]
H A Df90-intrinsic-numeric.f205 subroutine failure(label) argument
207 character*(*) label local
210 write(6,'(a,a,a)') 'Test ',label,' FAILED'
214 subroutine c_i(i,j,label) argument
217 character*(*) label local
219 call failure(label)
224 subroutine c_i2(i,j,label) argument
227 character*(*) label local
229 call failure(label)
234 subroutine c_i1(i,j,label) argument
[all …]
H A Df90-intrinsic-mathematical.f90 subroutine failure(label) argument
92 character*(*) label local
95 write(6,'(a,a,a)') 'Test ',label,' FAILED'
99 subroutine c_r(a,b,label) argument
102 character*(*) label local
104 call failure(label)
109 subroutine c_d(a,b,label) argument
112 character*(*) label local
114 call failure(label)
119 subroutine c_c(a,b,label) argument
[all …]
H A Dintrinsic-vax-cd.f52 subroutine failure(label) argument
54 character*(*) label local
57 write(6,'(a,a,a)') 'Test ',label,' FAILED'
61 subroutine c_z(a,b,label) argument
64 character*(*) label local
66 call failure(label)
71 subroutine c_d(a,b,label) argument
74 character*(*) label local
76 call failure(label)
81 subroutine p_z_z(f,x,a,label) argument
[all …]
H A Dintrinsic-f2c-z.f52 subroutine failure(label) argument
54 character*(*) label local
57 write(6,'(a,a,a)') 'Test ',label,' FAILED'
61 subroutine c_z(a,b,label) argument
64 character*(*) label local
66 call failure(label)
71 subroutine c_d(a,b,label) argument
74 character*(*) label local
76 call failure(label)
81 subroutine p_z_z(f,x,a,label) argument
[all …]
/openbsd-src/usr.sbin/relayd/
H A Dname2id.c98 struct n2id_label *label, *p = NULL; in _name2id() local
106 TAILQ_FOREACH(label, head, entry) in _name2id()
107 if (strcmp(name, label->name) == 0) { in _name2id()
108 label->ref++; in _name2id()
109 return (label->id); in _name2id()
128 if ((label = calloc(1, sizeof(struct n2id_label))) == NULL) in _name2id()
130 if ((label->name = strdup(name)) == NULL) { in _name2id()
131 free(label); in _name2id()
134 label->id = new_id; in _name2id()
135 label->ref++; in _name2id()
[all …]
/openbsd-src/usr.sbin/bgpd/
H A Dname2id.c104 struct n2id_label *label, *p = NULL; in _name2id() local
110 TAILQ_FOREACH(label, head, entry) in _name2id()
111 if (strcmp(name, label->name) == 0) { in _name2id()
112 label->ref++; in _name2id()
113 return (label->id); in _name2id()
130 if ((label = calloc(1, sizeof(struct n2id_label))) == NULL) in _name2id()
132 if ((label->name = strdup(name)) == NULL) { in _name2id()
133 free(label); in _name2id()
136 label->id = new_id; in _name2id()
137 label->ref++; in _name2id()
[all …]
/openbsd-src/lib/libcrypto/
H A Dx86cpuid.pl
/openbsd-src/gnu/usr.bin/perl/utils/
H A Dperlivp.PL105 my $label = 'Executable perl binary';
109 print "ok 1 $label\n";
114 print "not ok 1 $label\n";
130 $label = 'Perl version correct';
133 print "ok 2 $label\n";
138 print "not ok 2 $label\n";
168 $label = '@INC directories exist';
170 print "ok 3 $label\n";
174 print "not ok 3 $label\n";
197 $label = 'Modules needed for rest of perlivp exist';
[all …]
/openbsd-src/regress/sys/kern/noexec/
H A Dnoexec.c49 char label[64] = "non-exec "; variable
95 printf("%s: execute\n", label); in noexec()
110 printf("%s: execute\n", label); in noexec_mprotect()
118 printf("%s: catch a signal\n", label); in noexec_mprotect()
155 printf("%s: execute #1\n", label); in noexec_mmap()
164 printf("%s: execute #2\n", label); in noexec_mmap()
172 printf("%s: execute #3\n", label); in noexec_mmap()
228 (void) strlcat(label, "text", sizeof(label)); in worker()
244 (void) strlcat(label, "data", sizeof(label)); in worker()
260 (void) strlcat(label, "bss", sizeof(label)); in worker()
[all …]
/openbsd-src/lib/libcrypto/perlasm/
H A Dx86asm.pl133 # label management
134 $lbdecor="L"; # local label decoration, set by package
135 $label="000";
137 sub ::islabel # see is argument is a known label
139 foreach $i (values %label) { return $i if ($i eq $_[0]); }
140 $label{$_[0]}; # can be undef
143 sub ::label # instantiate a function-scope label
144 { if (!defined($label{$_[0]}))
145 { $label{
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/
H A DTestBridge.pm59 my ($label, $dir, $bridge, @args) = @_;
63 subtest "$label: $file" => sub {
122 my ($yaml, $perl, $label) =
135 subtest $label, sub {
189 my ($perl, $yaml, $label) =
194 subtest $label, sub {
218 my ($perl, $error, $label) =
225 subtest $label, sub {
245 my ($yaml, $error, $label) =
251 subtest $label, sub {
[all …]
/openbsd-src/regress/lib/libcrypto/sha/
H A Dsha_test.c683 const char *label; in sha_hash_from_algorithm() local
690 label = SN_sha1; in sha_hash_from_algorithm()
696 label = SN_sha224; in sha_hash_from_algorithm()
702 label = SN_sha256; in sha_hash_from_algorithm()
708 label = SN_sha384; in sha_hash_from_algorithm()
714 label = SN_sha512; in sha_hash_from_algorithm()
720 label = SN_sha3_224; in sha_hash_from_algorithm()
726 label = SN_sha3_256; in sha_hash_from_algorithm()
732 label = SN_sha3_384; in sha_hash_from_algorithm()
738 label = SN_sha3_512; in sha_hash_from_algorithm()
[all …]
/openbsd-src/sys/dev/ic/
H A Dam7930.c431 strlcpy(dip->label.name, AudioNmicrophone, in am7930_query_devinfo()
432 sizeof dip->label.name); in am7930_query_devinfo()
441 strlcpy(dip->label.name, AudioNspeaker, in am7930_query_devinfo()
442 sizeof dip->label.name); in am7930_query_devinfo()
451 strlcpy(dip->label.name, AudioNheadphone, in am7930_query_devinfo()
452 sizeof dip->label.name); in am7930_query_devinfo()
461 strlcpy(dip->label.name, AudioNmonitor, in am7930_query_devinfo()
462 sizeof dip->label.name); in am7930_query_devinfo()
471 strlcpy(dip->label.name, AudioNsource, in am7930_query_devinfo()
472 sizeof dip->label.name); in am7930_query_devinfo()
[all …]
/openbsd-src/lib/libcrypto/aes/asm/
H A Daesni-x86.pl111 &jnz (&label("${p}1_loop_$sn"));
125 &jb (&label("${p}128"));
127 &je (&label("${p}192"));
230 &jnz (&label("${p}3_loop"));
272 &jnz (&label("${p}4_loop"));
309 &jmp (&label("_aesni_${p}rypt6_enter"));
329 &jnz (&label("${p}6_loop"));
365 &jz (&label("ecb_ret"));
368 &jz (&label("ecb_decrypt"));
373 &jb (&label("ecb_enc_tail"));
[all …]
/openbsd-src/regress/lib/libcrypto/aes/
H A Daes_test.c532 aes_ecb_test(size_t test_number, const char *label, int key_bits, in aes_ecb_test() argument
550 label, test_number); in aes_ecb_test()
561 label, test_number); in aes_ecb_test()
570 aes_cbc_test(size_t test_number, const char *label, int key_bits, in aes_cbc_test() argument
590 label, test_number); in aes_cbc_test()
602 label, test_number); in aes_cbc_test()
610 aes_evp_test(size_t test_number, const struct aes_test *at, const char *label, in aes_evp_test() argument
621 label, test_number); in aes_evp_test()
630 label, test_number); in aes_evp_test()
637 label, test_number); in aes_evp_test()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D100_get.t17 my $label = basename($file);
63 is ($got_host, $exp_host, "$label host $exp_host");
64 is ($got_port, $exp_port, "$label port $exp_port");
65 is( sort_headers($got_req), sort_headers($expect_req), "$label request data");
71 is( $response->{status}, $rc, "$label response code $rc" )
75 ok( $response->{success}, "$label success flag true" );
78 ok( ! $response->{success}, "$label success flag false" );
81 is ( $response->{url}, $url, "$label response URL" );
85 is_deeply($response->{headers}, \%expected, "$label expected headers");
104 $check_expected->( $main::data, "$label cb got content" );
[all …]
/openbsd-src/lib/libcrypto/bn/asm/
H A Dbn-586.pl37 &jnc(&label("maw_non_sse2"));
44 &jmp(&label("maw_sse2_entry"));
107 &jz(&label("maw_sse2_exit"));
110 &jnz(&label("maw_sse2_unrolled"));
123 &jnz(&label("maw_sse2_loop"));
157 &jz(&label("maw_finish"));
179 &jnz(&label("maw_loop"));
184 &jnz(&label("maw_finish2")); # helps branch prediction
185 &jmp(&label("maw_end"));
200 &jz(&label("maw_end")) if ($i != 7-1);
[all …]

12345678910>>...44