Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 1259) sorted by relevance

12345678910>>...51

/openbsd/regress/lib/libcrypto/ec/
H A Dec_point_conversion.c208 int valid; member
216 .valid = 1,
223 .valid = 0,
236 .valid = 1,
250 .valid = 1,
263 .valid = 1,
277 .valid = 1,
294 .valid = 1,
312 .valid = 0,
329 .valid = 1,
[all …]
/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dixp.rdomain1.ok5 Origin IGP, metric 0, localpref 100, weight 0, ovs valid, avs unknown, external, valid, best
6 Ext. Communities: ovs valid
11 Origin IGP, metric 0, localpref 1, weight 0, ovs invalid, avs unknown, external, valid, best
18 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
24 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
31 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
38 Origin IGP, metric 0, localpref 1, weight 0, ovs not-found, avs unknown, external, valid, best
45 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
53 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
61 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
[all …]
H A Dixp.rdomain2.ok5 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
10 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
15 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
22 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
29 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
36 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
41 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
47 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
53 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
58 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid, best
[all …]
H A Deval_all.test4.ok5 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
10 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
15 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
20 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
25 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
30 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
H A Deval_all.test1.ok5 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
10 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
15 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
20 Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, avs unknown, external, valid
/openbsd/lib/libc/gen/
H A Dpwcache.c220 if (!noname || (ptr->valid == VALID)) in user_from_uid()
239 ptr->valid = INVALID; in user_from_uid()
250 ptr->valid = VALID; in user_from_uid()
300 ptr->valid = INVALID; in group_from_gid()
311 ptr->valid = VALID; in group_from_gid()
346 if (ptr->valid == INVALID) in uid_from_user()
369 ptr->valid = INVALID; in uid_from_user()
372 ptr->valid = VALID; in uid_from_user()
407 if (ptr->valid == INVALID) in gid_from_group()
431 ptr->valid = INVALID; in gid_from_group()
[all …]
/openbsd/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py138 if self.valid:
147 self.valid = 1
195 if self.valid:
206 self.valid = 1
222 if self.valid:
239 if self.valid:
252 self.valid = 1
358 if self.valid:
395 if self.valid:
405 self.valid = 1
[all …]
/openbsd/regress/sbin/pfctl/
H A Dpfail30.ok4 stdin:2: rule expands to no valid combination
8 stdin:3: rule expands to no valid combination
11 stdin:4: rule expands to no valid combination
15 stdin:6: rule expands to no valid combination
23 stdin:13: rule expands to no valid combination
27 stdin:14: rule expands to no valid combination
28 stdin:15: rule expands to no valid combination
32 stdin:16: rule expands to no valid combination
34 stdin:17: rule expands to no valid combination
36 stdin:18: rule expands to no valid combination
/openbsd/lib/libssl/
H A Ds3_lib.c177 .valid = 1,
193 .valid = 1,
209 .valid = 1,
225 .valid = 1,
241 .valid = 1,
261 .valid = 1,
277 .valid = 1,
293 .valid = 1,
313 .valid = 1,
329 .valid = 1,
[all …]
/openbsd/sys/arch/amd64/stand/libsa/
H A Dmdrandom.c45 uint8_t valid; in mdrandom() local
53 : "=r" (rand), "=qm" (valid)); in mdrandom()
54 } while (!valid && --retries > 0); in mdrandom()
65 uint8_t valid; in mdrandom() local
73 : "=r" (rand), "=qm" (valid)); in mdrandom()
74 } while (!valid && --retries > 0); in mdrandom()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D920923-1.c33 int valid; member
44 if (mmu_base[Level1(va)]->valid==0x0) {
46 mmu_base[Level1(va)]->valid = 0x3; /* { error "parse error" } */
48 l1_base[idx]->valid = 0x0;
53 if (l1_base[Level2(va)]->valid==0x0) {
56 l1_base[Level2(va)]->valid = 0x3; /* { error "parse error" } */
58 l2_base[idx]->valid=0x0;
63 page_addr = l2_base[Level2(va)]->valid;/* { error "undeclared|no type" } */
/openbsd/sys/arch/i386/stand/libsa/
H A Dmdrandom.c50 uint8_t valid; in mdrandom() local
58 : "=r" (rand), "=qm" (valid)); in mdrandom()
59 } while (!valid && --retries > 0); in mdrandom()
70 uint8_t valid; in mdrandom() local
78 : "=r" (rand), "=qm" (valid)); in mdrandom()
79 } while (!valid && --retries > 0); in mdrandom()
/openbsd/regress/lib/libssl/unit/
H A Dssl_set_alpn_protos.c137 const uint8_t valid[] = { in test_ssl_set_alpn_protos_edge_cases() local
146 if (SSL_CTX_set_alpn_protos(ctx, valid, sizeof(valid)) != 0) { in test_ssl_set_alpn_protos_edge_cases()
154 if (SSL_CTX_set_alpn_protos(ctx, valid, 0) != 0) { in test_ssl_set_alpn_protos_edge_cases()
166 if (SSL_set_alpn_protos(ssl, valid, sizeof(valid)) != 0) { in test_ssl_set_alpn_protos_edge_cases()
174 if (SSL_set_alpn_protos(ssl, valid, 0) != 0) { in test_ssl_set_alpn_protos_edge_cases()
/openbsd/regress/lib/libc/atexit/
H A DMakefile5 CLEANFILES = invalid.out valid.out
9 ./${PROG} -valid 2>${.OBJDIR}/valid.out
10 cmp -s ${.OBJDIR}/valid.out ${.CURDIR}/valid.ok
/openbsd/gnu/usr.bin/perl/lib/
H A Dutf8.t369 ok( utf8::valid($a), "utf8::valid basic");
393 ok( utf8::valid($a), "utf8::valid basic");
411 ok( utf8::valid($a), "utf8::valid basic");
433 ok(utf8::valid($a), "utf8::valid basic");
434 ok(utf8::valid($b), "utf8::valid beyond");
435 ok(utf8::valid($c), "utf8::valid beyond");
454 ok(utf8::valid($a), "!utf8::valid basic");
566 ok(utf8::valid(chr(0x250)), "0x250");
567 ok(utf8::valid(chr(0x260)), "0x260");
568 ok(utf8::valid(chr(0x270)), "0x270");
[all …]
/openbsd/sys/netinet6/
H A Dudp6_output.c106 struct sockaddr_in6 tmp, valid; in udp6_output() local
164 valid.sin6_addr = *laddr; in udp6_output()
165 valid.sin6_port = inp->inp_lport; in udp6_output()
166 valid.sin6_scope_id = 0; in udp6_output()
167 valid.sin6_family = AF_INET6; in udp6_output()
168 valid.sin6_len = sizeof(valid); in udp6_output()
169 error = in6_pcbaddrisavail(inp, &valid, 0, p); in udp6_output()
/openbsd/regress/lib/libc/vis/
H A DMakefile4 CLEANFILES+= valid.out
7 ./${PROG} >${.OBJDIR}/valid.out
8 cmp -s ${.OBJDIR}/valid.out ${.CURDIR}/valid.ok
/openbsd/regress/lib/libc/strerror/
H A DMakefile6 CLEANFILES+= invalid.out valid.out
9 ./${PROG} >${.OBJDIR}/valid.out
10 cmp -s ${.OBJDIR}/valid.out ${.CURDIR}/valid.ok
/openbsd/lib/libcrypto/x509/
H A Dx509_issuer_cache.c137 ret = found->valid; in x509_issuer_cache_find()
155 int valid) in x509_issuer_cache_add() argument
161 if (valid != 0 && valid != 1) in x509_issuer_cache_add()
173 new->valid = valid; in x509_issuer_cache_add()
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c90 if ((assignment.valid == true) && (assignment.eng_id == eng_id)) { in get_stream_using_link_enc()
116 if (assignment.valid && assignment.stream == stream) { in remove_link_enc_assignment()
151 .valid = true, in add_link_enc_assignment()
419 if (assignment.valid) in link_enc_cfg_link_encs_assign()
432 if (assignment.valid) in link_enc_cfg_link_encs_assign()
543 if (assignment.valid) in link_enc_cfg_get_next_avail_link_enc()
654 if (assignment.valid) in link_enc_cfg_validate()
667 if (assignment.valid) { in link_enc_cfg_validate()
677 if (assignment_i.valid) { in link_enc_cfg_validate()
689 if (assignment_j.valid) { in link_enc_cfg_validate()
[all …]
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp40 while (SegPos.valid()) { in unify()
71 if (!SegPos.valid()) in extract()
89 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print()
99 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI) in verify()
107 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in getOneVReg()
154 while (LiveUnionI.valid()) { in collectInterferingVRegs()
168 if (!(++LiveUnionI).valid()) { in collectInterferingVRegs()
/openbsd/lib/libexpat/tests/
H A Dxmltest.sh120 for xmldir in ibm/valid/P* \
122 xmltest/valid/ext-sa \
123 xmltest/valid/not-sa \
126 xmltest/valid/sa \
127 sun/valid \
/openbsd/sys/dev/pci/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c187 info_packet->valid = true; in mod_build_vsc_infopacket()
209 info_packet->valid = true; in mod_build_vsc_infopacket()
219 info_packet->valid = true; in mod_build_vsc_infopacket()
293 info_packet->valid = true; in mod_build_vsc_infopacket()
460 info_packet->valid = false; in mod_build_hf_vsif_infopacket()
521 info_packet->valid = true; in mod_build_hf_vsif_infopacket()
529 info_packet->valid = false; in mod_build_adaptive_sync_infopacket()
553 info_packet->valid = true; in mod_build_adaptive_sync_infopacket_v1()
565 info_packet->valid = true; in mod_build_adaptive_sync_infopacket_v2()
/openbsd/lib/libc/rpc/
H A Dclnt_simple.c51 int oldprognum, oldversnum, valid; member
82 if (crp->valid && crp->oldprognum == prognum && crp->oldversnum == versnum in callrpc()
86 crp->valid = 0; in callrpc()
108 crp->valid = 1; in callrpc()
121 crp->valid = 0; in callrpc()
/openbsd/usr.bin/ssh/
H A DPROTOCOL.certkeys86 uint64 valid after
87 uint64 valid before
106 uint64 valid after
107 uint64 valid before
126 uint64 valid after
127 uint64 valid before
143 uint64 valid after
144 uint64 valid before
180 zero-length "valid principals" field means the certificate is valid for
183 "valid after" and "valid before" specify a validity period for the
[all …]

12345678910>>...51