Home
last modified time | relevance | path

Searched refs:numargs (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/tools/
H A Dvnode_if.awk227 for (numargs = 0; ; ++numargs) {
247 dirs[numargs] = $1;
253 reles[numargs] = "WONTRELE";
268 types[numargs] = $0;
270 if (numargs > 4)
273 ctrargs = numargs;
291 for (i = 0; i < numargs; ++i)
313 for (i = 0; i < numargs; ++i)
365 for (i = 0; i < numargs; ++i)
377 for (i = 0; i < numargs; ++i)
[all …]
/freebsd-12.1/contrib/apr/strings/
H A Dapr_cpystrn.c95 int isquoted, numargs = 0, argnum; in apr_tokenize_to_argv() local
159 numargs = 1; in apr_tokenize_to_argv()
166 numargs++; in apr_tokenize_to_argv()
169 *argv_out = apr_palloc(token_context, numargs * sizeof(char*)); in apr_tokenize_to_argv()
172 for (argnum = 0; argnum < (numargs-1); argnum++) { in apr_tokenize_to_argv()
/freebsd-12.1/contrib/gdb/gdb/
H A Dstack.c394 int numargs; in print_args_stub() local
403 numargs = -1; in print_args_stub()
715 int numargs = 0; in parse_frame_specification() local
730 if (numargs > MAXARGS) in parse_frame_specification()
748 if (numargs == 0) in parse_frame_specification()
762 switch (numargs) in parse_frame_specification()
818 if (numargs == 1) in parse_frame_specification()
974 int numargs; in frame_info() local
986 numargs = -1; in frame_info()
993 if (numargs == 0) in frame_info()
[all …]
H A Dmdebugread.c70 long numargs; member
491 int numargs; /* Its argument count */ member
711 top_stack->numargs++; in parse_symbol()
856 top_stack->numargs = 0; in parse_symbol()
1210 e->numargs = top_stack->numargs; in parse_symbol()
1232 int nparams = top_stack->numargs; in parse_symbol()
4075 top_stack->numargs = 0; in psymtab_to_symtab_1()
4842 e->numargs = 0; /* the kernel thinks otherwise */ in fixup_sigtramp()
/freebsd-12.1/contrib/gdb/gdb/config/alpha/
H A Dtm-alpha.h48 long numargs; /* number of args to procedure (was iopt) */ member
/freebsd-12.1/contrib/gdb/gdb/config/mips/
H A Dtm-mips.h79 long numargs; /* number of args to procedure (was iopt) */ member
/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DOptParser.td113 class MultiArg<list<string> prefixes, string name, int numargs>
115 int NumArgs = numargs;
/freebsd-12.1/contrib/gcclibs/include/
H A Ddemangle.h493 int numargs,
/freebsd-12.1/contrib/gdb/include/
H A Ddemangle.h479 int numargs,
/freebsd-12.1/contrib/binutils/include/
H A Ddemangle.h505 int numargs,
/freebsd-12.1/contrib/ee/
H A Dee.c291 void get_options P_((int numargs, char *arguments[]));
2064 get_options(numargs, arguments) /* get arguments from command line */ in get_options() argument
2065 int numargs; in get_options()
2090 while ((count < numargs)&& (!no_more_opts))
2128 while (count < numargs)