HomeSort by: relevance | last modified time | path
    Searched refs:newstyle (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_clntout.c 120 if (!newstyle) { /* old style: always pass argument by
183 if (newstyle && args2) {
199 if (newstyle && !args2 && (streq(proc->args.decls->decl.type, "void"))) {
200 /* newstyle, 0 arguments */
215 if (newstyle && args2) {
216 /* newstyle, multiple arguments: stuff arguments into
240 (newstyle ? "&" : ""),
241 (newstyle ? proc->args.decls->decl.name : "argp"),
248 (newstyle ? "&" : ""),
249 (newstyle ? proc->args.decls->decl.name : "argp")
    [all...]
rpc_tblout.c 131 if (!newstyle)
134 if (newstyle)
145 * newstyle */
rpc_util.h 80 extern int newstyle;
rpc_hout.c 181 if (!newstyle || plist->arg_num < 2) {
197 if (!newstyle || plist->arg_num < 2) {
368 if (proc->arg_num < 2 && newstyle &&
374 if (!newstyle)
rpc_sample.c 101 if (proc->arg_num < 2 && !newstyle) {
152 if (proc->arg_num < 2 && !newstyle) {
rpc_main.c 144 int newstyle; /* newstyle of passing arguments (by value) */ variable in typeref:typename:int
1007 newstyle = 1;
1108 if (newstyle && (tblflag || cmd->tflag)) {
1109 f_print(stderr, "Cannot use table flags with newstyle!\n");
rpc_svcout.c 297 if (!newstyle)
463 if (newstyle) { /* new style: calls internal routine */
rpc_parse.c 208 /* multiple arguments are only allowed in newstyle */
209 if (!newstyle && num_args > 1) {
rpc_cout.c 322 if (!newstyle || plist->arg_num < 2)

Completed in 17 milliseconds