Lines Matching refs:scanf_getc
112 scanf_getc(FILE *stream, scanf_context_t *context) in scanf_getc() function
153 i = scanf_getc (stream, context); in getmb()
171 i = scanf_getc(stream, context); in getmb()
178 #define getmb(s,c,p,f) scanf_getc(s,c)
258 i = scanf_getc (stream, context); /* after scanf_ungetc() */ in conv_int()
265 if (!--width || IS_EOF(i = scanf_getc(stream, context))) in conv_int()
273 if (!--width || IS_EOF(i = scanf_getc (stream, context))) in conv_int()
280 if (!--width || IS_EOF(i = scanf_getc (stream, context))) in conv_int()
285 if (!--width || IS_EOF(i = scanf_getc (stream, context))) in conv_int()
303 } while (!IS_EOF(i = scanf_getc(stream, context))); in conv_int()
407 if (IS_EOF(i = scanf_getc (stream, context))) in skip_spaces()
601 if (IS_EOF(i = scanf_getc (stream, &context))) in vfscanf()