Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyInt_FromLong

60     return PyInt_FromLong(system(command));
203 PyInt_FromLong((long) mode)); /*st_mode*/
204 PyStructSequence_SET_ITEM(v, 1, PyInt_FromLong((long) 0)); /*st_ino*/
205 PyStructSequence_SET_ITEM(v, 2, PyInt_FromLong((long) 0)); /*st_dev*/
206 PyStructSequence_SET_ITEM(v, 3, PyInt_FromLong((long) 0)); /*st_nlink*/
207 PyStructSequence_SET_ITEM(v, 4, PyInt_FromLong((long) 0)); /*st_uid*/
208 PyStructSequence_SET_ITEM(v, 5, PyInt_FromLong((long) 0)); /*st_gid*/
210 PyInt_FromLong((long) len)); /*st_size*/
211 PyStructSequence_SET_ITEM(v, 7, PyInt_FromLong((long) t)); /*st_atime*/
212 PyStructSequence_SET_ITEM(v, 8, PyInt_FromLong((long) t)); /*st_mtime*/
213 PyStructSequence_SET_ITEM(v, 9, PyInt_FromLong((long) t)); /*st_ctime*/
215 PyInt_FromLong((long) ft)); /*file type*/
217 PyInt_FromLong((long) at)); /*attributes*/
219 PyInt_FromLong((long) ob)); /*object type*/