Lines Matching refs:stat
60 #include <sys/stat.h>
374 struct stat sb;
489 /* make sure we can stat entry */
490 if (stat(tmp, &sb) == 0 ) {
522 } else /* if we cannot stat entry, skip it. */
603 struct stat sb;
615 if (stat(path, &sb) != 0) {
642 struct stat sb;
669 /* remove path separator at end of path so stat works properly */
672 if (stat(basepath, &sb) != 0) {
757 struct stat sb;
772 if (stat(path, &sb) != 0) {
796 struct stat sb;
817 /* remove path separator at end of path so stat works properly */
826 if (stat(path, &sb) != 0) {