Searched defs:to_fd (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/bin/cp/ |
H A D | utils.c | 71 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 D | xinstall.c | 807 int temp_fd, to_fd; in install() local 1083 compare(int from_fd,const char * from_name __unused,size_t from_len,int to_fd,const char * to_name __unused,size_t to_len,char ** dresp) compare() argument 1178 copy(int from_fd,const char * from_name,int to_fd,const char * to_name,off_t size) copy() argument 1274 strip(const char * to_name,int to_fd,const char * from_name,char ** dresp) strip() argument [all...] |
/freebsd-src/bin/mv/ |
H A D | mv.c | 268 int nread, from_fd, to_fd; fastcopy() local [all...] |
/freebsd-src/contrib/nvi/ex/ |
H A D | tag.h | 27 int to_fd; /* to cscope: file descriptor. */ member
|
/freebsd-src/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 577 int from_fd, rcount, to_fd, wcount; in cp() local
|
/freebsd-src/usr.sbin/config/ |
H A D | main.cc | 584 int from_fd, to_fd; moveifchanged() local
|
/freebsd-src/usr.sbin/nfsd/ |
H A D | nfsd.c | 1126 copy_stable(int from_fd,int to_fd) copy_stable() argument
|
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | operations.cpp | 320 FileDescriptor to_fd = FileDescriptor::create_with_status(&to, m_ec, to_open_flags, from_stat.st_mode); __copy_file() local
|