HomeSort by relevance Sort by last modified time
    Searched refs:_PyInt_FromUid (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Modules/
posixmodule.h 14 PyAPI_FUNC(PyObject *) _PyInt_FromUid(uid_t);
pwdmodule.c 76 PyStructSequence_SET_ITEM(v, setIndex++, _PyInt_FromUid(p->pw_uid));
posixmodule.c 356 _PyInt_FromUid(uid_t uid)
    [all...]

Completed in 534 milliseconds