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

  /src/usr.bin/rpcgen/
rpc_parse.h 124 int arg_num; member in struct:proc_list
rpc_tblout.c 141 if (proc->arg_num > 1)
rpc_sample.c 101 if (proc->arg_num < 2 && !newstyle) {
152 if (proc->arg_num < 2 && !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 &&
rpc_clntout.c 179 bool_t args2 = (proc->arg_num > 1);
rpc_svcout.c 307 if (proc->arg_num > 1)
328 if (proc->arg_num < 2) { /* single argument */
381 if (proc->arg_num < 2) { /* single argument */
448 if (proc->arg_num < 2) { /* single argument */
rpc_parse.c 221 plist->arg_num = num_args;
rpc_cout.c 322 if (!newstyle || plist->arg_num < 2)

Completed in 15 milliseconds