Searched refs:trunc_at (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c2670 int cur, percent, ret, trunc_at; local
2699 trunc_at = columns < STATUS_BUFFER_LEN-1 ?
2702 ret = snprintf(status_buffer, trunc_at+1,
2716 if (ret >= 0 && ret < trunc_at)
2719 return trunc_at; /* had to truncate */

Completed in 19 milliseconds