Home
last modified time | relevance | path

Searched refs:assigns (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/usr.sbin/sysconf/
H A Dsysconf_edit_make.c36 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 Dsysconf.c600 free(reqs[n].assigns[ai].piece); in main()
601 free(reqs[n].assigns); in main()
602 reqs[n].assigns = NULL; in main()
H A Dsysconf_priv.h82 struct make_assign *assigns; /* make `-=': per-statement pieces */ member
H A Dsysconf_edit_assign.c46 req->assigns = NULL; in split_request()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_ITAV_new_caCerts.pod69 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 DOSSL_CMP_exec_certreq.pod146 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 DPKCS12_SAFEBAG_set0_attrs.pod16 PKCS12_SAFEBAG_set0_attrs() assigns the stack of B<X509_ATTRIBUTE>s to a
H A DPKCS12_init.pod20 PKCS12_init_ex() creates an empty PKCS#12 structure and assigns the supplied
H A DEVP_PKEY_get_group_name.pod18 and assigns I<*gname_len> the actual length of the name not including
H A DX509_get0_distinguishing_id.pod45 X509_set0_distinguishing_id() assigns B<distid> to the certificate B<x>.
H A DNCONF_new_ex.pod31 NCONF_new_ex() creates a new CONF object in heap memory and assigns to
H A DSSL_CTX_set_session_ticket_cb.pod57 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 DSSL_get_stream_id.pod65 While QUICv1 assigns specific meaning to the low two bits of a QUIC stream ID,
H A DOCSP_sendreq_new.pod57 If the operation gets completed it assigns the response,
H A DOSSL_CMP_ITAV_set0.pod56 OSSL_CMP_ITAV_get0_certProfile() on success assigns to I<*out>
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_asn1_octet_string_set1.pod21 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 Dossl_rcu_lock_new.pod51 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 Dconfig.c126 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 Derr_syntax24.error1 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 Derr_syntax24.error1 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 DTargetCallingConv.td110 /// 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 DOptionsBase.td57 // - `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 DAssignmentOfComparisonAsCondition.ql9 * assigns the boolean result of the comparison. Programmers often
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfaraday,ftpci100.txt60 variant) interrupts assigns the default interrupt mapping/swizzling has
H A Dpci.txt15 If present this property assigns a fixed PCI domain number to a host bridge,

123