Searched refs:other (Results 226 - 250 of 513) sorted by relevance

1234567891011>>

/freebsd-current/sys/conf/
H A Dsysent.mk43 # for now, which can be less painful across rebases or other things that may
/freebsd-current/sys/compat/linux/
H A Dlinux_errno.inc14 * documentation and/or other materials provided with the distribution.
/freebsd-current/sys/crypto/aesni/
H A Daeskeys_amd64.S19 * documentation and/or other materials provided with the
125 movups 0x10(%rdi),%xmm2 # other user key
156 movq 0x10(%rdi),%xmm2 # other user key
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h372 void MergeFrom(const ArchSpec &other);
508 void PiecewiseTripleCompare(const ArchSpec &other, bool &arch_different,
H A DStream.h79 Stream(const Stream &other) : m_forwarder(*this) { (*this) = other; } argument
/freebsd-current/share/dtrace/
H A Dtcpdebug13 * documentation and/or other materials provided with the distribution.
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-recursive.mk26 # The chain of variables that refer to each other may be long.
H A Ddirective-for.mk16 # values depending on other variables. In simple cases, the same effect can
60 # namespaces and do not influence each other. The "scope" of the .for loop
179 # variable name in .for loops, based on some other variable. The .for loops
193 # interfere with each other. In the following snippet, the variable 'DIRECT'
256 # corresponding .endfor. In other words, the behavior of the parser depends
267 # without looking at any other directives.
303 # without resolving any other variable names (ForLoop_SubstBody). Later, when
H A Dvarmod-sysv.mk6 # This modifier is applied when the other modifiers don't match exactly.
135 .if ${:Ufile.c other.c:file.%=renamed.%} != "renamed.c other.c"
185 .if ${one two o%e other%e:L:o%%e=X} != "one two X X"
202 # of a word with other strings. This is not possible with a single :S
H A Dvarmod-to-separator.mk18 # After the :ts modifier, other modifiers can follow.
29 # When there is just a colon but no other character, the words are
39 # quote though, or other special characters like dollar or backslash.
67 # The :ts modifier can be followed by other modifiers.
72 # The :ts modifier can follow other modifiers.
77 # The :ts modifier with an actual separator can be followed by other
/freebsd-current/sbin/pfctl/tests/
H A Dpfctl_test_list.inc20 * and/or other materials provided with the distribution.
/freebsd-current/contrib/kyua/doc/
H A Dmanbuild_test.sh12 # documentation and/or other materials provided with the distribution.
93 This other \\
102 This other \\
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm92 In all other respects, C<Text::Template::Preprocess> is identical to
141 Please send questions and other remarks about this software to
/freebsd-current/contrib/bmake/mk/
H A Dwhats.mk50 # you can add other WHAT_* just be sure to set WHAT_LINE_IDS
H A Dtarget-flags.mk31 # It is important that target-flags.mk is included after other
/freebsd-current/usr.bin/dtc/
H A Dfdt.cc18 * documentation and/or other materials provided with the distribution.
633 property_value::try_to_merge(property_value &other) argument
643 *this = other;
651 if (other.type == PHANDLE || other.type == BINARY)
654 byte_data.insert(byte_data.end(), other.byte_data.begin(),
655 other.byte_data.end());
764 // Any status other than VISIT_RECURSE stops our execution and
1103 node::merge_node(node_ptr &other) argument
1105 for (auto &l : other
[all...]
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_asn1.c32 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3)
75 ASN1_IMP(CMS_RevocationInfoChoice, d.other, CMS_OtherRevocationInfoFormat, 1)
113 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
175 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
279 ASN1_ADB_TEMPLATE(cms_default) = ASN1_EXP(CMS_ContentInfo, d.other, ASN1_ANY, 0);
/freebsd-current/contrib/tcpdump/
H A Dprint-decnet.c9 * this paragraph in its entirety in the documentation or other materials
279 #define SGQ_OACK 0120000 /* other channel ack */
280 #define SGQ_ONAK 0130000 /* other channel negative ack */
282 #define SGQ_OTHER 020000 /* other channel qualifier */
586 u_int info, blksize, eco, ueco, hello, other, vers; local
613 other = GET_U_1(cmp->cm_ver.ve_fcnval);
614 ND_PRINT("src %s fcnval %o", dnaddr_string(ndo, src), other);
621 other = GET_U_1(cmp->cm_test.te_data);
622 ND_PRINT("src %s data %o", dnaddr_string(ndo, src), other);
680 other
[all...]
/freebsd-current/crypto/openssl/ssl/
H A Dssl_cert.c39 int op, int bits, int nid, void *other,
1029 int op, int bits, int nid, void *other,
1050 const SSL_CIPHER *c = other;
1106 int ssl_security(const SSL *s, int op, int bits, int nid, void *other) argument
1108 return s->cert->sec_cb(s, NULL, op, bits, nid, other, s->cert->sec_ex);
1111 int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, void *other) argument
1113 return ctx->cert->sec_cb(NULL, ctx, op, bits, nid, other,
1028 ssl_security_default_callback(const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex) argument
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vfsops.c14 * documentation and/or other materials provided with the distribution.
271 * - Returns 0 if the node was found, ENOENT if it was not, and some other
443 struct tarfs_node *parent, *tnp, *other; local
741 NULL, NULL, &other, false);
742 if (error != 0 || other == NULL ||
743 other->type != VREG || other->other != NULL) {
752 tnp->other = other;
[all...]
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c77 infoValue.other,
147 itav->infoValue.other = value;
161 return itav->infoValue.other;
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h80 /// 0 and growing upwards, contains all buffers from this module. The other,
238 // Returns true iff other is wholly contained within this range.
239 bool fullyContains(const SourceRange &other) const {
240 return B <= other.B && E >= other.E;
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dadmin.h15 * documentation and/or other materials provided with the distribution.
46 #error No support for API versions other than 2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h152 bool operator==(const MD5Hash &other) const;
/freebsd-current/contrib/byacc/test/
H A Drun_make.sh114 bison -Wno-other -Wno-conflicts-sr -Wconflicts-rr -y -Wno-yacc run_make.y

Completed in 164 milliseconds

1234567891011>>