Lines Matching refs:streq
111 return (streq(def->def_name, type)); in findtype()
178 if (streq(name, "rpcprog_t") || in print_ifopen()
179 streq(name, "rpcvers_t") || in print_ifopen()
180 streq(name, "rpcproc_t") || in print_ifopen()
181 streq(name, "rpcprot_t") || in print_ifopen()
182 streq(name, "rpcport_t")) in print_ifopen()
202 if (streq(type, "bool")) { in print_ifsizeof()
235 if (streq(type, "string")) in print_ifstat()
237 else if (streq(type, "opaque")) in print_ifstat()
252 if (streq(type, "string")) in print_ifstat()
254 else if (streq(type, "opaque")) in print_ifstat()
256 if (streq(type, "string")) { in print_ifstat()
330 if (!streq(cs->type, "void")) { in emit_union()
349 if (!streq(dflt->type, "void")) { in emit_union()