Symbol: streq
usr.bin/rpcgen/rpc_clntout.c
117
} else if (streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_clntout.c
170
if (streq(proc->res_type, "void")) {
usr.bin/rpcgen/rpc_clntout.c
179
if (newstyle && !args2 && (streq(proc->args.decls->decl.type, "void"))) {
usr.bin/rpcgen/rpc_clntout.c
212
if (streq(proc->res_type, "void")) {
usr.bin/rpcgen/rpc_cout.c
117
return (streq(def->def_name, type));
usr.bin/rpcgen/rpc_cout.c
204
if (streq(type, "bool")) {
usr.bin/rpcgen/rpc_cout.c
244
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_cout.c
247
if (streq(type, "opaque")) {
usr.bin/rpcgen/rpc_cout.c
266
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_cout.c
269
if (streq(type, "opaque")) {
usr.bin/rpcgen/rpc_cout.c
272
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_cout.c
355
if (!streq(cs->type, "void")) {
usr.bin/rpcgen/rpc_cout.c
380
if (!streq(dflt->type, "void")) {
usr.bin/rpcgen/rpc_hout.c
199
if (streq(decl->type, "bool")) {
usr.bin/rpcgen/rpc_hout.c
210
if (decl && !streq(decl->type, "void")) {
usr.bin/rpcgen/rpc_hout.c
246
} else if (streq(proc->proc_name, stop->proc_name)) {
usr.bin/rpcgen/rpc_hout.c
341
streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_hout.c
395
if (!streq(name, old)) {
usr.bin/rpcgen/rpc_hout.c
396
if (streq(old, "string")) {
usr.bin/rpcgen/rpc_hout.c
399
} else if (streq(old, "opaque")) {
usr.bin/rpcgen/rpc_hout.c
401
} else if (streq(old, "bool")) {
usr.bin/rpcgen/rpc_hout.c
443
if (streq(dec->type, "void"))
usr.bin/rpcgen/rpc_hout.c
446
if (streq(dec->type, name) && !dec->prefix) {
usr.bin/rpcgen/rpc_hout.c
449
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_hout.c
453
if (streq(dec->type, "bool")) {
usr.bin/rpcgen/rpc_hout.c
455
} else if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_hout.c
500
if (streq(def->def_name, stop)) {
usr.bin/rpcgen/rpc_hout.c
502
} else if (streq(def->def_name, type)) {
usr.bin/rpcgen/rpc_main.c
244
if (infile != NULL && streq(outfile, infile)) {
usr.bin/rpcgen/rpc_main.c
772
if (streq(argv[i], "-s")) {
usr.bin/rpcgen/rpc_main.c
781
if (streq(argv[i], "-s")) {
usr.bin/rpcgen/rpc_main.c
786
} else if (streq(argv[i], "-n")) {
usr.bin/rpcgen/rpc_main.c
971
if (!streq(argv[i], "udp") &&
usr.bin/rpcgen/rpc_main.c
972
!streq(argv[i], "tcp"))
usr.bin/rpcgen/rpc_parse.c
168
if (streq(plist->res_type, "opaque")) {
usr.bin/rpcgen/rpc_parse.c
182
if (streq(dec.type, "void"))
usr.bin/rpcgen/rpc_parse.c
196
if (streq(dec.type, "void"))
usr.bin/rpcgen/rpc_parse.c
426
if (streq(dec->type, "void")) {
usr.bin/rpcgen/rpc_parse.c
459
if (streq(dec->type, "opaque")) {
usr.bin/rpcgen/rpc_parse.c
463
} else if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_parse.c
500
if (streq(dec->type, "void"))
usr.bin/rpcgen/rpc_parse.c
503
if (streq(dec->type, "opaque"))
usr.bin/rpcgen/rpc_parse.c
507
if (streq(dec->type, "string"))
usr.bin/rpcgen/rpc_parse.c
518
if (!streq(dec->type, "string"))
usr.bin/rpcgen/rpc_parse.c
530
if (streq(dec->type, "string")) {
usr.bin/rpcgen/rpc_sample.c
104
if (!streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_sample.c
112
} else if (!streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_sample.c
138
if (streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_sample.c
143
} else if (streq(proc->args.decls->decl.type, "void")) {
usr.bin/rpcgen/rpc_sample.c
182
if (!streq(proc->res_type, "void"))
usr.bin/rpcgen/rpc_sample.c
189
if (!streq(proc->res_type, "void"))
usr.bin/rpcgen/rpc_svcout.c
329
if (!streq(proc->args.decls->decl.type, "void"))
usr.bin/rpcgen/rpc_svcout.c
383
if (streq(proc->args.decls->decl.type,
usr.bin/rpcgen/rpc_svcout.c
515
if (streq(proc->proc_num, "0"))
usr.bin/rpcgen/rpc_svcout.c
885
if (streq(transp, "udp"))
usr.bin/rpcgen/rpc_svcout.c
894
if (inetdflag && streq(transp, "tcp")) {
usr.bin/rpcgen/rpc_tblout.c
157
if (streq(type, "void")) {
usr.bin/rpcgen/rpc_util.c
133
return (streq(def->def_name, type));
usr.bin/rpcgen/rpc_util.c
166
if (streq(type, "string")) {
usr.bin/rpcgen/rpc_util.c
180
if (streq(prefix, "enum")) {
usr.bin/rpcgen/rpc_util.c
186
if (streq(type, "bool")) {
usr.bin/rpcgen/rpc_util.c
188
} else if (streq(type, "string")) {
usr.bin/rpcgen/rpc_util.c
201
return (streq(def->def_name, type));
usr.bin/rpcgen/rpc_util.c
214
return (!streq(type, "string"));
usr.bin/rpcgen/rpc_util.h
111
int streq(char *, char *);