Home
last modified time | relevance | path

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

/freebsd/sys/tools/
H A Dvnode_if.awk129 for (jj = 0; jj < numargs; jj++) {
253 for (numargs = 0; ; ++numargs) {
273 dirs[numargs] = $1;
276 if ((reles[numargs] = $1) == "WILLRELE")
279 reles[numargs] = "WONTRELE";
288 args[numargs] = substr($0, argp);
294 types[numargs] = $0;
296 if (numargs > 4)
299 ctrargs = numargs;
317 for (i = 0; i < numargs; ++i)
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dfwlog.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/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td144 class MultiArg<list<string> prefixes, string name, int numargs>
146 int NumArgs = numargs;
/freebsd/contrib/ee/
H A Dee.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/lib/clang/liblldb/
H A DLLDBWrapLua.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()