Searched refs:stringfix (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_clntout.c | 203 stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type), in printbody() 229 stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type), in printbody() 240 stringfix(proc->args.decls->decl.type), in printbody() 243 stringfix(proc->res_type), ampr(proc->res_type), in printbody() 250 stringfix(proc->args.decls->decl.type), in printbody() 253 stringfix(proc->res_type), "", in printbody()
|
H A D | rpc_tblout.c | 146 len = fprintf(fout, "\txdr_%s,", stringfix(type)); in printit()
|
H A D | rpc_util.h | 167 const char *stringfix(const char *type);
|
H A D | rpc_util.c | 149 stringfix(const char *type) in stringfix() function
|
H A D | rpc_svcout.c | 69 rname, stringfix(typename)); in p_xdrfunc()
|