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.c493 char lineno_str[128]; in show_warning() local
495 PyOS_snprintf(lineno_str, sizeof(lineno_str), ":%d: ", lineno); in show_warning()
511 if (PyFile_WriteString(lineno_str, f_stderr) < 0) in show_warning()