Searched refs:ReadLine (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/ |
H A D | ShellManParser.c | 261 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/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | ParseInf.h | 41 ReadLine ( 54 the input string. ReadLine reads characters from the current file position
|
H A D | ParseInf.c | 30 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/libs/xpcom18a4/nsprpub/tools/ |
H A D | httpget.c | 68 * 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/libxml2-2.6.31/win32/ |
H A D | configure.js | 182 ln = cf.ReadLine(); 205 ln = cf.ReadLine(); 288 ln = ofi.ReadLine(); 378 ln = ofi.ReadLine();
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsFileStreams.cpp | 333 nsFileInputStream::ReadLine(nsACString& aLine, PRBool* aResult) function in class:nsFileInputStream
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | nsFileSpecImpl.cpp | 634 NS_IMETHODIMP nsFileSpecImpl::ReadLine(char** line, PRInt32 bufferSize, PRBool *wasTruncated) function in class:nsFileSpecImpl
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecImpl.cpp | 656 NS_IMETHODIMP nsFileSpecImpl::ReadLine(char** line, PRInt32 bufferSize, PRBool *wasTruncated) function in class:nsFileSpecImpl
|
Completed in 2766 milliseconds