Home
last modified time | relevance | path

Searched refs:ReadLine (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellManParser.c290 CHAR16 *ReadLine; in ManFileFindSections() local
309 ReadLine = AllocateZeroPool(Size); in ManFileFindSections()
310 if (ReadLine == NULL) { in ManFileFindSections()
315 Status = ShellFileHandleReadLine(Handle, ReadLine, &Size, TRUE, &Ascii); in ManFileFindSections()
316 if (ReadLine[0] == L'#') { in ManFileFindSections()
330 } else if (StrnCmp(ReadLine, L".TH", 3) == 0) { in ManFileFindSections()
335 } else if (StrnCmp(ReadLine, L".SH", 3) == 0) { in ManFileFindSections()
349 for ( SectionName = ReadLine + 3 in ManFileFindSections()
366 StrnCatGrow (HelpText, HelpSize, ReadLine, 0); in ManFileFindSections()
370 FreePool(ReadLine); in ManFileFindSections()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
DModifyInf.c32 ReadLine ( in ReadLine() function
330 while (ReadLine (LineBuffer, fpin)) { in main()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DParseInf.c28 ReadLine ( in ReadLine() function
181 ReadLine (InputFile, InputBuffer, _MAX_PATH); in FindSection()
266 if (ReadLine (InputFile, InputBuffer, _MAX_PATH) == NULL) { in FindToken()
418 if (ReadLine (InputFile, InputBuffer, _MAX_PATH) == NULL) { in FindTokenInstanceInSection()
DParseInf.h42 ReadLine (
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DParseInf.c24 ReadLine ( in ReadLine() function
185 ReadLine (InputFile, InputBuffer, MAX_LONG_FILE_PATH); in FindSection()
271 if (ReadLine (InputFile, InputBuffer, MAX_LONG_FILE_PATH) == NULL) { in FindToken()
DParseInf.h30 ReadLine (