Searched refs:pszLine (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp74 * @param pszLine The line string to strip.
76 static char *StripLine(char *pszLine) argument
78 while (*pszLine == ' ' || *pszLine == '\t')
79 pszLine++;
81 char *psz = strchr(pszLine, '#');
85 psz = strchr(pszLine, '\0');
86 while (psz > pszLine)
100 return pszLine;
107 * @param pszLine Th
109 IsCommentOrBlankLine(const char *pszLine) argument
124 FirstField(char **ppsz, char *pszLine) argument
[all...]
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartCfg.cpp99 char *pszLine; member in struct:CFGTOKENIZER
146 rc = RTStrmGetLine(pCfgTokenizer->hStrmConfig, pCfgTokenizer->pszLine,
153 pszTmp = (char *)RTMemRealloc(pCfgTokenizer->pszLine, pCfgTokenizer->cbLine);
155 pCfgTokenizer->pszLine = pszTmp;
166 pCfgTokenizer->pszLineCurr = pCfgTokenizer->pszLine;
316 if (pCfgTokenizer->pszLine)
317 RTMemFree(pCfgTokenizer->pszLine);
342 pCfgTokenizer->pszLine = (char *)RTMemAllocZ(pCfgTokenizer->cbLine);
343 if (pCfgTokenizer->pszLine)
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp1221 * @param pszLine Where to store what we've read.
1224 static int rtManifestReadLine(RTVFSIOSTREAM hVfsIos, char *pszLine, size_t cbLine)
1228 *pszLine = '\0';
1241 pszLine[0] = ch;
1242 pszLine[1] = '\0';
1249 pszLine[0] = '\r';
1250 pszLine[1] = ch;
1251 pszLine[2] = '\0';
1261 pszLine[0] = ch;
1262 pszLine[
[all...]
/vbox/src/bldprogs/
H A Dscm.cpp480 static int scmSettingsBaseParseString(PSCMSETTINGSBASE pBase, const char *pszLine) argument
484 int rc = RTGetOptArgvFromString(&papszArgs, &cArgs, pszLine, NULL);
516 char *pszLine = RTStrDupN(pchLine, cchLine); local
517 if (!pszLine)
519 int rc = scmSettingsBaseParseString(pBase, pszLine);
520 RTStrFree(pszLine);
H A DVBoxCPP.cpp568 const char *pszLine = ScmStreamGetLineByNo(pStrm, iLine, &cchLine, &enmEof); local
569 if (pszLine)
572 cchLine, pszLine, off - offLine, "");
1411 const char *pszLine = ScmStreamGetLine(pStrmInput, &cchLine, &enmEol); Assert(pszLine); local
1412 pszLine--; cchLine++; /* unfetching the first slash. */
1417 rcExit = vbcppOutputWrite(pThis, pszLine, cchLine + enmEol);
1421 rcExit = vbcppOutputWrite(pThis, pszLine + cchLine, enmEol);
1425 || pszLine[cchLine - 1] != '\\')
1428 pszLine
[all...]
H A Dscmstream.cpp734 const char *pszLine = ScmStreamGetLineByNo(pStream, iCurLine, pcchLine, penmEol); local
735 if ( pszLine
744 pszLine += offCur;
746 return pszLine;
H A DVBoxTpG.cpp386 const char *pszLine; local
389 while ((pszLine = ScmStreamGetLine(&Strm, &cchLine, &enmEol)) != NULL)
390 RTPrintf("%.*s\n", cchLine, pszLine);
1264 const char *pszLine = ScmStreamGetLineByNo(pStrm, iLine, &cchLine, &enmEof); local
1265 if (pszLine)
1268 cchLine, pszLine, off - offLine, "");
/vbox/src/VBox/Storage/
H A DVMDK.cpp1397 const char *pszLine)
1400 ssize_t cbDiff = strlen(pszLine) + 1;
1406 memcpy(pEnd, pszLine, cbDiff);
2085 char *pszLine = pImage->Descriptor.aLines[uLine]; local
2088 if (!strncmp(pszLine, "RW", 2))
2091 pszLine += 2;
2093 else if (!strncmp(pszLine, "RDONLY", 6))
2096 pszLine += 6;
2098 else if (!strncmp(pszLine, "NOACCESS", 8))
2101 pszLine
1396 vmdkDescInitStr(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, const char *pszLine) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimnxport.idl350 [in] LPSTR pszLine,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimnxport.idl350 [in] LPSTR pszLine,

Completed in 69 milliseconds