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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_prconf.c278 size_t line_len; /* Line length in text columns */ local
311 line_len = 0;
318 line_len += strlen(comma_str);
321 if (line_len + len + 1 >= FBC_MAX_LINE_LEN) { /* 1 for "," */
323 line_len = FBC_PR_INDENT_LEN + 3; /* 7 now, 1 later */
326 line_len += len;
328 if (line_len > 0) {

Completed in 9 milliseconds