S_IXUGO           907 file.c         #ifndef S_IXUGO
S_IXUGO           934 file.c         	if (st.st_mode & S_IXUGO)
S_IXUGO          1243 file.c         	return UINT2NUM(st.st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
S_IXUGO          1305 file.c         	return UINT2NUM(st.st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
S_IXUGO          4084 file.c         	return UINT2NUM(get_stat(obj)->st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
S_IXUGO          4176 file.c         	return UINT2NUM(get_stat(obj)->st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
S_IXUGO          4204 file.c         	return st->st_mode & S_IXUGO ? Qtrue : Qfalse;
S_IXUGO          4237 file.c         	return st->st_mode & S_IXUGO ? Qtrue : Qfalse;