Home | History | Annotate | Download | only in fio

Lines Matching refs:f_out

54 FILE *f_out = NULL;
1980 if (f_out && f_out != stdout)
1981 fclose(f_out);
1983 f_out = fopen(optarg, "w+");
1984 if (!f_out) {
1988 f_err = f_out;
2352 f_out = stdout;