Lines Matching refs:streq
111 return (streq(def->def_name, type)); in findtype()
177 if (streq(name, "rpcprog_t") || in print_ifopen()
178 streq(name, "rpcvers_t") || in print_ifopen()
179 streq(name, "rpcproc_t") || in print_ifopen()
180 streq(name, "rpcprot_t") || in print_ifopen()
181 streq(name, "rpcport_t")) in print_ifopen()
201 if (streq(type, "bool")) { in print_ifsizeof()
234 if (streq(type, "string")) in print_ifstat()
236 else if (streq(type, "opaque")) in print_ifstat()
251 if (streq(type, "string")) in print_ifstat()
253 else if (streq(type, "opaque")) in print_ifstat()
255 if (streq(type, "string")) { in print_ifstat()
329 if (!streq(cs->type, "void")) { in emit_union()
348 if (!streq(dflt->type, "void")) { in emit_union()