Searched refs:stringfix (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_clntout.c | 275 stringfix(proc->res_type), 304 stringfix(proc->res_type), 321 stringfix(proc->args.decls->decl.type), 326 stringfix(proc->res_type), 336 stringfix(proc->args.decls->decl.type), 341 stringfix(proc->res_type), "", 416 stringfix(proc->args.decls->decl.type), 428 stringfix(proc->args.decls->decl.type),
|
H A D | rpc_util.h | 150 extern char *stringfix(char *);
|
H A D | rpc_tblout.c | 171 len = fprintf(fout, "\t(xdrproc_t)xdr_%s,", stringfix(type));
|
H A D | rpc_util.c | 156 stringfix(char *type) function
|
H A D | rpc_svcout.c | 80 f_print(fout, "\t\t xdr_%s;\n", stringfix(typename)); 83 rname, stringfix(typename));
|
Completed in 48 milliseconds