S_ISDIR           211 libdb/compat.h #ifndef S_ISDIR
S_ISDIR           484 libutil/find.c 		if (S_ISDIR(st.st_mode))
S_ISDIR           226 libutil/getdbpath.c 		if (stat(p, &sb) || !S_ISDIR(sb.st_mode)) {
S_ISDIR           246 libutil/getdbpath.c 			if (stat(p, &sb) || !S_ISDIR(sb.st_mode)) {
S_ISDIR           113 libutil/test.c 	 		if (!S_ISDIR(sb.st_mode))