Home
last modified time | relevance | path

Searched defs:streq (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/tools/tools/ath/athkey/
H A Dathkey.c99 #define streq(a,b) (strcasecmp(a,b) == 0) in getcipher() macro
/freebsd-12.1/usr.bin/systat/
H A Dnetcmds.c64 #define streq(a,b) (strcmp(a,b)==0) macro
H A Dnetstat.c92 #define streq(a,b) (strcmp(a,b)==0) macro
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c50 streq(const char *s1, const char *s2) in streq() function
/freebsd-12.1/contrib/binutils/opcodes/
H A Dscore-dis.c37 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
/freebsd-12.1/usr.bin/rpcgen/
H A Drpc_util.c88 streq(const char *a, const char *b) in streq() function
/freebsd-12.1/tools/tools/crypto/
H A Dcryptotest.c109 #define streq(a,b) (strcasecmp(a,b) == 0) macro
/freebsd-12.1/contrib/dtc/
H A Ddtc.h69 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/freebsd-12.1/tools/tools/ath/athprom/
H A Dathprom.c490 #define streq(a,b) (strcasecmp(a,b) == 0) in eevar() macro
/freebsd-12.1/contrib/binutils/gas/config/
H A Dobj-coff.c33 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
H A Dtc-arm.c134 #define streq(a, b) (strcmp (a, b) == 0) macro
/freebsd-12.1/contrib/binutils/include/opcode/
H A Dcr16.h429 #define streq(a, b) (strcmp (a, b) == 0) macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dutils.c2562 streq (const char *lhs, const char *rhs) in streq() function
/freebsd-12.1/contrib/binutils/bfd/
H A Decoff.c48 #define streq(a, b) (strcmp ((a), (b)) == 0) macro
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c304 #define streq(a,b) (strcmp ((a), (b)) == 0) macro
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c559 #define streq(string1, string2) (strcmp (string1, string2) == 0) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1173 #define streq(a, b) strcmp(a, b) == 0 in GetBuiltinTypeForDWARFEncodingAndBitSize() macro