Lines Matching refs:PyStructSequence_SET_ITEM
1991 PyStructSequence_SET_ITEM(v, index, s); in fill_time()
1992 PyStructSequence_SET_ITEM(v, index+3, float_s); in fill_time()
1993 PyStructSequence_SET_ITEM(v, index+6, ns_total); in fill_time()
2015 PyStructSequence_SET_ITEM(v, 0, PyLong_FromLong((long)st->st_mode)); in _pystat_fromstructstat()
2017 PyStructSequence_SET_ITEM(v, 1, PyLong_FromUnsignedLongLong(st->st_ino)); in _pystat_fromstructstat()
2019 PyStructSequence_SET_ITEM(v, 2, PyLong_FromUnsignedLong(st->st_dev)); in _pystat_fromstructstat()
2021 PyStructSequence_SET_ITEM(v, 2, _PyLong_FromDev(st->st_dev)); in _pystat_fromstructstat()
2023 PyStructSequence_SET_ITEM(v, 3, PyLong_FromLong((long)st->st_nlink)); in _pystat_fromstructstat()
2025 PyStructSequence_SET_ITEM(v, 4, PyLong_FromLong(0)); in _pystat_fromstructstat()
2026 PyStructSequence_SET_ITEM(v, 5, PyLong_FromLong(0)); in _pystat_fromstructstat()
2028 PyStructSequence_SET_ITEM(v, 4, _PyLong_FromUid(st->st_uid)); in _pystat_fromstructstat()
2029 PyStructSequence_SET_ITEM(v, 5, _PyLong_FromGid(st->st_gid)); in _pystat_fromstructstat()
2032 PyStructSequence_SET_ITEM(v, 6, PyLong_FromLongLong(st->st_size)); in _pystat_fromstructstat()
2054 PyStructSequence_SET_ITEM(v, ST_BLKSIZE_IDX, in _pystat_fromstructstat()
2058 PyStructSequence_SET_ITEM(v, ST_BLOCKS_IDX, in _pystat_fromstructstat()
2062 PyStructSequence_SET_ITEM(v, ST_RDEV_IDX, in _pystat_fromstructstat()
2066 PyStructSequence_SET_ITEM(v, ST_GEN_IDX, in _pystat_fromstructstat()
2080 PyStructSequence_SET_ITEM(v, ST_BIRTHTIME_IDX, in _pystat_fromstructstat()
2085 PyStructSequence_SET_ITEM(v, ST_FLAGS_IDX, in _pystat_fromstructstat()
2089 PyStructSequence_SET_ITEM(v, ST_FILE_ATTRIBUTES_IDX, in _pystat_fromstructstat()
2093 PyStructSequence_SET_ITEM(v, ST_FSTYPE_IDX, in _pystat_fromstructstat()
4418 PyStructSequence_SET_ITEM(value, i, o); \ in os_uname_impl()
5553 PyStructSequence_SET_ITEM(res, 0, sched_priority); in os_sched_param_impl()
5656 PyStructSequence_SET_ITEM(result, 0, priority); in os_sched_getparam_impl()
6873 PyStructSequence_SET_ITEM(result, 0, in wait_helper()
6875 PyStructSequence_SET_ITEM(result, 1, in wait_helper()
6878 PyStructSequence_SET_ITEM(result, index, PyLong_FromLong(value)) in wait_helper()
7020 PyStructSequence_SET_ITEM(result, 0, PyLong_FromPid(si.si_pid)); in os_waitid_impl()
7021 PyStructSequence_SET_ITEM(result, 1, _PyLong_FromUid(si.si_uid)); in os_waitid_impl()
7022 PyStructSequence_SET_ITEM(result, 2, PyLong_FromLong((long)(si.si_signo))); in os_waitid_impl()
7023 PyStructSequence_SET_ITEM(result, 3, PyLong_FromLong((long)(si.si_status))); in os_waitid_impl()
7024 PyStructSequence_SET_ITEM(result, 4, PyLong_FromLong((long)(si.si_code))); in os_waitid_impl()
7505 PyStructSequence_SET_ITEM(value, i, o); \ in build_times_result()
9550 PyStructSequence_SET_ITEM(v, 0, PyLong_FromLong((long) st.f_bsize)); in _pystatvfs_fromstructstatvfs()
9551 PyStructSequence_SET_ITEM(v, 1, PyLong_FromLong((long) st.f_frsize)); in _pystatvfs_fromstructstatvfs()
9552 PyStructSequence_SET_ITEM(v, 2, PyLong_FromLong((long) st.f_blocks)); in _pystatvfs_fromstructstatvfs()
9553 PyStructSequence_SET_ITEM(v, 3, PyLong_FromLong((long) st.f_bfree)); in _pystatvfs_fromstructstatvfs()
9554 PyStructSequence_SET_ITEM(v, 4, PyLong_FromLong((long) st.f_bavail)); in _pystatvfs_fromstructstatvfs()
9555 PyStructSequence_SET_ITEM(v, 5, PyLong_FromLong((long) st.f_files)); in _pystatvfs_fromstructstatvfs()
9556 PyStructSequence_SET_ITEM(v, 6, PyLong_FromLong((long) st.f_ffree)); in _pystatvfs_fromstructstatvfs()
9557 PyStructSequence_SET_ITEM(v, 7, PyLong_FromLong((long) st.f_favail)); in _pystatvfs_fromstructstatvfs()
9558 PyStructSequence_SET_ITEM(v, 8, PyLong_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs()
9559 PyStructSequence_SET_ITEM(v, 9, PyLong_FromLong((long) st.f_namemax)); in _pystatvfs_fromstructstatvfs()
9561 PyStructSequence_SET_ITEM(v, 0, PyLong_FromLong((long) st.f_bsize)); in _pystatvfs_fromstructstatvfs()
9562 PyStructSequence_SET_ITEM(v, 1, PyLong_FromLong((long) st.f_frsize)); in _pystatvfs_fromstructstatvfs()
9563 PyStructSequence_SET_ITEM(v, 2, in _pystatvfs_fromstructstatvfs()
9565 PyStructSequence_SET_ITEM(v, 3, in _pystatvfs_fromstructstatvfs()
9567 PyStructSequence_SET_ITEM(v, 4, in _pystatvfs_fromstructstatvfs()
9569 PyStructSequence_SET_ITEM(v, 5, in _pystatvfs_fromstructstatvfs()
9571 PyStructSequence_SET_ITEM(v, 6, in _pystatvfs_fromstructstatvfs()
9573 PyStructSequence_SET_ITEM(v, 7, in _pystatvfs_fromstructstatvfs()
9575 PyStructSequence_SET_ITEM(v, 8, PyLong_FromLong((long) st.f_flag)); in _pystatvfs_fromstructstatvfs()
9576 PyStructSequence_SET_ITEM(v, 9, PyLong_FromLong((long) st.f_namemax)); in _pystatvfs_fromstructstatvfs()
9581 PyStructSequence_SET_ITEM(v, 10, PyLong_FromUnsignedLong(st.f_fsid.val[0])); in _pystatvfs_fromstructstatvfs()
9583 PyStructSequence_SET_ITEM(v, 10, PyLong_FromUnsignedLong(st.f_fsid)); in _pystatvfs_fromstructstatvfs()
11369 PyStructSequence_SET_ITEM(termsize, 0, PyLong_FromLong(columns)); in get_terminal_size()
11370 PyStructSequence_SET_ITEM(termsize, 1, PyLong_FromLong(lines)); in get_terminal_size()