Searched defs:to_fd (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/usr.bin/xinstall/ |
H A D | xinstall.c | 223 int devnull, from_fd, to_fd, serrno, files_match = 0; in install() local 402 copy(int from_fd,char * from_name,int to_fd,char * to_name,off_t size,int sparse) copy() argument 482 compare(int from_fd,const char * from_name,off_t from_len,int to_fd,const char * to_name,off_t to_len) compare() argument [all...] |
/openbsd-src/bin/cp/ |
H A D | utils.c | 60 int from_fd, rcount, rval, to_fd, wcount; in copy_file() local
|
/openbsd-src/bin/mv/ |
H A D | mv.c | 267 int nread, from_fd, to_fd; in fastcopy() local
|
/openbsd-src/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 387 int from_fd, rcount, to_fd, wcount; in cp() local
|
/openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
H A D | operations.cpp | 959 FileDescriptor to_fd = FileDescriptor::create_with_status( in __copy_file() local
|