Searched defs:ARGLISTLEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c111 #define ARGLISTLEN 20 macro
114 static char *arglist[ARGLISTLEN];
287 for (i = FIXEDARGS; i < ARGLISTLEN; i++)
985 if (argcount >= ARGLISTLEN) {
996 if (where >= ARGLISTLEN) {

Completed in 227 milliseconds