Searched refs:ofile (Results 1 – 3 of 3) sorted by relevance
33 for f in ifile ofile; do49 dd of=ofile oflag=nocache conv=notrunc,fdatasync count=0 || fail=155 dd if=ifile of=ofile iflag=nocache oflag=nocache || fail=1
1060 FILE *ofile; member1130 if (fclose (files[i_reopen].ofile) != 0) in ofile_open()1132 files[i_reopen].ofile = nullptr; in ofile_open()1137 FILE *ofile = fdopen (fd, "a"); in ofile_open() local1138 if (!ofile) in ofile_open()1140 files[i_check].ofile = ofile; in ofile_open()1179 files[i_file].ofile = nullptr; in lines_rr()1239 else if (fwrite (bp, to_write, 1, files[i_file].ofile) != 1 in lines_rr()1249 if (fclose (files[i_file].ofile) != 0) in lines_rr()1252 files[i_file].ofile = nullptr; in lines_rr()[all …]
9789 dd of=ofile oflag=nocache conv=notrunc,fdatasync count=09798 dd if=ifile of=ofile iflag=nocache oflag=nocache,sync