Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c7995 conv_confstr_confname(PyObject *arg, int *valuep) in conv_confstr_confname() function
8013 if (PyArg_ParseTuple(args, "O&:confstr", conv_confstr_confname, &name)) { in posix_confstr()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5107 if (!PyArg_Parse(arg, "O&:confstr", conv_confstr_confname, &name)) { in os_confstr()
/external/python/cpython3/Modules/
Dposixmodule.c10080 conv_confstr_confname(PyObject *arg, int *valuep) in conv_confstr_confname() function