Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_userconf.c58 static char userconf_histbuf[40]; variable
132 snprintf(userconf_histbuf, sizeof(userconf_histbuf), " %d", val); in userconf_hist_int()
133 if ((userconf_histcur + strlen(userconf_histbuf)) < userconf_histsz) { in userconf_hist_int()
135 userconf_histbuf, in userconf_hist_int()
136 strlen(userconf_histbuf)); in userconf_hist_int()
137 userconf_histcur = userconf_histcur + strlen(userconf_histbuf); in userconf_hist_int()