Searched refs:isvectordef (Results 1 – 6 of 6) sorted by relevance
/netbsd/usr.bin/rpcgen/ |
H A D | rpc_clntout.c | 158 if (isvectordef(type, REL_ALIAS)) { in ampr() 168 if (isvectordef(type, REL_ALIAS)) { in aster()
|
H A D | rpc_cout.c | 162 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_header() 353 if (isvectordef(cs->type, cs->rel)) { in emit_union() 372 if (isvectordef(dflt->type, dflt->rel)) { in emit_union() 628 if (isvectordef(type, rel)) { in print_stat()
|
H A D | rpc_util.h | 113 int isvectordef(const char *, relation);
|
H A D | rpc_hout.c | 139 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_funcdef() 384 if (!isvectordef(proc->res_type, REL_ALIAS)) in pprocdef()
|
H A D | rpc_util.c | 206 isvectordef(const char *type, relation rel) in isvectordef() function
|
H A D | rpc_svcout.c | 961 if (isvectordef(type, REL_ALIAS)) { in aster()
|