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

/freebsd-current/tools/tools/ath/athkey/
H A Dathkey.c97 #define streq(a,b) (strcasecmp(a,b) == 0) macro
115 #undef streq macro
[all...]
/freebsd-current/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-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c51 streq(const char *s1, const char *s2) function
/freebsd-current/tools/tools/crypto/
H A Dcryptotest.c107 #define streq(a,b) (strcasecmp(a,b) == 0) macro
/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.c78 streq(const char *a, const char *b) function
/freebsd-current/tools/tools/ath/athprom/
H A Dathprom.c489 #define streq(a,b) (strcasecmp(a,b) == 0) macro
817 #undef streq macro
[all...]

Completed in 191 milliseconds