Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c8505 conv_sysconf_confname(PyObject *arg, int *valuep) in conv_sysconf_confname() function
8522 if (PyArg_ParseTuple(args, "O&:sysconf", conv_sysconf_confname, &name)) { in posix_sysconf()