Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athkey/
H A Dathkey.c97 #define streq(a,b) (strcasecmp(a,b) == 0) in getcipher() macro
/freebsd/usr.bin/systat/
H A Dnetcmds.c58 #define streq(a,b) (strcmp(a,b)==0) macro
H A Dnetstat.c86 #define streq(a,b) (strcmp(a,b)==0) macro
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c51 streq(const char *s1, const char *s2) in streq() function
/freebsd/usr.bin/rpcgen/
H A Drpc_util.c78 streq(const char *a, const char *b) in streq() function
/freebsd/tools/tools/crypto/
H A Dcryptotest.c107 #define streq(a,b) (strcasecmp(a,b) == 0) macro
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c489 #define streq(a,b) (strcasecmp(a,b) == 0) in eevar() macro