Lines Matching refs:out_fd
75 int out_fd, in_fd;84 out_fd = creat(filename, mode);85 if (out_fd < 0) {95 retval = write(out_fd, buffer, retval);102 close(out_fd);312 int retval, index, out_fd;333 out_fd = creat(path, mode);334 if (out_fd < 0) {347 index += write(out_fd, &hist[index], strlen(hist) - index);352 close(out_fd);