Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpwdmodule.c46 static PyTypeObject StructPwdType; variable
63 PyObject *v = PyStructSequence_New(&StructPwdType); in mkpwent()
192 PyStructSequence_InitType(&StructPwdType,
194 Py_INCREF((PyObject *) &StructPwdType);
195 PyModule_AddObject(m, "struct_passwd", (PyObject *) &StructPwdType);
197 Py_INCREF((PyObject *) &StructPwdType);
198 PyModule_AddObject(m, "struct_pwent", (PyObject *) &StructPwdType);