Home | History | Annotate | Download | only in tests

Lines Matching defs:fIn

381     FILE* fIn = NULL;
447 fIn = fopen(argv[1], "r");
448 if( fIn == NULL ) {
531 fIn = fopen(argv[1], "r");
532 if( fIn == NULL ) {
889 fIn = fopen(argv[1], "r");
890 if(fIn == NULL) {
935 nRead = fread(pBuffer->pBuffer, 1, pBuffer->nAllocLen, fIn);
1009 nRead = fread(pBuffer->pBuffer, 1, pBuffer->nAllocLen, fIn);
1067 nRead = fread(pBuffer->pBuffer, 1, pBuffer->nAllocLen, fIn);
1196 nRead = fread(pBuffer->pBuffer, 1, pBuffer->nAllocLen, fIn);
1354 fclose(fIn);