Home
last modified time | relevance | path

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

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