Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
D_warnings.c254 char lineno_str[128]; in show_warning() local
256 PyOS_snprintf(lineno_str, sizeof(lineno_str), ":%d: ", lineno); in show_warning()
271 PyFile_WriteString(lineno_str, f_stderr); in show_warning()
/external/python/cpython3/Python/
D_warnings.c346 char lineno_str[128]; in show_warning() local
349 PyOS_snprintf(lineno_str, sizeof(lineno_str), ":%d: ", lineno); in show_warning()
364 if (PyFile_WriteString(lineno_str, f_stderr) < 0) in show_warning()