Searched refs:addargtype (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.bin/rpcgen/ |
| D | rpc_clntout.c | 98 void printarglist(proc, addargname, addargtype) in printarglist() argument 100 char *addargname, *addargtype; 109 fprintf(fout, "*argp, %s%s)\n", addargtype, addargname); 120 fprintf(fout, "(%s%s)\n", addargtype, addargname); 136 fprintf(fout, " %s%s)\n", addargtype, addargname); 141 fprintf(fout, "\t%s%s;\n", addargtype, addargname);
|
| D | rpc_hout.c | 306 pprocdef(proc, vp, addargtype, server_p,mode) in pprocdef() argument 309 char *addargtype; 325 parglist(proc, addargtype); 332 parglist(proc, addargtype) in parglist() argument 334 char *addargtype; 351 fprintf(fout, "%s);\n", addargtype);
|