Home
last modified time | relevance | path

Searched refs:dest_fd (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/xz/src/xz/
H A Dfile_io.c249 pfd[0].fd = pair->dest_fd; in io_wait()
390 if (fchmod(pair->dest_fd, mode)) in io_copy_attrs()
445 (void)futimens(pair->dest_fd, tv); in io_copy_attrs()
456 (void)futimes(pair->dest_fd, tv); in io_copy_attrs()
478 (void)_futime(pair->dest_fd, &buf); in io_copy_attrs()
754 .dest_fd = -1, in io_open_src()
827 pair->dest_fd = STDOUT_FILENO; in io_open_dest_real()
897 if (pair->dest_fd == -1) { in io_open_dest_real()
1026 if (pair->dest_fd == -1 || pair->dest_fd == STDOUT_FILENO) in io_close_dest()
1029 if (close(pair->dest_fd)) { in io_close_dest()
[all …]
H A Dfile_io.h47 int dest_fd; member
/dragonfly/contrib/tcsh-6/
H A Dtc.func.c1902 getremotehost(int dest_fd) argument
2028 res = xwrite(dest_fd, host, left);