Lines Matching defs:ofile
93 static int ofile;
791 if (!Nflag && (ofile = open(name, O_WRONLY | O_CREAT | O_TRUNC,
800 (void) fchown(ofile, uid, gid);
801 (void) fchmod(ofile, mode);
805 set_extattr(ofile, name, buf, extsize, SXA_FD);
817 (void) futimens(ofile, ctimep);
818 (void) futimens(ofile, mtimep);
823 (void) fchflags(ofile, flags);
824 (void) close(ofile);
1193 if (write(ofile, buf, (int) size) == -1) {
1214 if (lseek(ofile, size, SEEK_CUR) == -1) {