Home
last modified time | relevance | path

Searched refs:stat_return_value (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_tkinter.c136 int stat_return_value; in _get_tcl_lib_path() local
152 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()
153 if (stat_return_value == -2) { in _get_tcl_lib_path()
156 if (stat_return_value == -1) { in _get_tcl_lib_path()
166 stat_return_value = _Py_stat(tcl_library_path, &stat_buf); in _get_tcl_lib_path()
167 if (stat_return_value == -2) { in _get_tcl_lib_path()
170 if (stat_return_value == -1) { in _get_tcl_lib_path()

Completed in 5 milliseconds