Searched refs:ReadLine (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellManParser.c | 290 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/ |
D | ModifyInf.c | 32 ReadLine ( in ReadLine() function 330 while (ReadLine (LineBuffer, fpin)) { in main()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | ParseInf.c | 28 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()
|
D | ParseInf.h | 42 ReadLine (
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | ParseInf.c | 24 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()
|
D | ParseInf.h | 30 ReadLine (
|