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

/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1269 uv_file dstfd; local
1280 dstfd = -1;
1302 dstfd = uv_fs_open(NULL,
1310 if (dstfd < 0) {
1311 err = dstfd;
1319 if (fstat(dstfd, &dst_statsbuf)) {
1324 /* Check if srcfd and dstfd refer to the same file */
1331 if (ftruncate(dstfd, 0) != 0) {
1337 if (fchmod(dstfd, src_statsbuf.st_mode) == -1) {
1347 if (!uv__is_cifs_or_smb(dstfd))
[all...]

Completed in 131 milliseconds