Home | History | Annotate | Download | only in Modules

Lines Matching defs:st_mode

857     unsigned short st_mode;

918 result->st_mode = attributes_to_mode(info->dwFileAttributes);
995 result->st_mode |= 0111;
1032 result->st_mode |= 0111;
1069 result->st_mode = _S_IFCHR;
1071 result->st_mode = _S_IFIFO;
1080 result->st_mode = attributes_to_mode(info.dwFileAttributes);
1097 or via the attributes st_mode, st_ino, st_dev, st_nlink, st_uid, and so on.\n\
1105 {"st_mode", "protection bits"},
1296 PyStructSequence_SET_ITEM(v, 0, PyInt_FromLong((long)st->st_mode));