Searched refs:numargs (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/tools/
H A Dvnode_if.awk104 for (jj = 0; jj < numargs; jj++) {
227 for (numargs = 0; ; ++numargs) {
247 dirs[numargs] = $1;
250 if ((reles[numargs] = $1) == "WILLRELE")
253 reles[numargs] = "WONTRELE";
262 args[numargs] = substr($0, argp);
268 types[numargs] = $0;
270 if (numargs > 4)
273 ctrargs = numargs;
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/config/alpha/
H A Dtm-alpha.h48 long numargs; /* number of args to procedure (was iopt) */ member in struct:alpha_extra_func_info
/freebsd-10.0-release/contrib/apr/strings/
H A Dapr_cpystrn.c93 int isquoted, numargs = 0, argnum; local
157 numargs = 1;
164 numargs++;
167 *argv_out = apr_palloc(token_context, numargs * sizeof(char*));
170 for (argnum = 0; argnum < (numargs-1); argnum++) {
/freebsd-10.0-release/contrib/gdb/gdb/config/mips/
H A Dtm-mips.h79 long numargs; /* number of args to procedure (was iopt) */ member in struct:mips_extra_func_info
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstack.c395 int numargs;
400 numargs = FRAME_NUM_ARGS (p->fi);
401 gdb_assert (numargs >= 0);
404 numargs = -1;
405 print_frame_args (p->func, p->fi, numargs, p->stream);
718 int numargs = 0;
733 if (numargs > MAXARGS)
751 if (numargs == 0)
754 args[numargs++] = value_as_address (vp);
765 switch (numargs)
394 int numargs; local
715 int numargs = 0; local
974 int numargs; local
[all...]
H A Dmdebugread.c70 long numargs; member in struct:mips_extra_func_info
497 int numargs; /* Its argument count */
718 top_stack->numargs++;
863 top_stack->numargs = 0;
1217 e->numargs = top_stack->numargs;
1239 int nparams = top_stack->numargs;
4083 top_stack->numargs = 0;
4855 e->numargs = 0; /* the kernel thinks otherwise */
491 int numargs; /* Its argument count */ member in struct:parse_stack
/freebsd-10.0-release/contrib/binutils/include/
H A Ddemangle.h505 int numargs,
/freebsd-10.0-release/contrib/gcclibs/include/
H A Ddemangle.h493 int numargs,
/freebsd-10.0-release/contrib/gdb/include/
H A Ddemangle.h479 int numargs,
/freebsd-10.0-release/contrib/ee/
H A Dee.c291 void get_options P_((int numargs, char *arguments[]));
2064 get_options(numargs, arguments) /* get arguments from command line */
2065 int numargs;
2090 while ((count < numargs)&& (!no_more_opts))
2128 while (count < numargs)

Completed in 212 milliseconds