Home
last modified time | relevance | path

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

12345678910>>...62

/freebsd-14.2/contrib/libucl/python/tests/
H A Dtest_dump.py15 valid = "a = null;\n"
16 self.assertEqual(ucl.dump(data), valid)
20 valid = "a = 1;\n"
21 self.assertEqual(ucl.dump(data), valid)
25 valid = "a {\n b = 1;\n}\n"
35 valid = "a = \"b\";\n"
41 valid = unicode("a = \"b\";\n")
46 valid = "a = 1.100000;\n"
51 valid = [
55 self.assertIn(ucl.dump(data), valid)
[all …]
H A Dtest_load.py18 valid = { "a" : None }
19 self.assertEqual(ucl.load(data), valid)
23 valid = { "a" : 1 }
24 self.assertEqual(ucl.load(data), valid)
28 valid = { "a" : 1 }
33 valid = { "a" : { "b" : 1 } }
38 valid = { "a" : "b" }
43 valid = {"a" : 1.1}
51 valid = { "a" : True, "b" : False }
74 valid = {
[all …]
/freebsd-14.2/contrib/libucl/tests/schema/
H A DrefRemote.json.disabled7 "description": "remote ref valid",
9 "valid": true
14 "valid": false
23 "description": "remote fragment valid",
25 "valid": true
30 "valid": false
41 "description": "ref within ref valid",
43 "valid": true
48 "valid": false
66 "valid": true
[all …]
H A Ddefinitions.json.disabled3 "description": "valid definition",
7 "description": "valid definition schema",
13 "valid": true
28 "valid": false
/freebsd-14.2/usr.bin/getconf/
H A Dgetconf.c63 int c, key, valid; in main() local
111 if (valid < 0) in main()
118 if (valid > 0) in main()
125 if (valid > 0) in main()
133 if (valid > 0) in main()
138 valid = find_sysconf(name, &key); in main()
139 if (valid > 0) { in main()
141 } else if (valid < 0) { in main()
149 valid = find_pathconf(name, &key); in main()
150 if (valid != 0) { in main()
[all …]
/freebsd-14.2/crypto/openssl/test/recipes/
H A D15-test_ecparam.t24 my @valid = glob(data_file("valid", "*.pem"));
32 my $valid = shift; # Check should pass or fail?
37 if ($valid) {
65 plan tests => scalar(@valid);
66 checkload(\@valid, 1, "ecparam", "-check");
70 plan tests => scalar(@valid);
75 plan tests => scalar(@valid);
110 plan tests => 2 * scalar(@valid);
111 checkcompare(\@valid, "ecparam");
115 plan tests => 2 * scalar(@valid);
[all …]
/freebsd-14.2/bin/pax/
H A Dcache.c188 if (frc || (ptr->valid == VALID)) in name_uid()
211 ptr->valid = INVALID; in name_uid()
225 ptr->valid = VALID; in name_uid()
278 ptr->valid = INVALID; in name_gid()
292 ptr->valid = VALID; in name_gid()
325 if (ptr->valid == INVALID) in uid_name()
353 ptr->valid = INVALID; in uid_name()
356 ptr->valid = VALID; in uid_name()
389 if (ptr->valid == INVALID) in gid_name()
417 ptr->valid = INVALID; in gid_name()
[all …]
/freebsd-14.2/usr.bin/dtc/
H A Dfdt.cc424 valid = false; in parse_reference()
437 if (!valid) in property()
507 if (valid) in property()
594 if (!p->valid) in parse_dtb()
610 if (!p->valid) in parse()
729 if (!valid) in parse_name()
926 if (valid) in node()
937 if (valid) in node()
963 if (!valid) in node()
1498 valid = 0; in resolve_cross_references()
[all …]
/freebsd-14.2/contrib/libc-pwcache/
H A Dpwcache.c280 if (!noname || (ptr->valid == VALID)) in user_from_uid()
306 ptr->valid = INVALID; in user_from_uid()
317 ptr->valid = VALID; in user_from_uid()
375 ptr->valid = INVALID; in group_from_gid()
386 ptr->valid = VALID; in group_from_gid()
420 if (ptr->valid == INVALID) in uid_from_user()
447 ptr->valid = INVALID; in uid_from_user()
450 ptr->valid = VALID; in uid_from_user()
484 if (ptr->valid == INVALID) in gid_from_group()
512 ptr->valid = INVALID; in gid_from_group()
[all …]
/freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpencod.txt44 Encoding = valid
61 Encoding = valid
89 Encoding = valid
130 Encoding = valid
134 Encoding = valid
146 Encoding = valid
150 Encoding = valid
168 Encoding = valid
173 Encoding = valid
185 Encoding = valid
[all …]
/freebsd-14.2/lib/libc/rpc/
H A Dclnt_simple.c68 int valid; /* Is this entry valid ? */ member
150 rcp->valid = 0; in rpc_call()
155 if (!(rcp->valid && rcp->pid == getpid() && in rpc_call()
162 rcp->valid = 0; in rpc_call()
190 rcp->valid = 1; in rpc_call()
192 rcp->valid = 0; in rpc_call()
204 rcp->valid = 0; in rpc_call()
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,vic.txt21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit
24 clear means otherwise. If unspecified, defaults to all valid.
25 - valid-wakeup-mask : A one cell big bit mask of interrupt sources that can be
27 valid-mask property. A set bit means that this interrupt source can be
39 valid-mask = <0xffffff7f>;
40 valid-wakeup-mask = <0x0000ff7f>;
H A Darm,vic.yaml42 valid-mask:
44 A one cell big bit mask of valid interrupt sources. Each bit
48 defaults to all valid.
51 valid-wakeup-mask:
55 valid-mask property. A set bit means that this interrupt source
77 valid-mask = <0xffffff7f>;
78 valid-wakeup-mask = <0x0000ff7f>;
/freebsd-14.2/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.c486 .valid = VALID, in add_depth_small()
566 .valid = VALID, in add_depth_big()
583 .valid = VALID, in add_depth_big()
611 .valid = VALID, in add_depth_big()
625 .valid = VALID, in add_depth_big()
642 .valid = VALID, in add_depth_big()
666 .valid = VALID, in add_depth_big()
845 .valid = VALID, in delete_depth_small()
851 .valid = VALID, in delete_depth_small()
977 .valid = VALID, in delete_depth_big()
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c223 pRequest->valid = agTRUE; in mpiEchoCmd()
321 pRequest->valid = agTRUE; in mpiGetPhyProfileCmd()
397 pRequest->valid = agTRUE; in mpiVHistCapCmd()
480 pRequest->valid = agTRUE; in mpiSetPhyProfileCmd()
582 pRequest->valid = agTRUE; in mpiGetDeviceInfoCmd()
685 pRequest->valid = agTRUE; in mpiSetDeviceInfoCmd()
998 pRequest->valid = agTRUE; in mpiDeregDevHandleCmd()
1110 pRequest->valid = agTRUE; in mpiGetDeviceHandleCmd()
1308 pRequest->valid = agFALSE; in mpiDevHandleAcceptCmd()
1389 pRequest->valid = agTRUE; in mpiNVMReadRegDumpCmd()
[all …]
/freebsd-14.2/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c298 if (!valid) in validate_content()
300 return (valid); in validate_content()
308 if (!valid) in validate_depth()
310 return (valid); in validate_depth()
318 if (!valid) in validate_queue()
320 return (valid); in validate_queue()
329 if (!valid) in validate_single_queue()
331 return (valid); in validate_single_queue()
339 if (!valid) in validate_size()
341 return (valid); in validate_size()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp39 while (SegPos.valid()) { in unify()
70 if (!SegPos.valid()) in extract()
88 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print()
98 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI) in verify()
106 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in getOneVReg()
153 while (LiveUnionI.valid()) { in collectInterferingVRegs()
167 if (!(++LiveUnionI).valid()) { in collectInterferingVRegs()
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_sa_service_record.c97 valid = FALSE; in match_service_pkey_with_ports_pkey()
110 valid = FALSE; in match_service_pkey_with_ports_pkey()
125 valid = FALSE; in match_service_pkey_with_ports_pkey()
139 return valid; in match_service_pkey_with_ports_pkey()
176 if (!valid) { in validate_sr()
179 valid = FALSE; in validate_sr()
185 if (!valid) { in validate_sr()
188 valid = FALSE; in validate_sr()
194 return valid; in validate_sr()
685 if (!valid) { in osm_sr_rcv_process()
[all …]
/freebsd-14.2/tests/sys/fs/fusefs/
H A Dsetattr.cc141 uint32_t valid = FATTR_MODE; in TEST_F() local
144 in.body.setattr.valid == valid && in TEST_F()
196 in.body.setattr.valid == valid && in TEST_F()
245 in.body.setattr.valid == valid && in TEST_F()
327 in.body.setattr.valid == valid && in TEST_F()
380 in.body.setattr.valid == valid && in TEST_F()
418 in.body.setattr.valid == valid && in TEST_F()
623 in.body.setattr.valid == valid && in TEST_F()
678 in.body.setattr.valid == valid && in TEST_F()
742 in.body.setattr.valid == valid); in TEST_F()
[all …]
/freebsd-14.2/contrib/sendmail/contrib/
H A Dexpn.pl130 $valid = $flag_a;
134 if ($valid) {
245 if ($valid) {
289 if ($valid) {
333 if ($valid) {
343 if ($valid) {
353 if ($valid) {
365 if ($valid) {
1123 if ($valid) {
1149 if ($valid) {
[all …]
/freebsd-14.2/contrib/expat/tests/
H A Dxmltest.sh121 for xmldir in ibm/valid/P* \
123 xmltest/valid/ext-sa \
124 xmltest/valid/not-sa \
127 xmltest/valid/sa \
128 sun/valid \
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Daname_to_localname.c44 int valid; in krb5_aname_to_localname() local
52 valid = 0; in krb5_aname_to_localname()
55 valid = 1; in krb5_aname_to_localname()
60 if (valid == 0) in krb5_aname_to_localname()
/freebsd-14.2/crypto/openssh/
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 …]
/freebsd-14.2/stand/common/
H A Disapnp.c92 int i, bit, valid = 0, sum = 0x6a; in isapnp_get_serial() local
104 valid = valid || bit; in isapnp_get_serial()
113 valid = valid && (data[8] == sum); in isapnp_get_serial()
115 return valid; in isapnp_get_serial()
/freebsd-14.2/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp218 m_curr_pe_state.valid = false; in resetDecoder()
303 if(m_curr_pe_state.valid) in decodePacket()
336 m_curr_pe_state.valid = true; in processIsync()
407 if(m_curr_pe_state.valid) in processBranch()
422 if(m_curr_pe_state.valid) in processBranch()
429 m_curr_pe_state.valid = true; in processBranch()
450 if(m_curr_pe_state.valid) in processWPUpdate()
478 if(!m_curr_pe_state.valid) in processAtom()
563 m_curr_pe_state.valid = false; in processAtomRange()
579 m_curr_pe_state.valid = true; in processAtomRange()
[all …]

12345678910>>...62