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

12

/freebsd-12-stable/bin/sh/
H A Dmystring.h43 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
/freebsd-12-stable/contrib/gperf/src/
H A Dhash-table.cc129 Hash_Table::equal (KeywordExt *item1, KeywordExt *item2) const function in class:Hash_Table
/freebsd-12-stable/tools/regression/geom_gpt/
H A Dgctl_test_helper.c61 char *e, *colon, *equal; local
[all...]
/freebsd-12-stable/contrib/atf/atf-c/
H A Dbuild_test.c47 bool equal; local
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dbuild_test.cpp77 bool equal = true; local
/freebsd-12-stable/contrib/tcp_wrappers/
H A Denviron.c43 char *equal; local
79 char *equal = strchr(nameval, '='); local
/freebsd-12-stable/crypto/heimdal/lib/gssapi/
H A Dtest_kcred.c65 int equal; local
H A Dtest_names.c109 int len, equal; local
/freebsd-12-stable/crypto/openssh/
H A Dfe25519.c16 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ function
H A Dge25519.c152 static unsigned char equal(signed char b,signed char c) function
/freebsd-12-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c221 equal(const struct dirlist *a, const struct dirlist *b) function
/freebsd-12-stable/contrib/unbound/services/cache/
H A Drrset.c126 need_to_update_rrset(void* nd, void* cd, time_t timenow, int equal, int ns) argument
193 int equal = 0; local
[all...]
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_algobase.h771 equal(_InputIterator1 __first1, _InputIterator1 __last1, function
804 equal(_InputIterator1 __first1, _InputIterator1 __last1, function
H A Dstreambuf_iterator.h159 equal(const istreambuf_iterator& __b) const function in class:istreambuf_iterator
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dwq.h112 int equal = (cc1 == cc2); local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509parse.c145 equal(const void *left, apr_size_t left_len, function
/freebsd-12-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c189 #define equal(a,b) (strcasecmp(a,b) == 0) macro
198 #undef equal macro
203 #define equal(a,b) (strcasecmp(a,b) == 0) macro
218 #undef equal macro
239 #define equal macro
249 #undef equal macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h44 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
/freebsd-12-stable/contrib/mandoc/
H A Dcgi.c55 int equal; /* match whole names, not substrings */ member in struct:query
[all...]
/freebsd-12-stable/contrib/atf/atf-sh/
H A Datf-check.cpp408 bool equal = false; local
/freebsd-12-stable/usr.bin/mail/
H A Ddef.h69 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h36 equal, enumerator in enum:llvm::MIToken::TokenKind
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp401 Diag(Tok.getLocation(), diag::err_expected) << tok::equal; member in class:tok
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dopts.c1408 char *equal, *arg; local
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c114 bool equal; local

Completed in 361 milliseconds

12