Lines Matching refs:out_fd
74 int out_fd, in_fd;87 out_fd = creat(filename, mode);88 if (out_fd < 0) {98 retval = write(out_fd, buffer, retval);105 close(out_fd);361 int retval, index, out_fd;382 out_fd = creat(path, mode);383 if (out_fd < 0) {396 index += write(out_fd, &hist[index], strlen(hist) - index);401 close(out_fd);