Home | History | Annotate | Download | only in Modules

Lines Matching defs:st_dev

1036     int st_dev;
1278 or via the attributes st_mode, st_ino, st_dev, st_nlink, st_uid, and so on.\n\
1288 {"st_dev", "device"},
1485 PyStructSequence_SET_ITEM(v, 2, PyLong_FromUnsignedLong(st->st_dev));
1487 PyStructSequence_SET_ITEM(v, 2, _PyInt_FromDev(st->st_dev));