/src/usr.bin/rpcgen/ |
rpc_hout.c | 238 if (streq(decl->type, "bool")) { 249 if (decl && !streq(decl->type, "void")) { 280 if (streq(proc->proc_name, stop->proc_name)) { 369 streq(proc->args.decls->decl.type, "void")) { 380 if (streq(proc->res_type, "void")) 430 if (!streq(name, old)) { 431 if (streq(old, "string")) { 435 if (streq(old, "opaque")) { 438 if (streq(old, "bool")) { 477 if (streq(dec->type, "void")) [all...] |
rpc_sample.c | 103 if (streq(proc->args.decls->decl.type, "void")) 111 if (!streq(proc->args.decls->decl.type, "void")) { 123 if (streq(proc->res_type, "void")) 154 if (streq(proc->args.decls->decl.type, "void")) /* cast to void* */ 160 if (streq(proc->args.decls->decl.type, "void")) { 210 if (streq(proc->res_type, "void")) 221 if (streq(proc->res_type, "void"))
|
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"));
|
rpc_clntout.c | 126 if (streq(proc->res_type, "void")) 136 if (!streq(proc->args.decls->decl.type, "void")) { 143 if (streq(proc->res_type, "void")) 189 if (streq(proc->res_type, "void")) 199 if (newstyle && !args2 && (streq(proc->args.decls->decl.type, "void"))) { 257 if (streq(proc->res_type, "void"))
|
rpc_parse.c | 177 if (streq(plist->res_type, "opaque")) { 190 if (streq(dec.type, "void")) 204 if (streq(dec.type, "void")) 417 if (streq(dec->type, "void")) { 451 if (streq(dec->type, "opaque")) { 456 if (streq(dec->type, "string")) { 489 if (streq(dec->type, "void")) { 492 if (streq(dec->type, "opaque")) { 496 if (streq(dec->type, "string")) { 504 if (!streq(dec->type, "string")) [all...] |
rpc_cout.c | 129 return (streq(def->def_name, type)); 207 if (streq(type, "bool")) { 240 if (streq(type, "string")) { 243 if (streq(type, "opaque")) { 260 if (streq(type, "string")) { 263 if (streq(type, "opaque")) { 266 if (streq(type, "string")) { 352 if (!streq(cs->type, "void")) { 371 if (!streq(dflt->type, "void")) {
|
rpc_util.h | 106 int streq(const char *, const char *);
|
rpc_tblout.c | 172 if (streq(type, "void")) {
|
rpc_svcout.c | 315 if (streq(proc->res_type, "void")) 329 if (!streq(proc->args.decls->decl.type, "void")) 382 if (streq(proc->args.decls->decl.type, 409 if (streq(proc->res_type, "void")) 540 if (streq(proc->proc_num, "0")) { 899 if (streq(transp, "udp")) 908 if (inetdflag && streq(transp, "tcp")) {
|
rpc_main.c | 302 if (infile != NULL && streq(outfile, infile)) { 841 if (streq(argv[i], "-s")) { 850 if (streq(argv[i], "-s")) { 856 if (streq(argv[i], "-n")) { 1039 if (!streq(argv[i], "udp") && 1040 !streq(argv[i], "tcp")) {
|
/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/common/lib/libc/arch/arm/atomic/ |
atomic_cas_up.S | 46 streq r2, [r3]
|
/src/sys/arch/arm/arm/ |
lock_cas.S | 69 streq r2, [r0]
|
/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, "")) {
|