Home | History | Annotate | Download | only in tests

Lines Matching defs:fOut

462     HANDLE fOut = NULL;
473 FILE* fOut = NULL;
1334 fOut = CreateFile(stringRGB, GENERIC_WRITE, 0,
1336 if (INVALID_HANDLE_VALUE == fOut){
1367 fOut = fopen(stringRGB, "w");
1368 if( fOut == NULL ){
1799 WriteFile(fOut, pBuf->pBuffer, pBuf->nFilledLen, &dwWritten, NULL);
1801 fwrite(pBuf->pBuffer, 1, pBuf->nFilledLen, fOut);
1827 WriteFile(fOut, pBuf->pBuffer, pBuf->nFilledLen, &dwWritten, NULL);
1884 CloseHandle(fOut);
1890 fclose(fOut);