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.h5025 &fd, conv_path_confname, &name)) { in os_fpathconf()
5069 path_converter, &path, conv_path_confname, &name)) { in os_pathconf()
/external/python/cpython3/Modules/
Dposixmodule.c9849 conv_path_confname(PyObject *arg, int *valuep) in conv_path_confname() function