Lines Matching defs:ofp
995 FILE *ifp, *ofp; /* Input & output files */
1053 if ((ofp = fdopen(fd, "w")) == NULL) {
1063 if (fchmod(fileno(ofp), sb.st_mode) == -1) {
1065 (void) fclose(ofp);
1071 if (fchown(fileno(ofp), sb.st_uid, sb.st_gid) == -1) {
1073 (void) fclose(ofp);
1081 (void) fclose(ofp);
1096 (void) fclose(ofp);
1105 if (fputs(buff, ofp) == EOF) {
1107 (void) fclose(ofp);
1119 (void) fclose(ofp);
1131 (fprintf(ofp, tzfmt, tz) == EOF)) {
1133 (void) fclose(ofp);
1140 if (fsync(fileno(ofp))) {
1148 (void) fclose(ofp);