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 | 85 #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/usr.sbin/moused/moused/ |
| H A D | util.h | 143 streq(const char *str1, const char *str2) in streq() function
|
| /freebsd/tools/tools/ath/athprom/ |
| H A D | athprom.c | 489 #define streq(a,b) (strcasecmp(a,b) == 0) in eevar() macro
|