HomeSort by relevance Sort by last modified time
    Searched refs:spwd_getspnam (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/clinic/
spwdmodule.c.h 16 {"getspnam", (PyCFunction)spwd_getspnam, METH_O, spwd_getspnam__doc__},
22 spwd_getspnam(PyObject *module, PyObject *arg_) function
  /external/python/cpython2/Modules/
spwdmodule.c 112 static PyObject* spwd_getspnam(PyObject *self, PyObject *args) function
161 {"getspnam", spwd_getspnam, METH_VARARGS, spwd_getspnam__doc__},

Completed in 569 milliseconds