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

/haiku/src/libs/bsd/
H A Dfgetln.c15 #define LINE_LENGTH 4096 macro
29 sBuffer = (char *)malloc(LINE_LENGTH);
33 sBufferSize = LINE_LENGTH;
54 char *newBuffer = realloc(sBuffer, sBufferSize + LINE_LENGTH);
62 sBufferSize += LINE_LENGTH;

Completed in 285 milliseconds