Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/rtsold/
H A Dcap_script.c164 size_t argc, i, nscripts; in script_command() local
184 scripts = nvlist_get_string_array(limits, "scripts", &nscripts); in script_command()
185 for (i = 0; i < nscripts; i++) in script_command()
188 if (i == nscripts) in script_command()