S_IFMT            801 lib/zlib/contrib/puff/puff.c     if ((s.st_mode & S_IFMT) != S_IFREG) return NULL;
S_IFMT            514 lib/zlib/examples/gun.c     if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
S_IFMT            849 source3/modules/vfs_gpfs.c 		 if ((st.st_mode & ~S_IFMT) == mode) {
S_IFMT            869 source3/modules/vfs_gpfs.c 		 if ((st.st_mode & ~S_IFMT) == mode) {
S_IFMT            171 source3/modules/vfs_streams_xattr.c 	sbuf->st_mode &= ~S_IFMT;
S_IFMT            218 source3/modules/vfs_streams_xattr.c 	sbuf->st_mode &= ~S_IFMT;
S_IFMT            269 source3/modules/vfs_streams_xattr.c 	sbuf->st_mode &= ~S_IFMT;