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

/dovecot/src/doveadm/
H A Ddoveadm-sis.c213 struct stat st, first_st; local
238 first_st.st_size = -1;
246 if (first_st.st_size < 0) {
247 if (stat(str_c(path), &first_st) < 0)
250 if (strchr(d->d_name, '-') == NULL || first_st.st_size != 0) {

Completed in 464 milliseconds