Lines Matching refs:spwd
16 module spwd
50 "spwd.struct_spwd: Results from getsp*() routines.\n\n\
56 "spwd.struct_spwd",
88 static PyObject *mkspent(PyObject *module, struct spwd *p)
127 spwd.getspnam
134 See `help(spwd)` for more on shadow password database entries.
142 struct spwd *p;
168 spwd.getspall
172 See `help(spwd)` for more on shadow password database entries.
180 struct spwd *p;
246 .m_name = "spwd",
260 "'spwd' is deprecated and slated for removal in "