| /freebsd/usr.sbin/sysconf/ |
| H A D | sysconf_edit_make.c | 36 na = realloc(req->assigns, (req->nassigns + 1) * sizeof(*na)); in make_assign_push() 41 req->assigns = na; in make_assign_push() 93 work[i] = strdup(reqs[n].assigns[i].piece); in do_make_strikes() 152 merged = make_apply(reqs[n].assigns[i].op, new_eff, in do_make_strikes() 171 if (reqs[n].assigns[k].fileidx == i && in do_make_strikes() 173 reqs[n].assigns[k].piece) != 0) in do_make_strikes() 184 if (reqs[n].assigns[k].fileidx != i || in do_make_strikes() 186 reqs[n].assigns[k].piece) == 0) in do_make_strikes() 192 opt->match_line = reqs[n].assigns[k].line; in do_make_strikes() 193 opt->op = reqs[n].assigns[k].op; in do_make_strikes() [all …]
|
| H A D | sysconf.c | 600 free(reqs[n].assigns[ai].piece); in main() 601 free(reqs[n].assigns); in main() 602 reqs[n].assigns = NULL; in main()
|
| H A D | sysconf_priv.h | 82 struct make_assign *assigns; /* make `-=': per-statement pieces */ member
|
| H A D | sysconf_edit_assign.c | 46 req->assigns = NULL; in split_request()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_ITAV_new_caCerts.pod | 69 It assigns NULL to I<*out> if there are no CA certificates in I<itav>, otherwise 76 It assigns NULL to I<*out> if no certificate is included in I<itav>, otherwise 88 it assigns to I<*newWithNew> the internal pointer 90 If I<newWithOld> is not NULL, it assigns to I<*newWithOld> the internal pointer 92 If I<oldWithNew> is not NULL, it assigns to I<*oldWithNew> the internal pointer 130 and assigns them to I<*dpn>, I<*issuer>, and I<*thisUpdate>. 139 OSSL_CMP_ITAV_get0_crlStatusList() on success assigns to I<*out> an internal 148 OSSL_CMP_ITAV_get0_crls() on success assigns to I<*out> an internal pointer to 166 If assigns NULL to I<*certTemplate> if no B<OSSL_CRMF_CERTTEMPLATE> structure 172 B<algId> or B<rsaKeyLen> and assigns to I<*keySpec> a copy of the keySpec field.
|
| H A D | OSSL_CMP_exec_certreq.pod | 146 On success it assigns to I<*out> the list of certificates received, 155 On success it assigns to I<*newWithNew> the root certificate received. 157 it assigns to them the corresponding transition certificates. 171 On success it assigns to I<*crl> the CRL received. 177 CMP server referenced by I<ctx>. On success it assigns to I<*certTemplate>
|
| H A D | PKCS12_SAFEBAG_set0_attrs.pod | 16 PKCS12_SAFEBAG_set0_attrs() assigns the stack of B<X509_ATTRIBUTE>s to a
|
| H A D | PKCS12_init.pod | 20 PKCS12_init_ex() creates an empty PKCS#12 structure and assigns the supplied
|
| H A D | EVP_PKEY_get_group_name.pod | 18 and assigns I<*gname_len> the actual length of the name not including
|
| H A D | X509_get0_distinguishing_id.pod | 45 X509_set0_distinguishing_id() assigns B<distid> to the certificate B<x>.
|
| H A D | NCONF_new_ex.pod | 31 NCONF_new_ex() creates a new CONF object in heap memory and assigns to
|
| H A D | SSL_CTX_set_session_ticket_cb.pod | 57 SSL_SESSION_get0_ticket_appdata() assigns B<data> to the session ticket 58 application data and assigns B<len> to the length of the session ticket
|
| H A D | SSL_get_stream_id.pod | 65 While QUICv1 assigns specific meaning to the low two bits of a QUIC stream ID,
|
| H A D | OCSP_sendreq_new.pod | 57 If the operation gets completed it assigns the response,
|
| H A D | OSSL_CMP_ITAV_set0.pod | 56 OSSL_CMP_ITAV_get0_certProfile() on success assigns to I<*out>
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_cmp_asn1_octet_string_set1.pod | 21 referenced via the I<tgt> argument and assigns either a copy of 25 referenced via the I<tgt> argument and assigns either a copy of the given byte
|
| H A D | ossl_rcu_lock_new.pod | 51 ossl_rcu_assign_uptr() assigns the value pointed to by v to the 63 ossl_rcu_assign_ptr() assigns the value pointed to by v to
|
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | config.c | 126 static TAILQ_HEAD(assigns, assign) assigns = TAILQ_HEAD_INITIALIZER(assigns); 742 TAILQ_INSERT_TAIL(&assigns, tp, link); in handle_assignment() 1251 while ((tp = TAILQ_LAST(&assigns, assigns)) != NULL) { in do_rollback() 1252 TAILQ_REMOVE(&assigns, tp, link); in do_rollback() 1278 while ((tp = TAILQ_FIRST(&assigns)) != NULL) { in do_commit() 1279 TAILQ_REMOVE(&assigns, tp, link); in do_commit()
|
| /freebsd/contrib/byacc/test/yacc/ |
| H A D | err_syntax24.error | 1 YACC: w - line 21 of "./err_syntax24.y", the default action for expr assigns an undefined value to …
|
| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | err_syntax24.error | 1 YACC: w - line 21 of "./err_syntax24.y", the default action for expr assigns an undefined value to …
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 110 /// list that is still available. If so, it assigns the value to the first 131 /// CCAssignToStack - This action always matches: it assigns the value to a 160 /// CCPassByVal - This action always matches: it assigns the value to a stack
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | OptionsBase.td | 57 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid 90 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
|
| /freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/ |
| H A D | AssignmentOfComparisonAsCondition.ql | 9 * assigns the boolean result of the comparison. Programmers often
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | faraday,ftpci100.txt | 60 variant) interrupts assigns the default interrupt mapping/swizzling has
|
| H A D | pci.txt | 15 If present this property assigns a fixed PCI domain number to a host bridge,
|