Home
last modified time | relevance | path

Searched defs:equal (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_equal.h
H A Dequal.h67 return std::equal(__first1, __last1, __first2, __equal_to()); in equal() function
60 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred) { equal() function
137 equal(_InputIterator1 __first1, equal() function
154 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) { equal() function
/freebsd-src/bin/sh/
H A Dmystring.h40 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
/freebsd-src/contrib/tcp_wrappers/
H A Denviron.c42 char *equal; in namelength() local
74 char *equal = strchr(nameval, '='); in putenv() local
/freebsd-src/tools/tools/net80211/wlaninject/
H A Dwlaninject.c187 #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-src/crypto/heimdal/lib/gssapi/
H A Dtest_kcred.c65 int equal; in copy_import() local
H A Dtest_names.c109 int len, equal; in main() local
/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h82 _LIBCPP_HIDE_FROM_ABI bool equal(const istreambuf_iterator& __b) const { in equal() function
/freebsd-src/tools/regression/geom_gpt/
H A Dgctl_test_helper.c58 char *e, *colon, *equal; in parse() local
/freebsd-src/contrib/llvm-project/libcxx/include/__compare/
H A Dordering.h196 static const strong_ordering equal; variable
/freebsd-src/contrib/unbound/services/cache/
H A Drrset.c127 need_to_update_rrset(void* nd, void* cd, time_t timenow, int equal, int ns) in need_to_update_rrset() argument
197 int equal = 0; in rrset_cache_update() local
[all...]
/freebsd-src/contrib/atf/atf-c++/
H A Dbuild_test.cpp77 bool equal = true; in equal_argvs() local
/freebsd-src/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c219 equal(const struct dirlist *a, const struct dirlist *b) in equal() function
/freebsd-src/contrib/atf/atf-c/
H A Dbuild_test.c47 bool equal; in equal_arrays() local
/freebsd-src/sys/dev/mlx5/mlx5_core/
H A Dwq.h108 int equal = (cc1 == cc2); mlx5_wq_cyc_cc_bigger() local
/freebsd-src/crypto/openssl/crypto/x509/
H A Dv3_utl.c832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
886 equal_fn equal; in do_x509_check() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h52 equal, // = enumerator
/freebsd-src/usr.bin/mail/
H A Ddef.h65 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/freebsd-src/usr.bin/tip/tip/
H A Dtip.h143 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/freebsd-src/contrib/mandoc/
H A Dcgi.c57 int equal; /* match whole names, not substrings */ global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h35 equal, enumerator
/freebsd-src/crypto/openssh/
H A Dsshkey.h171 int (*equal)(const struct sshkey *, const struct sshkey *); member
/freebsd-src/contrib/atf/atf-sh/
H A Datf-check.cpp496 bool equal = false; in compare_files() local
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c122 bool equal; in sfs_compare_ids() local
/freebsd-src/usr.bin/dc/
H A Dbcode.c

12