Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c7777 conv_path_confname(PyObject *arg, int *valuep) in conv_path_confname() function
7798 conv_path_confname, &name)) { in posix_fpathconf()
7827 conv_path_confname, &name)) { in posix_pathconf()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h7264 if (!conv_path_confname(args[1], &name)) { in os_fpathconf()
7315 if (!conv_path_confname(args[1], &name)) { in os_pathconf()
/external/python/cpython3/Modules/
Dposixmodule.c11386 conv_path_confname(PyObject *arg, int *valuep) in conv_path_confname() function