Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dmyreadline.c40 my_fgets(char *buf, int len, FILE *fp) in my_fgets() function
128 switch (my_fgets(p, (int)n, sys_stdin)) { in PyOS_StdioReadline()
149 if (my_fgets(p+n, (int)incr, sys_stdin) != 0) in PyOS_StdioReadline()
/external/python/cpython2/Misc/
DNEWS4284 - Issue #1195: my_fgets() now always clears errors before calling fgets(). Fix
6780 - Issue #2560: Remove an unnecessary 'for' loop from ``my_fgets()`` in