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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseInf.c30 ReadLine ( function
41 the input string. ReadLine reads characters from the current file position
191 ReadLine (InputFile, InputBuffer, _MAX_PATH);
276 if (ReadLine (InputFile, InputBuffer, _MAX_PATH) == NULL) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c261 CHAR16 *ReadLine; local
280 ReadLine = AllocateZeroPool(Size);
281 if (ReadLine == NULL) {
286 Status = ShellFileHandleReadLine(Handle, ReadLine, &Size, TRUE, &Ascii);
287 if (ReadLine[0] == L'#') {
301 } else if (StrnCmp(ReadLine, L".TH", 3) == 0) {
306 } else if (StrnCmp(ReadLine, L".SH", 3) == 0) {
320 for ( SectionName = ReadLine + 3
337 StrnCatGrow (HelpText, HelpSize, ReadLine, 0);
341 FreePool(ReadLine);
465 CHAR16 *ReadLine; local
[all...]
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.cpp333 nsFileInputStream::ReadLine(nsACString& aLine, PRBool* aResult) function in class:nsFileInputStream
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dhttpget.c68 * A buffer for storing the excess input data for ReadLine.
85 * ReadLine --
90 * inputBuf for use in the next ReadLine call or FetchFile call.
95 PRInt32 ReadLine(PRFileDesc *fd, char *buf, PRUint32 bufSize) function
410 if (ReadLine(socket, line, sizeof(line)) <= 0) {
423 while (ReadLine(socket, line, sizeof(line)) > 0) {
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp634 NS_IMETHODIMP nsFileSpecImpl::ReadLine(char** line, PRInt32 bufferSize, PRBool *wasTruncated) function in class:nsFileSpecImpl
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecImpl.cpp656 NS_IMETHODIMP nsFileSpecImpl::ReadLine(char** line, PRInt32 bufferSize, PRBool *wasTruncated) function in class:nsFileSpecImpl

Completed in 55 milliseconds