Searched defs:InputBuffer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseInf.c32 IN OUT CHAR8 *InputBuffer,
49 InputBuffer Buffer to read into, must be _MAX_PATH size.
55 InputBuffer otherwise
66 assert (InputBuffer);
111 memcpy (InputBuffer, InputFile->CurrentFilePointer, CharsToCopy);
116 if (InputBuffer[CharsToCopy - 1] == '\r') {
118 InputBuffer[CharsToCopy - 1] = '\0';
122 InputBuffer[CharsToCopy] = '\0';
134 CharPtr = strstr (InputBuffer, "//");
141 return InputBuffer;
30 ReadLine( IN MEMORY_FILE *InputFile, IN OUT CHAR8 *InputBuffer, IN UINTN MaxLength ) argument
168 CHAR8 InputBuffer[_MAX_PATH]; local
237 CHAR8 InputBuffer[_MAX_PATH]; local
655 CHAR8 InputBuffer[_MAX_PATH]; local
[all...]

Completed in 33 milliseconds