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

/macosx-10.10.1/text_cmds-88/nl/
H A Dnl.c151 size_t intbuffersize, clen; local
282 intbuffersize = max(INT_STRLEN_MAXIMUM, width) + 1; /* NUL */
283 if ((intbuffer = malloc(intbuffersize)) == NULL)

Completed in 125 milliseconds