Searched refs:pFileOut (Results 1 - 2 of 2) sorted by relevance
/vbox/src/bldprogs/ |
H A D | bin2c.c | 70 FILE *pFileOut; local 156 pFileOut = fopen(argv[iArg+2], fAppend ? "a" : "w"); /* no b! */ 157 if (!pFileOut) 166 fprintf(pFileOut, 196 fprintf(pFileOut, "\n"); 198 fprintf(pFileOut, " "); 200 fprintf(pFileOut, " 0x%02x,", abLine[j]); 202 fprintf(pFileOut, " "); 205 fprintf(pFileOut, " /* 0x%08lx: ", (long)off); 208 fprintf(pFileOut, " [all...] |
/vbox/src/VBox/Main/webservice/ |
H A D | split-soapC.cpp | 29 FILE *pFileOut = NULL; local 96 if (!pFileOut) 105 if (!(pFileOut = fopen(szFilename, "wb"))) 112 fprintf(pFileOut, "#include \"soapH.h\"%s\n", 133 if (fwrite(pLine, 1, cbLine, pFileOut) != cbLine) 178 fclose(pFileOut); 179 pFileOut = NULL; 196 if (pFileOut) 197 fclose(pFileOut);
|
Completed in 1383 milliseconds