Lines Matching refs:stat
55 #include <sys/stat.h>
344 struct stat sb;
457 /* make sure we can stat entry */
458 if (stat(tmp, &sb) == 0 ) {
488 } else /* if we cannot stat entry, skip it. */
558 struct stat sb;
568 if (stat(path, &sb) != 0) {
592 struct stat sb;
615 /* remove path separator at end of path so stat works properly */
618 if (stat(basepath, &sb) != 0) {
707 struct stat sb;
721 if (stat(path, &sb) != 0) {
754 struct stat sb;
775 /* remove path separator at end of path so stat works properly */
781 if (stat(path, &sb) != 0) {