Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c8539 conv_sysconf_confname(PyObject *arg, int *valuep) in conv_sysconf_confname() function
8556 if (PyArg_ParseTuple(args, "O&:sysconf", conv_sysconf_confname, &name)) { in posix_sysconf()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5139 if (!PyArg_Parse(arg, "O&:sysconf", conv_sysconf_confname, &name)) { in os_sysconf()
/external/python/cpython3/Modules/
Dposixmodule.c10631 conv_sysconf_confname(PyObject *arg, int *valuep) in conv_sysconf_confname() function