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

/vbox/src/bldprogs/
H A Dfilesplitter.cpp89 * @param pcszVariableName The make variable name.
92 static int openMakefileList(const char *pcszPath, const char *pcszVariableName, FILE **ppFile) argument
100 if (fprintf(pFile, "%s := \\\n", pcszVariableName) <= 0)

Completed in 77 milliseconds