Searched refs:sOutputFile (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/rc/
H A Ddecompile.cpp43 static FILE *sOutputFile; variable
59 fprintf(sOutputFile, "\t");
68 fprintf(sOutputFile, "\n");
70 fprintf(sOutputFile, "{\n");
72 fprintf(sOutputFile, " {\n");
83 fprintf(sOutputFile, "\n");
85 fprintf(sOutputFile, "}");
116 fprintf(sOutputFile, "'%s'", code);
118 fprintf(sOutputFile, "%" B_PRIu32, value);
131 fprintf(sOutputFile, "\"
[all...]
H A Drc.cpp42 static char sOutputFile[B_PATH_NAME_LENGTH] = { 0 }; variable
173 strcpy(sOutputFile, argv[i + 1]);
238 if (sOutputFile[0] == '\0') {
241 strlcpy(sOutputFile, sFirstInputFile, sizeof(sOutputFile));
243 cut_extension(sOutputFile, sDecompile ? ".rsrc" : ".rdef");
244 add_extension(sOutputFile, sDecompile ? ".rdef" : ".rsrc");
252 if (!has_extension(sOutputFile, ".rsrc"))
253 add_extension(sOutputFile, ".rsrc");
255 rdef_compile(sOutputFile);
[all...]

Completed in 85 milliseconds