Home
last modified time | relevance | path

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

/freebsd-13.1/sys/tools/
H A Dvnode_if.awk259 for (numargs = 0; ; ++numargs) {
279 dirs[numargs] = $1;
285 reles[numargs] = "WONTRELE";
300 types[numargs] = $0;
302 if (numargs > 4)
305 ctrargs = numargs;
323 for (i = 0; i < numargs; ++i)
345 for (i = 0; i < numargs; ++i)
408 for (i = 0; i < numargs; ++i)
418 for (i = 0; i < numargs; ++i)
[all …]
/freebsd-13.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-13.1/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td126 class MultiArg<list<string> prefixes, string name, int numargs>
128 int NumArgs = numargs;
/freebsd-13.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)
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2151 int numargs; in SWIG_Lua_resolve_metamethod() local
2157 numargs = lua_gettop(L); /* number of arguments to pass to actual metamethod */ in SWIG_Lua_resolve_metamethod()
2177 lua_call(L, numargs, LUA_MULTRET); in SWIG_Lua_resolve_metamethod()