Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dspwdmodule.c88 static PyObject *mkspent(PyObject *module, struct spwd *p) in mkspent() function
157 retval = mkspent(module, p); in spwd_getspnam_impl()
185 PyObject *v = mkspent(module, p); in spwd_getspall_impl()