Home | History | Annotate | Download | only in tests

Lines Matching refs:fOut

79 FILE *fOut= NULL, *fIn = NULL;
731 fOut = fopen(argv[2], "w");
732 if(fOut == NULL) {
1096 fwrite(pBuf->pBuffer, 1, pBuf->nFilledLen, fOut);
1097 fflush(fOut);
1223 fclose(fOut);
1225 fOut = NULL;