Lines Matching refs:stat
51 #include <sys/stat.h>
365 struct stat sb;
480 /* make sure we can stat entry */
481 if (stat(tmp, &sb) == 0 ) {
513 } else /* if we cannot stat entry, skip it. */
594 struct stat sb;
606 if (stat(path, &sb) != 0) {
633 struct stat sb;
660 /* remove path separator at end of path so stat works properly */
663 if (stat(basepath, &sb) != 0) {
749 struct stat sb;
766 if (stat(path, &sb) != 0) {
791 struct stat sb;
814 /* remove path separator at end of path so stat works properly */
823 if (stat(path, &sb) != 0) {