Home
last modified time | relevance | path

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

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