Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dequal.h59 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 Dpstl.h148 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 Dmystring.h40 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
/freebsd/contrib/tcp_wrappers/
H A Denviron.c42 char *equal; in namelength() local
74 char *equal = strchr(nameval, '='); in putenv() local
/freebsd/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/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/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h93 _LIBCPP_INLINE_VISIBILITY bool equal(const istreambuf_iterator& __b) const equal() function
/freebsd/tools/regression/geom_gpt/
H A Dgctl_test_helper.c58 char *e, *colon, *equal; in parse() local
/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dordering.h231 static const strong_ordering equal; global() variable
/freebsd/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()
197 int equal = 0; in rrset_cache_update() local
/freebsd/contrib/atf/atf-c++/
H A Dbuild_test.cpp77 bool equal = true; in equal_argvs() local
/freebsd/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c219 equal(const struct dirlist *a, const struct dirlist *b) in equal() function
/freebsd/contrib/atf/atf-c/
H A Dbuild_test.c47 bool equal; in equal_arrays() local
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dwq.h108 int equal = (cc1 == cc2); mlx5_wq_cyc_cc_bigger() local
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_impl.h
/freebsd/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()
886 equal_fn equal; in do_x509_check() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h52 equal, // = enumerator
/freebsd/usr.bin/mail/
H A Ddef.h65 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/freebsd/usr.bin/tip/tip/
H A Dtip.h143 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/freebsd/contrib/mandoc/
H A Dcgi.c58 int equal; /* match whole names, not substrings */ member
/freebsd/crypto/openssh/
H A Dsshkey.h172 int (*equal)(const struct sshkey *, const struct sshkey *); member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h35 equal, enumerator
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp496 bool equal = false; in compare_files() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c122 bool equal; in sfs_compare_ids() local

12