Home
last modified time | relevance | path

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

/freebsd/sbin/sysctl/
H A Dsysctl.c1014 const char *prntype; in show_info() local
1022 prntype = ctl_typename[ctltype]; in show_info()
1024 prntype = "unknown"; in show_info()
1028 printf("%s%s", prntype, sep); in show_info()
1030 fputs(prntype, stdout); in show_info()