Home | History | Annotate | Download | only in tests

Lines Matching defs:fOut

247 			                FILE* fIn, FILE* fOut);
254 FILE* fIn, FILE* fOut);
480 FILE *fOut = NULL, *fIn = NULL;
580 fOut = fopen(argv[2], "w");
581 if( fOut == NULL ) {
739 fOut = fopen(fname, "w");
740 if( fOut == NULL ) {
1059 fOut = fopen(fname, "w");
1060 if(fOut == NULL) {
1360 fwrite(pBuf->pBuffer, 1, pBuf->nFilledLen, fOut);
1361 fflush(fOut);
1403 fclose(fOut);
1535 fIn,fOut);
1542 fIn,fOut);
1938 FILE* fIn, FILE* fOut)
1970 if(fOut != NULL) /* Could have been closed previously */
1972 fclose(fOut);
1973 fOut=NULL;
1999 FILE* fIn, FILE* fOut)
2034 if (fOut != NULL) /* Could have been closed previously */ */
2036 fclose(fOut);
2037 fOut=NULL;