Home
last modified time | relevance | path

Searched defs:from_fd (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/xinstall/
H A Dxinstall.c806 int devnull, files_match, from_fd, serrno, stripped, target; in install() local
1082 compare(int from_fd, const char *from_name __unused, size_t from_len, in compare()
1178 copy(int from_fd, const char *from_name, int to_fd, const char *to_name, in copy()
/freebsd/bin/mv/
H A Dmv.c263 int from_fd, to_fd; in fastcopy() local
/freebsd/contrib/nvi/ex/
H A Dtag.h25 int from_fd; /* from cscope: file descriptor. */ member
/freebsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c577 int from_fd, rcount, to_fd, wcount; in cp() local
/freebsd/usr.sbin/config/
H A Dmain.cc589 int from_fd, to_fd; in moveifchanged() local
/freebsd/usr.sbin/nfsd/
H A Dnfsd.c1154 copy_stable(int from_fd, int to_fd) in copy_stable()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp264 …FileDescriptor from_fd = FileDescriptor::create_with_status(&from, m_ec, O_RDONLY | O_NONBLOCK | O… in __copy_file() local