Searched defs:equal (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-current/bin/sh/
H A Dmystring.h40 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
/freebsd-current/contrib/llvm-project/libcxx/include/__compare/
H A Dcompare_strong_order_fallback.h42 std::forward<_Tp>(__t) == std::forward<_Up>(__u) ? strong_ordering::equal member in class:__compare_strong_order_fallback::__fn::strong_ordering
H A Dordering.h196 static const strong_ordering equal; member in class:_OrdResult::_NCmpResult::strong_ordering
/freebsd-current/tools/regression/geom_gpt/
H A Dgctl_test_helper.c58 char *e, *colon, *equal; local
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dequal.h60 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate __pred) { function
67 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { function
137 equal(_InputIterator1 __first1, function
154 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) { function
H A Dranges_equal.h99 inline constexpr auto equal = __equal::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/contrib/atf/atf-c++/
H A Dbuild_test.cpp77 bool equal = true; local
/freebsd-current/contrib/atf/atf-c/
H A Dbuild_test.c47 bool equal; local
/freebsd-current/crypto/heimdal/lib/gssapi/
H A Dtest_names.c109 int len, equal; local
H A Dtest_kcred.c65 int equal; local
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h82 _LIBCPP_HIDE_FROM_ABI bool equal(const istreambuf_iterator& __b) const { function in class:istreambuf_iterator
/freebsd-current/contrib/tcp_wrappers/
H A Denviron.c42 char *equal; local
74 char *equal = strchr(nameval, '='); local
/freebsd-current/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c219 equal(const struct dirlist *a, const struct dirlist *b) function
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dwq.h108 int equal = (cc1 == cc2); local
/freebsd-current/contrib/unbound/services/cache/
H A Drrset.c127 need_to_update_rrset(void* nd, void* cd, time_t timenow, int equal, int ns) argument
197 int equal = 0; local
[all...]
/freebsd-current/tools/tools/net80211/wlaninject/
H A Dwlaninject.c187 #define equal(a,b) (strcasecmp(a,b) == 0) macro
196 #undef equal macro
201 #define equal(a,b) (strcasecmp(a,b) == 0) macro
216 #undef equal macro
237 #define equal macro
247 #undef equal macro
[all...]
/freebsd-current/contrib/mandoc/
H A Dcgi.c57 int equal; /* match whole names, not substrings */ member in struct:query
[all...]
/freebsd-current/crypto/openssh/
H A Dsshkey.h171 int (*equal)(const struct sshkey *, const struct sshkey *); member in struct:sshkey_impl_funcs
H A Ded25519.c1741 static unsigned char equal(signed char b,signed char c) function
/freebsd-current/usr.bin/mail/
H A Ddef.h65 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/freebsd-current/contrib/atf/atf-sh/
H A Datf-check.cpp496 bool equal = false; local
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_utl.c832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, argument
886 equal_fn equal; local
[all...]
/freebsd-current/usr.bin/dc/
H A Dbcode.c1355 equal(void) function
/freebsd-current/usr.bin/tip/tip/
H A Dtip.h143 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c122 bool equal; local

Completed in 376 milliseconds

12