ofd                56 arch/alpha/boot/tools/objstrip.c     int fd, ofd, i, j, verbose = 0, primary = 0;
ofd                97 arch/alpha/boot/tools/objstrip.c     ofd = 1;
ofd                99 arch/alpha/boot/tools/objstrip.c 	ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666);
ofd               100 arch/alpha/boot/tools/objstrip.c 	if (ofd == -1) {
ofd               114 arch/alpha/boot/tools/objstrip.c 	if (ofd == 1) {
ofd               133 arch/alpha/boot/tools/objstrip.c 	if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) {
ofd               250 arch/alpha/boot/tools/objstrip.c 	    nwritten = write(ofd, buf, n);
ofd               275 arch/alpha/boot/tools/objstrip.c 	    nwritten = write(ofd, buf, n);
ofd               337 scripts/unifdef.c 			int ofd;
ofd               347 scripts/unifdef.c 			ofd = mkstemp(tempname);
ofd               348 scripts/unifdef.c 			if (ofd != -1)
ofd               349 scripts/unifdef.c 				output = fdopen(ofd, "wb+");
ofd               352 scripts/unifdef.c 			fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO));
ofd               266 tools/bpf/bpf_jit_disasm.c 	int ofd;
ofd               306 tools/bpf/bpf_jit_disasm.c 	ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE);
ofd               307 tools/bpf/bpf_jit_disasm.c 	if (ofd < 0) {
ofd               314 tools/bpf/bpf_jit_disasm.c 		nr = write(ofd, pos, len);
ofd               323 tools/bpf/bpf_jit_disasm.c 	close(ofd);
ofd                45 tools/perf/util/copyfile.c int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size)
ofd                58 tools/perf/util/copyfile.c 		ssize_t ret = pwrite(ofd, ptr + off_in, size, off_out);
ofd                14 tools/perf/util/copyfile.h int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size);