/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | equal.h | 59 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate… in equal() function 66 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in equal() function 100 equal(_InputIterator1 __first1, in equal() function 123 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 … in equal() function
|
H A D | pstl.h | 148 equal(_ExecutionPolicy&& __policy, in equal() function 170 equal(_ExecutionPolicy&& __policy, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardI… in equal() function 189 equal(_ExecutionPolicy&& __policy, in equal() function 213 equal(_ExecutionPolicy&& __policy, in equal() function
|
/freebsd/bin/sh/ |
H A D | mystring.h | 40 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
|
/freebsd/contrib/tcp_wrappers/ |
H A D | environ.c | 42 char *equal; in namelength() local 74 char *equal = strchr(nameval, '='); in putenv() local
|
/freebsd/tools/tools/net80211/wlaninject/ |
H A D | wlaninject.c | 187 #define equal(a,b) (strcasecmp(a,b) == 0) in str2type() macro 201 #define equal(a,b) (strcasecmp(a,b) == 0) in str2subtype() macro 237 #define equal(a,b) (strcasecmp(a,b) == 0) in str2wmeac() macro
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | test_kcred.c | 65 int equal; in copy_import() local
|
H A D | test_names.c | 109 int len, equal; in main() local
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | istreambuf_iterator.h | 93 _LIBCPP_INLINE_VISIBILITY bool equal(const istreambuf_iterator& __b) const equal() function
|
/freebsd/tools/regression/geom_gpt/ |
H A D | gctl_test_helper.c | 58 char *e, *colon, *equal; in parse() local
|
/freebsd/contrib/llvm-project/libcxx/include/__compare/ |
H A D | ordering.h | 231 static const strong_ordering equal; global() variable
|
/freebsd/contrib/unbound/services/cache/ |
H A D | rrset.c | 127 need_to_update_rrset(void* nd, void* cd, time_t timenow, int equal, int ns) in need_to_update_rrset() 197 int equal = 0; in rrset_cache_update() local
|
/freebsd/contrib/atf/atf-c++/ |
H A D | build_test.cpp | 77 bool equal = true; in equal_argvs() local
|
/freebsd/usr.sbin/lpr/chkprintcap/ |
H A D | chkprintcap.c | 219 equal(const struct dirlist *a, const struct dirlist *b) in equal() function
|
/freebsd/contrib/atf/atf-c/ |
H A D | build_test.c | 47 bool equal; in equal_arrays() local
|
/freebsd/crypto/krb5/src/ccapi/server/ |
H A D | ccs_list_internal.c | 209 cc_uint32 equal = 0; in ccs_list_find_index() local 269 cc_uint32 equal = 0; in ccs_list_find_iterator_index() local
|
H A D | ccs_cache_collection.c | 247 cc_uint32 equal = 0; in ccs_cache_collection_find_ccache_by_name() local 522 cc_uint32 equal = 0; in ccs_cache_collection_set_default_ccache() local
|
/freebsd/crypto/krb5/src/ccapi/test/ |
H A D | test_ccapi_context.c | 932 cc_uint32 equal = 0; in check_cc_context_compare() local 959 …e_cc_context_compare(cc_context_t context, cc_context_t compare_to, cc_uint32 *equal, cc_int32 exp… in check_once_cc_context_compare()
|
H A D | test_ccapi_ccache.c | 1548 cc_uint32 equal = 0; in check_cc_ccache_compare() local 1599 cc_int32 check_once_cc_ccache_compare(cc_ccache_t ccache, cc_ccache_t compare_to, cc_uint32 *equal,… in check_once_cc_ccache_compare()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | wq.h | 108 int equal = (cc1 == cc2); mlx5_wq_cyc_cc_bigger() local
|
/freebsd/crypto/krb5/src/ccapi/common/ |
H A D | cci_cred_union.c | 821 cc_uint32 equal = 0; in cci_cred_union_compare_to_credentials_union() local
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_algorithm_impl.h |
|
/freebsd/crypto/krb5/src/include/ |
H A D | CredentialsCache.h | 1422 #define cc_context_compare(context, compare_to, equal) \ argument 1474 #define cc_ccache_compare(ccache, compare_to, equal) \ argument 1497 #define cc_credentials_compare(credentials, compare_to, equal) \ argument
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_utl.c | 832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() 886 equal_fn equal; in do_x509_check() local
|
/freebsd/crypto/krb5/src/ccapi/lib/ |
H A D | ccapi_context.c | 804 cc_uint32 equal = 0; in cci_context_sync() local
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.h | 52 equal, // = enumerator
|