Home
last modified time | relevance | path

Searched full:assigns (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/freebsd/contrib/diff/
H A DAUTHORS26 Assigns diff (diff.c, initial version).
29 Assigns cmp.
33 Assigns changes to diff.
36 Assigns changes to diff.
39 Assigns diff3.
42 Assigns changes to GNU Diff.
45 Assigns changes to diff (for -D).
71 Assigns changes to diff.
85 Assigns wdiff and future changes submitted to the FSF.
89 Assigns changes (makefile.in, analyze.c, cmp.c, error.c, diff.c,
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_CMP_ITAV_new_caCerts.3128 It assigns NULL to \fI*out\fR if there are no CA certificates in \fIitav\fR, otherwise
135 It assigns NULL to \fI*out\fR if no certificate is included in \fIitav\fR, otherwise
147 it assigns to \fI*newWithNew\fR the internal pointer
149 If \fInewWithOld\fR is not NULL, it assigns to \fI*newWithOld\fR the internal pointer
151 If \fIoldWithNew\fR is not NULL, it assigns to \fI*oldWithNew\fR the internal pointer
186 and assigns them to \fI*dpn\fR, \fI*issuer\fR, and \fI*thisUpdate\fR.
195 \&\fBOSSL_CMP_ITAV_get0_crlStatusList()\fR on success assigns to \fI*out\fR an internal
204 \&\fBOSSL_CMP_ITAV_get0_crls()\fR on success assigns to \fI*out\fR an internal pointer to
222 If assigns NULL to \fI*certTemplate\fR if no \fBOSSL_CRMF_CERTTEMPLATE\fR structure
228 \&\fBalgId\fR or \fBrsaKeyLen\fR and assigns to \fI*keySpec\fR a copy of the keySpec field.
H A DOSSL_CMP_exec_certreq.3206 On success it assigns to \fI*out\fR the list of certificates received,
215 On success it assigns to \fI*newWithNew\fR the root certificate received.
217 it assigns to them the corresponding transition certificates.
231 On success it assigns to \fI*crl\fR the CRL received.
237 CMP server referenced by \fIctx\fR. On success it assigns to \fI*certTemplate\fR
H A DSSL_CTX_set_session_ticket_cb.3116 \&\fBSSL_SESSION_get0_ticket_appdata()\fR assigns \fBdata\fR to the session ticket
117 application data and assigns \fBlen\fR to the length of the session ticket
/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 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 DEVP_PKEY_get_group_name.pod18 and assigns I<*gname_len> the actual length of the name not including
H A DPKCS12_init.pod20 PKCS12_init_ex() creates an empty PKCS#12 structure and assigns the supplied
/freebsd/share/man/man9/
H A Dbitset.9459 and assigns the result to
489 and assigns the result to
522 and assigns the result to
552 and assigns the result to
582 and assigns the result to
/freebsd/contrib/libcbor/src/cbor/
H A Dints.h59 /** Assigns the integer value
67 /** Assigns the integer value
75 /** Assigns the integer value
83 /** Assigns the integer value
H A Dfloats_ctrls.h172 /** Assigns a float value
179 /** Assigns a float value
186 /** Assigns a float value
/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.pod47 ossl_rcu_assign_uptr() assigns the value pointed to by v to the
59 ossl_rcu_assign_ptr() assigns the value pointed to by v to
/freebsd/contrib/ncurses/form/
H A Dfrm_hook.c60 | Description : Assigns an application defined initialization function
82 | Description : Assigns an application defined finalization function
104 | Description : Assigns an application defined initialization function
126 | Description : Assigns an application defined finalization function
/freebsd/share/man/man4/
H A Dscsi.4196 This assigns
208 This assigns
219 This assigns
243 This assigns the NVMe card at PCI bus 7 slot 0 function 1 to scbus 10.
/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/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td110 /// list that is still available. If so, it assigns the value to the first
124 /// CCAssignToStack - This action always matches: it assigns the value to a
153 /// CCPassByVal - This action always matches: it assigns the value to a stack
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp10 /// This file implements a pass which assigns WebAssembly register
54 "Assigns WebAssembly register numbers for virtual registers",
/freebsd/sys/tools/syscalls/core/
H A Dsyscall.lua40 -- Processes and assigns the appropriate thread flag for this system call.
50 -- Processes and assigns the appropriate capability flag for this system call.
242 -- Adds the argument(s) for this system call. Once addFunc() assigns a name
307 -- Assigns the correct args_size. Defaults to "0", except if there's arguments
/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/CodeGen/
H A DScheduleDAG.h154 //// Assigns the SUnit to which this edge points.
224 /// Assigns the associated register for this edge. This is only valid on
360 /// Assigns the representative SDNode for this SUnit. This may be used
380 /// Assigns the instruction for the SUnit. This may be used during
500 //// Assigns the SUnit to which this edge points.
747 /// Assigns the topological index to the node n.
/freebsd/contrib/kyua/utils/
H A Doptional.ipp85 /// Explicitly assigns an optional object to the none value.
99 /// Assigns a new value to the optional object.

12345678910>>...13