Searched refs:StructPwdType (Results 1 – 1 of 1) sorted by relevance
46 static PyTypeObject StructPwdType; variable63 PyObject *v = PyStructSequence_New(&StructPwdType); in mkpwent()200 PyStructSequence_InitType(&StructPwdType,202 Py_INCREF((PyObject *) &StructPwdType);203 PyModule_AddObject(m, "struct_passwd", (PyObject *) &StructPwdType);205 Py_INCREF((PyObject *) &StructPwdType);206 PyModule_AddObject(m, "struct_pwent", (PyObject *) &StructPwdType);