Searched refs:outstr_size (Results 1 – 1 of 1) sorted by relevance
902 unsigned int outstr_size = 4 * max_strlen + /*for quotes and NUL:*/ 3; in printstr_ex() local904 if (outstr_size / 4 != max_strlen) in printstr_ex()907 outstr = xmalloc(outstr_size); in printstr_ex()