Searched refs:other (Results 1 - 25 of 395) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-var-expanded.exp0 other value $$
H A Dopt-var-literal.exp0 other ${VALUE} $$$$
H A Dopt-ignore.exp6 other 1
8 other 2
H A Dopt-keep-going.exp3 other 1
/freebsd-13-stable/crypto/openssh/regress/
H A Dallow-deny-users.sh11 other="nobody"
39 test_auth "$other $me" "" false "user in DenyUsers allowed"
40 test_auth "$me $other" "" false "user in DenyUsers allowed"
41 test_auth "" "$other" false "user not in AllowUsers allowed"
42 test_auth "" "$other $me" true "user in AllowUsers denied"
43 test_auth "" "$me $other" true "user in AllowUsers denied"
44 test_auth "$me $other" "$me $other" false "user in both DenyUsers and AllowUsers allowed"
45 test_auth "$other $me" "$other
[all...]
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Ddirectory.cpp12 // documentation and/or other materials provided with the distribution.
62 /// \param other The entry to compare to.
66 fs::directory_entry::operator==(const directory_entry& other) const
68 return name == other.name;
74 /// \param other The entry to compare to.
78 fs::directory_entry::operator!=(const directory_entry& other) const
80 return !(*this == other);
86 /// \param other The entry to compare to.
88 /// \return True if this entry sorts before the other entry; false otherwise.
90 fs::directory_entry::operator<(const directory_entry& other) cons
[all...]
/freebsd-13-stable/contrib/kyua/utils/
H A Ddatetime.cpp12 // documentation and/or other materials provided with the distribution.
118 /// \param other The object to compare to.
122 datetime::delta::operator==(const datetime::delta& other) const
124 return seconds == other.seconds && useconds == other.useconds;
130 /// \param other The object to compare to.
134 datetime::delta::operator!=(const datetime::delta& other) const
136 return !(*this == other);
142 /// \param other The object to compare to.
144 /// \return True if this time delta is shorter than other; fals
211 operator +=(const datetime::delta& other) argument
549 operator +=(const datetime::delta& other) argument
575 operator -=(const datetime::delta& other) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h47 bool operator<(DIERef other) const {
48 if (m_dwo_num_valid != other.m_dwo_num_valid)
49 return m_dwo_num_valid < other.m_dwo_num_valid;
50 if (m_dwo_num_valid && (m_dwo_num != other.m_dwo_num))
51 return m_dwo_num < other.m_dwo_num;
52 if (m_section != other.m_section)
53 return m_section < other.m_section;
54 return m_die_offset < other.m_die_offset;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWatchdog.h31 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
32 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
/freebsd-13-stable/contrib/kyua/model/
H A Dcontext.cpp12 // documentation and/or other materials provided with the distribution.
61 /// \param other The object to compare to.
65 operator==(const impl& other) const
67 return _cwd == other._cwd && _env == other._env;
111 /// \param other The other object to compare this one to.
113 /// \return True if this object and other are equal; false otherwise.
115 model::context::operator==(const context& other) const
117 return *_pimpl == *other
[all...]
H A Dtest_case.cpp12 // documentation and/or other materials provided with the distribution.
99 /// \param other The other object to compare this one to.
101 /// \return True if this object and other are equal; false otherwise.
103 operator==(const impl& other) const
105 return (name == other.name &&
106 get_metadata() == other.get_metadata() &&
107 fake_result == other.fake_result);
254 /// \param other The other objec
[all...]
H A Dtest_result.cpp12 // documentation and/or other materials provided with the distribution.
93 /// \param other The test result to compare to.
95 /// \return True if the other object is equal to this one, false otherwise.
97 model::test_result::operator==(const test_result& other) const
99 return _type == other._type && _reason == other._reason;
105 /// \param other The test result to compare to.
107 /// \return True if the other object is different from this one, false
110 model::test_result::operator!=(const test_result& other) const
112 return !(*this == other);
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h40 bool operator==(const VersionType &other) const {
41 return major == other.major && minor == other.minor;
43 bool operator>=(const VersionType &other) const {
44 return major > other.major ||
45 (major == other.major && minor >= other.minor);
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h16 // in the documentation and/or other materials provided with the
83 ValueArray1(const ValueArray1& other) : v1_(other.v1_) {} argument
87 void operator=(const ValueArray1& other);
103 ValueArray2(const ValueArray2& other) : v1_(other.v1_), v2_(other.v2_) {} argument
107 void operator=(const ValueArray2& other);
125 ValueArray3(const ValueArray3& other) : v1_(other argument
150 ValueArray4(const ValueArray4& other) argument
176 ValueArray5(const ValueArray5& other) argument
205 ValueArray6(const ValueArray6& other) argument
235 ValueArray7(const ValueArray7& other) argument
268 ValueArray8(const ValueArray8& other) argument
303 ValueArray9(const ValueArray9& other) argument
339 ValueArray10(const ValueArray10& other) argument
377 ValueArray11(const ValueArray11& other) argument
418 ValueArray12(const ValueArray12& other) argument
461 ValueArray13(const ValueArray13& other) argument
505 ValueArray14(const ValueArray14& other) argument
551 ValueArray15(const ValueArray15& other) argument
601 ValueArray16(const ValueArray16& other) argument
652 ValueArray17(const ValueArray17& other) argument
705 ValueArray18(const ValueArray18& other) argument
759 ValueArray19(const ValueArray19& other) argument
816 ValueArray20(const ValueArray20& other) argument
876 ValueArray21(const ValueArray21& other) argument
937 ValueArray22(const ValueArray22& other) argument
1000 ValueArray23(const ValueArray23& other) argument
1066 ValueArray24(const ValueArray24& other) argument
1133 ValueArray25(const ValueArray25& other) argument
1202 ValueArray26(const ValueArray26& other) argument
1274 ValueArray27(const ValueArray27& other) argument
1348 ValueArray28(const ValueArray28& other) argument
1423 ValueArray29(const ValueArray29& other) argument
1501 ValueArray30(const ValueArray30& other) argument
1581 ValueArray31(const ValueArray31& other) argument
1663 ValueArray32(const ValueArray32& other) argument
1748 ValueArray33(const ValueArray33& other) argument
1834 ValueArray34(const ValueArray34& other) argument
1921 ValueArray35(const ValueArray35& other) argument
2012 ValueArray36(const ValueArray36& other) argument
2105 ValueArray37(const ValueArray37& other) argument
2199 ValueArray38(const ValueArray38& other) argument
2295 ValueArray39(const ValueArray39& other) argument
2394 ValueArray40(const ValueArray40& other) argument
2495 ValueArray41(const ValueArray41& other) argument
2598 ValueArray42(const ValueArray42& other) argument
2702 ValueArray43(const ValueArray43& other) argument
2809 ValueArray44(const ValueArray44& other) argument
2918 ValueArray45(const ValueArray45& other) argument
3029 ValueArray46(const ValueArray46& other) argument
3142 ValueArray47(const ValueArray47& other) argument
3258 ValueArray48(const ValueArray48& other) argument
3375 ValueArray49(const ValueArray49& other) argument
3493 ValueArray50(const ValueArray50& other) argument
3638 Iterator(const Iterator& other) argument
3762 Iterator(const Iterator& other) argument
3904 Iterator(const Iterator& other) argument
4063 Iterator(const Iterator& other) argument
4241 Iterator(const Iterator& other) argument
4436 Iterator(const Iterator& other) argument
4650 Iterator(const Iterator& other) argument
4880 Iterator(const Iterator& other) argument
5128 Iterator(const Iterator& other) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DVisibility.h92 void mergeLinkage(LinkageInfo other) { argument
93 mergeLinkage(other.getLinkage());
127 void mergeVisibility(LinkageInfo other) { argument
128 mergeVisibility(other.getVisibility(), other.isVisibilityExplicit());
132 void merge(LinkageInfo other) { argument
133 mergeLinkage(other);
134 mergeVisibility(other);
138 void mergeMaybeWithVisibility(LinkageInfo other, bool withVis) { argument
139 mergeLinkage(other);
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Initialization/
H A DSystemLifetimeManager.h36 SystemLifetimeManager(const SystemLifetimeManager &other) = delete; member in class:lldb_private::SystemLifetimeManager
37 SystemLifetimeManager &operator=(const SystemLifetimeManager &other) = delete; member in class:lldb_private::SystemLifetimeManager
/freebsd-13-stable/contrib/libcxxrt/
H A Dtypeinfo.cc12 * and/or other materials provided with the distribution.
36 bool type_info::operator==(const type_info &other) const
38 return __type_name == other.__type_name;
40 bool type_info::operator!=(const type_info &other) const
42 return __type_name != other.__type_name;
44 bool type_info::before(const type_info &other) const
46 return __type_name < other.__type_name;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s52 be other
60 ENTRY(other)
63 SET_SIZE(other)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_005_pos.ksh66 for other in $EVERYONE; do
70 if [[ $other == $user ]]; then
73 log_must verify_noperm $childfs $perms $other
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp117 // to that routine as well as other places where we write
351 // with the same name defined in other ELF executable or DSO.
397 void Symbol::mergeProperties(const Symbol &other) { argument
398 if (other.exportDynamic)
400 if (other.isUsedInRegularObj)
404 if (!other.isShared())
405 visibility = getMinVisibility(visibility, other.visibility);
408 void Symbol::resolve(const Symbol &other) { argument
409 mergeProperties(other);
412 replace(other);
440 resolveUndefined(const Undefined &other) argument
653 resolveCommon(const CommonSymbol &other) argument
683 resolveDefined(const Defined &other) argument
693 resolveLazy(const LazyT &other) argument
714 resolveShared(const SharedSymbol &other) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h50 bool operator<(const Info &other) const;
51 bool operator==(const Info &other) const;
68 void Merge(XcodeSDK other);
70 XcodeSDK &operator=(XcodeSDK other);
72 bool operator==(XcodeSDK other);
H A DTimeout.h40 Timeout(const Timeout &other) = default; member in class:lldb_private::Timeout
44 Timeout(const Timeout<Ratio2> &other) argument
45 : Base(other ? Base(Dur<Ratio>(*other)) : llvm::None) {}
49 Timeout(const std::chrono::duration<Rep2, Ratio2> &other) argument
50 : Base(Dur<Ratio>(other)) {}
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s62 jz other
69 ENTRY(other)
73 SET_SIZE(other)
/freebsd-13-stable/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_005_pos.ksh91 for other in $EVERYONE; do
95 if [[ $other == $user ]]; then
98 log_must verify_noperm $childfs $perms $other
/freebsd-13-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_local.h29 ASN1_TYPE *other; member in union:PKCS12_SAFEBAG_st::__anon7203
41 ASN1_TYPE *other; /* Secret or other bag */ member in union:pkcs12_bag_st::__anon7204

Completed in 1093 milliseconds

1234567891011>>