Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/tools/
HDvnode_if.awk132 for (jj = 0; jj < numargs; jj++) {
256 for (numargs = 0; ; ++numargs) {
276 dirs[numargs] = $1;
279 if ((reles[numargs] = $1) == "WILLRELE")
282 reles[numargs] = "WONTRELE";
291 args[numargs] = substr($0, argp);
297 types[numargs] = $0;
299 if (numargs > 4)
302 ctrargs = numargs;
320 for (i = 0; i < numargs; ++i)
[all …]
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDfwlog.c1419 u32 numargs, u32 *args) { in ath10k_fwlog_print() argument
1450 for (i = 0; i < numargs; i++) { in ath10k_fwlog_print()
1452 if ((i + 1) < numargs) in ath10k_fwlog_print()
1467 u16 numargs; in ath10k_fwlog_parse_msg() local
1493 numargs = FW_DBGLOG_GET_NUMARGS(buffer[count + 1]); in ath10k_fwlog_parse_msg()
1502 timestamp, numargs, in ath10k_fwlog_parse_msg()
1505 count += numargs + 2; in ath10k_fwlog_parse_msg()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Option/
HDOptParser.td144 class MultiArg<list<string> prefixes, string name, int numargs>
146 int NumArgs = numargs;
/freebsd-14-stable/contrib/ee/
HDee.c281 void get_options(int numargs, char *arguments[]);
2057 get_options(int numargs, char *arguments[]) in get_options() argument
2081 while ((count < numargs)&& (!no_more_opts)) in get_options()
2119 while (count < numargs) in get_options()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp2176 int numargs; in SWIG_Lua_resolve_metamethod() local
2182 numargs = lua_gettop(L); /* number of arguments to pass to actual metamethod */ in SWIG_Lua_resolve_metamethod()
2202 lua_call(L, numargs, LUA_MULTRET); in SWIG_Lua_resolve_metamethod()