Searched refs:other (Results 26 - 50 of 513) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_005_pos.ksh86 for other in $EVERYONE; do
90 if [[ $other == $user ]]; then
93 log_must verify_noperm $childfs $perms $other
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-var-expanded.mk7 VAR= other ${VALUE} $$$$
H A Dopt-var-literal.mk7 VAR= other ${VALUE} $$$$
H A Dopt-keep-going.exp3 other 1
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallPromotionAnalysis.h43 ICallPromotionAnalysis(const ICallPromotionAnalysis &other) = delete; member in class:llvm::ICallPromotionAnalysis
45 operator=(const ICallPromotionAnalysis &other) = delete; member in class:llvm::ICallPromotionAnalysis
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h59 RandomNumberGenerator(const RandomNumberGenerator &other) = delete; member in class:llvm::RandomNumberGenerator
60 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete; member in class:llvm::RandomNumberGenerator
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.h45 ThreadDecoder(const ThreadDecoder &other) = delete; member in class:lldb_private::trace_intel_pt::ThreadDecoder
46 ThreadDecoder &operator=(const ThreadDecoder &other) = delete; member in class:lldb_private::trace_intel_pt::ThreadDecoder
/freebsd-current/crypto/openssl/crypto/pkcs12/
H A Dp12_local.h29 ASN1_TYPE *other; member in union:PKCS12_SAFEBAG_st::__anon3983
41 ASN1_TYPE *other; /* Secret or other bag */ member in union:pkcs12_bag_st::__anon3984
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h69 bool operator<(DIERef other) const {
70 if (m_file_index_valid != other.m_file_index_valid)
71 return m_file_index_valid < other.m_file_index_valid;
72 if (m_file_index_valid && (m_file_index != other.m_file_index))
73 return m_file_index < other.m_file_index;
74 if (m_section != other.m_section)
75 return m_section < other.m_section;
76 return m_die_offset < other.m_die_offset;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h33 Desc(const Desc& other) { *this = other; } argument
34 Desc& operator=(const MutexSet::Desc& other) { argument
35 internal_memcpy(this, &other, sizeof(*this));
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-assertion-result.h12 // in the documentation and/or other materials provided with the
137 AssertionResult(const AssertionResult& other);
168 AssertionResult& operator=(AssertionResult other) { argument
169 swap(other);
211 // Swap the contents of this AssertionResult with other.
212 void swap(AssertionResult& other);
/freebsd-current/lib/libutil/tests/
H A Dpidfile_test.c13 * documentation and/or other materials provided with the distribution.
62 pid_t other = 0; local
65 pf = pidfile_open(fn, 0600, &other);
66 if (pf == NULL && other != 0)
88 pid_t other = 0; local
92 pf1 = pidfile_open(fn, 0600, &other);
93 if (pf1 == NULL && other != 0)
104 pf2 = pidfile_open(fn, 0600, &other);
111 if (other != getpid()) {
128 pid_t other local
[all...]
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFormatExtensions.i7 def __eq__(self, other):
8 return not self.__ne__(other)
H A DSBTypeFilterExtensions.i7 def __eq__(self, other):
8 return not self.__ne__(other)
H A DSBFileSpecExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
H A DSBCompileUnitExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
H A DSBDeclarationExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
H A DSBMemoryRegionInfoExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
H A DSBScriptObjectExtensions.i6 def __eq__(self, other):
7 return not self.__ne__(other)
H A DSBWatchpointExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
H A DSBTypeSummaryExtensions.i7 def __eq__(self, other):
8 return not self.__ne__(other)
H A DSBTypeSyntheticExtensions.i7 def __eq__(self, other):
8 return not self.__ne__(other)
H A DSBTypeNameSpecifierExtensions.i7 def __eq__(self, other):
8 return not self.__ne__(other)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.h31 u32 ChainedOriginDepotGet(u32 id, u32 *other);
/freebsd-current/contrib/libcxxrt/
H A Ddynamic_cast.cc12 * and/or other materials provided with the distribution.
110 void *__class_type_info::cast_to(void *obj, const struct __class_type_info *other) const
112 if (this == other)
119 void *__si_class_type_info::cast_to(void *obj, const struct __class_type_info *other) const
121 if (this == other)
125 return __base_type->cast_to(obj, other);
137 void *__vmi_class_type_info::cast_to(void *obj, const struct __class_type_info *other) const
139 if (__do_upcast(other, &obj))

Completed in 92 milliseconds

1234567891011>>