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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseGuidedSectionTools.c117 CHAR8 *NextLine; local
128 NextLine = ReadMemoryFileLine (InputFile);
129 if (NextLine == NULL) {
133 Status = StripInfDscStringInPlace (NextLine);
138 if (NextLine[0] == '\0') {
142 Tool = SplitStringByWhitespace (NextLine);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsManifestLineReader.h57 PRBool NextLine() function in class:nsManifestLineReader

Completed in 36 milliseconds