Home | History | Annotate | Download | only in Common

Lines Matching refs:_MAX_PATH

47   InputBuffer   Buffer to read into, must be _MAX_PATH size.

158 CHAR8 InputBuffer[_MAX_PATH];
181 ReadLine (InputFile, InputBuffer, _MAX_PATH);
215 Value The string that holds the value following the =. Must be _MAX_PATH in size.
227 CHAR8 InputBuffer[_MAX_PATH];
266 if (ReadLine (InputFile, InputBuffer, _MAX_PATH) == NULL) {
366 Must be _MAX_PATH in size.
368 Must be _MAX_PATH in size.
380 CHAR8 InputBuffer[_MAX_PATH];
418 if (ReadLine (InputFile, InputBuffer, _MAX_PATH) == NULL) {
671 _MAX_PATH size.
691 if (fgets (InputBuffer, _MAX_PATH, InputFile) == NULL) {
737 CHAR8 InputBuffer[_MAX_PATH];