Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c7686 conv_confname(PyObject *arg, int *valuep, struct constdef *table, in conv_confname() function
7779 return conv_confname(arg, valuep, posix_constants_pathconf, in conv_path_confname()
7997 return conv_confname(arg, valuep, posix_constants_confstr, in conv_confstr_confname()
8541 return conv_confname(arg, valuep, posix_constants_sysconf, in conv_sysconf_confname()
/external/python/cpython3/Modules/
Dposixmodule.c9717 conv_confname(PyObject *arg, int *valuep, struct constdef *table, in conv_confname() function
9851 return conv_confname(arg, valuep, posix_constants_pathconf, in conv_path_confname()
10082 return conv_confname(arg, valuep, posix_constants_confstr, in conv_confstr_confname()
10633 return conv_confname(arg, valuep, posix_constants_sysconf, in conv_sysconf_confname()