Searched refs:userconf_histbuf (Results 1 – 1 of 1) sorted by relevance
58 static char userconf_histbuf[40]; variable132 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()