Searched refs:lvl2 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sbin/sysctl/
H A Dsysctl.c294 int lvl2, len; local
302 for (lvl2 = 0; lvl2 < lp->size; lvl2++) {
303 if (lp->list[lvl2].ctl_name == NULL)
305 if (strlcpy(cp, lp->list[lvl2].ctl_name,
307 warn("%s: name too long", lp->list[lvl2].ctl_name);

Completed in 111 milliseconds