Lines Matching refs:st_mode
1435 if (S_ISLNK(sb.st_mode)) {1510 } else if (!S_ISDIR(sb.st_mode)) {1938 if (!(sb.st_mode & S_IFCHR))1942 if (((sb.st_mode & 07777) != 0600) && chmod(fn, (mode_t)0600))