Searched defs:to_fd (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 807 int temp_fd, to_fd; in install() local 1083 int to_fd, const char *to_name __unused, size_t to_len, in compare() 1178 copy(int from_fd, const char *from_name, int to_fd, const char *to_name, in copy() 1274 strip(const char *to_name, int to_fd, const char *from_name, char **dresp) in strip()
|
/freebsd/bin/mv/ |
H A D | mv.c | 263 int from_fd, to_fd; in fastcopy() local
|
/freebsd/contrib/nvi/ex/ |
H A D | tag.h | 27 int to_fd; /* to cscope: file descriptor. */ member
|
/freebsd/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 577 int from_fd, rcount, to_fd, wcount; in cp() local
|
/freebsd/usr.sbin/config/ |
H A D | main.cc | 589 int from_fd, to_fd; in moveifchanged() local
|
/freebsd/usr.sbin/nfsd/ |
H A D | nfsd.c | 1154 copy_stable(int from_fd, int to_fd) in copy_stable()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | operations.cpp | 317 …FileDescriptor to_fd = FileDescriptor::create_with_status(&to, m_ec, to_open_flags, from_stat.st_m… in __copy_file() local
|