Home | History | Annotate | Download | only in codesighs

Lines Matching refs:lineBuffer

821     char lineBuffer[0x800];
829 while(0 == retval && NULL != fgets(lineBuffer, sizeof(lineBuffer), inOptions->mInput))
836 retval = processLine(inOptions, &container, lineBuffer);