Home | History | Annotate | Download | only in btreplay

Lines Matching refs:vfp

80  * @vfp:	Verbose output file
91 FILE *ofp, *vfp;
584 assert(stream->vfp);
585 fprintf(stream->vfp, "------------------\n");
586 fprintf(stream->vfp, "%4llu.%09llu %3llu\n",
590 fprintf(stream->vfp, "------------------\n");
611 assert(stream->vfp);
613 fprintf(stream->vfp, "\t%1d %10llu\t%10llu\n",
711 stream->vfp = fopen(vfile_name, "w");
712 if (!stream->vfp) {
750 fclose(stream->vfp);