S_IRUGO          1572 file.c         #ifndef S_IRUGO
S_IRUGO          1604 file.c         	return UINT2NUM(st.st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
S_IRUGO          1668 file.c         	return UINT2NUM(st.st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
S_IRUGO          5203 file.c         	return UINT2NUM(st->st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));
S_IRUGO          5296 file.c         	return UINT2NUM(st->st_mode & (S_IRUGO|S_IWUGO|S_IXUGO));