Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/rtsold/
H A Dcap_script.c162 size_t argc, i, nscripts; in script_command() local
182 scripts = nvlist_get_string_array(limits, "scripts", &nscripts); in script_command()
183 for (i = 0; i < nscripts; i++) in script_command()
186 if (i == nscripts) in script_command()