userconf_histbuf   60 kern/subr_userconf.c char userconf_histbuf[40];
userconf_histbuf  178 kern/subr_userconf.c 	snprintf(userconf_histbuf, sizeof userconf_histbuf, " %d",val);
userconf_histbuf  179 kern/subr_userconf.c 	if (userconf_histcur + strlen(userconf_histbuf) < userconf_histsz) {
userconf_histbuf  180 kern/subr_userconf.c 		bcopy(userconf_histbuf,
userconf_histbuf  182 kern/subr_userconf.c 		    strlen(userconf_histbuf));
userconf_histbuf  183 kern/subr_userconf.c 		userconf_histcur = userconf_histcur + strlen(userconf_histbuf);