Home
last modified time | relevance | path

Searched refs:StructPwdType (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dpwdmodule.c46 static PyTypeObject StructPwdType; variable
63 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);