Searched refs:hashFile (Results 1 – 1 of 1) sorted by relevance
113 FILE *hashFile; /* Store all hash results in this file */ member163 if( g.hashFile ) fwrite(aData, 1, nData, g.hashFile); in HashUpdate()450 if( g.hashFile && g.hashFile!=stdout ) fclose(g.hashFile); in speedtest1_final()2318 g.hashFile = stdout; in main()2320 g.hashFile = fopen(argv[i], "wb"); in main()2321 if( g.hashFile==0 ){ in main()