Searched refs:my_fgets (Results 1 – 2 of 2) sorted by relevance
40 my_fgets(char *buf, int len, FILE *fp) in my_fgets() function128 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()
4284 - Issue #1195: my_fgets() now always clears errors before calling fgets(). Fix6780 - Issue #2560: Remove an unnecessary 'for' loop from ``my_fgets()`` in