Searched refs:_Py_stat (Results 1 – 3 of 3) sorted by relevance
85 PyAPI_FUNC(int) _Py_stat(
144 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()158 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()
1215 _Py_stat(PyObject *path, struct stat *statbuf) in _Py_stat() function