Searched defs:dest_st (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dict/
H A Ddict-file.c372 struct stat dest_st; local
374 if (fstat(dest_fd, &dest_st) < 0) {
379 if (src_st->st_gid != dest_st.st_gid &&
390 if ((src_st->st_mode & 07777) != (dest_st.st_mode & 07777)) {

Completed in 32 milliseconds