Home
last modified time | relevance | path

Searched refs:stringfix (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/usr.bin/rpcgen/
Drpc_clntout.c213 stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type), in printbody()
239 stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type), in printbody()
250 stringfix(proc->args.decls->decl.type), in printbody()
253 stringfix(proc->res_type), ampr(proc->res_type), in printbody()
260 stringfix(proc->args.decls->decl.type), in printbody()
263 stringfix(proc->res_type), "", in printbody()
Drpc_tblout.c156 len = fprintf(fout, "\txdr_%s,", stringfix(type)); in printit()
Drpc_util.h172 const char *stringfix(const char *type);
Drpc_util.c159 stringfix(const char *type) in stringfix() function
Drpc_svcout.c79 rname, stringfix(typename)); in p_xdrfunc()