Searched defs:streq (Results 1 – 7 of 7) sorted by relevance
/freebsd/tools/tools/ath/athkey/ |
H A D | athkey.c | 97 #define streq(a,b) (strcasecmp(a,b) == 0) in getcipher() macro
|
/freebsd/usr.bin/systat/ |
H A D | netcmds.c | 58 #define streq(a,b) (strcmp(a,b)==0) macro
|
H A D | netstat.c | 86 #define streq(a,b) (strcmp(a,b)==0) macro
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | util.c | 51 streq(const char *s1, const char *s2) in streq() function
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_util.c | 78 streq(const char *a, const char *b) in streq() function
|
/freebsd/tools/tools/crypto/ |
H A D | cryptotest.c | 107 #define streq(a,b) (strcasecmp(a,b) == 0) macro
|
/freebsd/tools/tools/ath/athprom/ |
H A D | athprom.c | 489 #define streq(a,b) (strcasecmp(a,b) == 0) in eevar() macro
|