Lines Matching defs:ofd
255 int ofd = -1;
413 if (ofd >= 0)
414 (void) close(ofd);
415 if ((ofd = xcreat(optarg)) < 0) {
546 setoutput(ofd); /* establish truss output */
2018 setoutput(int ofd)
2020 if (ofd < 0) {
2023 } else if (ofd != 1) {
2025 (void) fcntl(ofd, F_DUPFD, 1);
2026 (void) close(ofd);
2028 if ((ofd = dup(2)) < 0)
2031 (void) close(ofd);