Home | History | Annotate | Download | only in src

Lines Matching full:stat

923 	struct stat buf;
924 if (stat(ah->fname, &buf) != -1 && S_ISDIR(buf.st_mode))
991 if ((ah1->flags & AH_DIR) && stat(ah1->fname, &buf) != -1 && !S_ISREG(buf.st_mode))