Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
H A Drpc_clntout.c198 "(caddr_t) %s%s,", stringfix(proc->res_type), in printbody()
222 "(caddr_t) %s%s,", stringfix(proc->res_type), in printbody()
235 stringfix(proc->args.decls->decl.type), in printbody()
238 stringfix(proc->res_type), in printbody()
245 stringfix(proc->args.decls->decl.type), in printbody()
248 stringfix(proc->res_type), "", RESULT); in printbody()
H A Drpc_util.h169 const char *stringfix(const char *);
H A Drpc_tblout.c153 len = fprintf(fout, "\txdr_%s,", stringfix(type)); in printit()
H A Drpc_util.c151 stringfix(const char *type) in stringfix() function
H A Drpc_svcout.c72 rname, stringfix(typename)); in p_xdrfunc()