Searched refs:destfd (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.sbin/pw/ |
| H A D | cpdir.c | 43 int len, srcfd, destfd; in copymkdir() local 128 destfd = openat(rootfd, path, O_RDWR | O_CREAT | O_EXCL, in copymkdir() 130 if (destfd == -1) { in copymkdir() 136 sz = copy_file_range(srcfd, NULL, destfd, NULL, in copymkdir() 146 if (fchown(destfd, uid, gid) != 0) in copymkdir() 148 if (fchflags(destfd, st.st_flags) != 0) in copymkdir() 151 close(destfd); in copymkdir()
|