HomeSort by: relevance | last modified time | path
    Searched defs:intbuffersize (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/nl/
nl.c 101 static size_t intbuffersize; variable in typeref:typename:size_t
262 intbuffersize = max((int)INT_STRLEN_MAXIMUM, width) + 1; /* NUL */
263 if ((intbuffer = malloc(intbuffersize)) == NULL)
333 consumed = snprintf(intbuffer, intbuffersize, format,
nl.c 101 static size_t intbuffersize; variable in typeref:typename:size_t
262 intbuffersize = max((int)INT_STRLEN_MAXIMUM, width) + 1; /* NUL */
263 if ((intbuffer = malloc(intbuffersize)) == NULL)
333 consumed = snprintf(intbuffer, intbuffersize, format,

Completed in 22 milliseconds