Searched refs:IS_EOF (Results 1 – 1 of 1) sorted by relevance
72 # define IS_EOF(c) ((c) == WEOF) macro79 # define IS_EOF(c) ((c) < 0) macro92 # define IS_WEOF(c) IS_EOF(c)118 if (IS_EOF(c)) in scanf_getc()121 if (!IS_EOF(c)) in scanf_getc()129 if (!IS_EOF(c)) in scanf_ungetc()154 if (IS_EOF(i)) in getmb()172 if (IS_EOF(i)) in getmb()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()[all …]