Home
last modified time | relevance | path

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

/freebsd-src/bin/cp/
H A Dutils.c71 copy_fallback(int from_fd, int to_fd) in copy_fallback()
106 int ch, checkch, from_fd, rval, to_fd; in copy_file() local
/freebsd-src/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() argument
1178 copy(int from_fd,const char * from_name,int to_fd,const char * to_name,off_t size) copy() argument
[all...]
/freebsd-src/bin/mv/
H A Dmv.c268 int nread, from_fd, to_fd; fastcopy() local
/freebsd-src/contrib/nvi/ex/
H A Dtag.h25 int from_fd; /* from cscope: file descriptor. */ member
/freebsd-src/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c577 int from_fd, rcount, to_fd, wcount; in cp() local
/freebsd-src/usr.sbin/config/
H A Dmain.cc584 int from_fd, to_fd; moveifchanged() local
/freebsd-src/usr.sbin/nfsd/
H A Dnfsd.c1126 copy_stable(int from_fd,int to_fd) copy_stable() argument
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp267 FileDescriptor from_fd = FileDescriptor::create_with_status(&from, m_ec, O_RDONLY | O_NONBLOCK | O_BINARY); __copy_file() local