Searched refs:other (Results 276 - 300 of 513) sorted by relevance

<<11121314151617181920>>

/freebsd-current/share/dtrace/
H A Dsiftr13 * documentation and/or other materials provided with the distribution.
H A Dtcptrack13 * documentation and/or other materials provided with the distribution.
H A Dblocking13 * documentation and/or other materials provided with the distribution.
H A Dnfsattrstats16 * documentation and/or other materials provided with the distribution.
H A Dnfsclienttime16 * documentation and/or other materials provided with the distribution.
H A Ddisklatencycmd13 * documentation and/or other materials provided with the distribution.
/freebsd-current/share/examples/flua/
H A Dlibjail.lua15 * documentation and/or other materials provided with the distribution.
48 -- Create a persistent jail named "demo" with all other parameters default.
/freebsd-current/stand/lua/
H A Dscreen.lua14 -- documentation and/or other materials provided with the distribution.
/freebsd-current/stand/kshim/
H A Dkshim.mk18 # documentation and/or other materials provided with the distribution.
/freebsd-current/sys/amd64/linux/
H A Dlinux_locore.asm13 * documentation and/or other materials provided with the distribution.
/freebsd-current/sys/crypto/aesni/
H A Daeskeys_i386.S19 * documentation and/or other materials provided with the
130 movups 0x10(%ecx),%xmm2 # other user key
176 movq 0x10(%ecx),%xmm2 # other user key
/freebsd-current/tools/tools/editing/
H A Dfreebsd.vim12 " documentation and/or other materials provided with the distribution.
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp44 bool ArmUnwindInfo::ArmExidxEntry::operator<(const ArmExidxEntry &other) const {
45 return address < other.address;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-append.mk51 # strange side effects in several other places as well.
H A Dcond-token-number.mk78 # to true if it is non-empty. In other '.if' directives, such a token is
H A Dopt-m-include-dir.mk20 # Set up the other files needed for this test.
H A Dvar-op-sunsh.mk23 # Until 2020-10-04, the ':sh' could even be followed by other characters.
88 # the assignment operator at nesting level 0. All other words would lead
131 # assignment operator is '!=', just like with '+=' or the other compound
H A Dvarmod-loop.mk15 # other '$' is left as-is during parsing. Later, when the body is expanded
51 # for the loop variable. These modifiers influence each other.
215 # '@' and '\', respectively; all other backslashes are retained.
225 # any other character itself
234 # Like in other modifiers, '\ ' is preserved, since ' ' is not one of
H A Dvarmod-match.mk11 # 4. Interaction with other modifiers
90 # Only keep words that start with a character other than an uppercase letter.
240 # This differs from the :S, :C and several other modifiers.
252 # 4. Interaction with other modifiers
330 # character is a backslash as well; in all other cases the final
/freebsd-current/contrib/bmake/mk/
H A Djava.mk79 # this will work with other BSD make's
H A Dlibs.mk66 # ensure that we don't clobber each other's dependencies
H A Dprogs.mk75 # ensure that we don't clobber each other's dependencies
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h74 OptionValue(const OptionValue &other);
76 OptionValue& operator=(const OptionValue &other);
/freebsd-current/crypto/openssl/apps/lib/
H A Ds_cb.c1350 void *other, void *ex);
1380 void *other, void *ex)
1387 rv = sdb->old_cb(s, ctx, op, bits, nid, other, ex);
1422 BIO_puts(sdb->out, SSL_CIPHER_get_name(other));
1439 int sig_nid = X509_get_signature_nid(other);
1443 EVP_PKEY *pkey = X509_get0_pubkey(other);
1460 const unsigned char *salg = other;
1378 security_callback_debug(const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex) argument
/freebsd-current/crypto/openssl/apps/
H A Dcms.c151 "Input private key format (ENGINE, other values ignored)"},
288 STACK_OF(X509) *encerts = sk_X509_new_null(), *other = NULL;
802 "Warning: recipient certificate file parameters ignored for operation other than -encrypt\n");
842 if (!load_certs(certfile, 0, &other, NULL, "certificate file")) {
1032 srcms = CMS_sign_receipt(si, signer, key, other, flags);
1050 cms = CMS_sign_ex(NULL, NULL, other, in, flags, libctx, app_get0_propq());
1167 if (CMS_verify(cms, other, store, indata, out, flags) > 0) {
1192 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0) {
1242 sk_X509_pop_free(other, X509_free);

Completed in 308 milliseconds

<<11121314151617181920>>