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

/freebsd-13-stable/sys/tools/
H A Dvnode_if.awk133 for (jj = 0; jj < numargs; jj++) {
259 for (numargs = 0; ; ++numargs) {
279 dirs[numargs] = $1;
282 if ((reles[numargs] = $1) == "WILLRELE")
285 reles[numargs] = "WONTRELE";
294 args[numargs] = substr($0, argp);
300 types[numargs] = $0;
302 if (numargs > 4)
305 ctrargs = numargs;
[all...]
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_cpystrn.c95 int isquoted, numargs = 0, argnum; local
159 numargs = 1;
166 numargs++;
169 *argv_out = apr_palloc(token_context, numargs * sizeof(char*));
172 for (argnum = 0; argnum < (numargs-1); argnum++) {
/freebsd-13-stable/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)
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2151 int numargs; local
2157 numargs = lua_gettop(L); /* number of arguments to pass to actual metamethod */
2177 lua_call(L, numargs, LUA_MULTRET);
[all...]

Completed in 351 milliseconds