/src/usr.bin/systat/ |
netcmds.c | 67 #define streq(a,b) (strcmp(a,b)==0) macro 183 if (proto == 0 || streq(proto, "all")) 185 else if (streq(proto, "tcp")) 187 else if (streq(proto, "udp"))
|
netstat.c | 91 #define streq(a,b) (strcmp(a,b)==0) macro 317 if (!streq(proto, p->ni_proto)) 366 if (!streq(proto, p->ni_proto)) 513 if (streq(p->ni_proto, "tcp")) {
|
/src/usr.bin/rpcgen/ |
rpc_util.c | 99 streq(const char *a, const char *b) function in typeref:typename:int 137 return (streq(def->def_name, type)); 168 if (streq(type, "string")) { 179 if (streq(prefix, "enum")) { 185 if (streq(type, "bool")) { 188 if (streq(type, "string")) { 201 return (streq(def->def_name, type)); 213 return (!streq(type, "string"));
|
/src/bin/df/ |
df.c | 91 #define streq(a, b) (strcmp((a), (b)) == 0) macro 231 !streq(mntpt, mntbuf[mntcount].f_mntonname)) 295 if (streq(mntbuf[i].f_mntfromname, name))
|
/src/sys/arch/xen/xenbus/ |
xenbus_xs.c | 56 #define streq(a, b) (strcmp((a), (b)) == 0) macro 104 for (i = 0; !streq(errorstring, xsd_errors[i].errstring); i++) { 283 if (!streq(name, "")) {
|