Home
last modified time | relevance | path

Searched refs:EndOfLine (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DMetaDataParser.py95 EndOfLine = "\n"
146 License += Comment + EndOfLine
156 Copyright += Comment + EndOfLine
159 Abstract += Comment + EndOfLine
166 Copyright += Comment + EndOfLine
169 Description += Comment + EndOfLine
172 Copyright += Comment + EndOfLine
180 License += EndOfLine
181 License += Comment + EndOfLine
186 License += Comment + EndOfLine
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DMemoryFile.c152 CHAR8 *EndOfLine; in ReadMemoryFileLine() local
180 EndOfLine = memchr (InputFile->CurrentFilePointer, '\n', BytesToEof); in ReadMemoryFileLine()
185 if (EndOfLine == 0) { in ReadMemoryFileLine()
194 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer; in ReadMemoryFileLine()
DParseInf.c54 CHAR8 *EndOfLine; in ReadLine() local
74 EndOfLine = strchr (InputFile->CurrentFilePointer, '\n'); in ReadLine()
79 if (EndOfLine == 0) { in ReadLine()
84 } else if (EndOfLine >= InputFile->Eof) { in ReadLine()
93 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer; in ReadLine()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentParsing.py66 EndOfLine = "\n"
104 License += Comment + EndOfLine
115 Copyright += Comment + EndOfLine
118 Abstract += Comment + EndOfLine
127 Copyright += Comment + EndOfLine
130 Description += Comment + EndOfLine
135 Copyright += Comment + EndOfLine
143 License += EndOfLine
144 License += Comment + EndOfLine
149 License += Comment + EndOfLine
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DParseInf.c58 CHAR8 *EndOfLine; in ReadLine() local
78 EndOfLine = strchr (InputFile->CurrentFilePointer, '\n'); in ReadLine()
83 if (EndOfLine == 0) { in ReadLine()
88 } else if (EndOfLine >= InputFile->Eof) { in ReadLine()
97 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer; in ReadLine()