Searched refs:src_statsbuf (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1270 struct stat src_statsbuf; local
1291 if (fstat(srcfd, &src_statsbuf)) {
1306 src_statsbuf.st_mode,
1325 if (src_statsbuf.st_dev == dst_statsbuf.st_dev &&
1326 src_statsbuf.st_ino == dst_statsbuf.st_ino) {
1337 if (fchmod(dstfd, src_statsbuf.st_mode) == -1) {
1377 bytes_to_send = src_statsbuf.st_size;

Completed in 94 milliseconds