Searched refs:read_in (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c77 || (--read_in, \
79 # define ungetc_not_eof(c, s) ((void) (--read_in, \
83 (void) (c != WEOF && ++read_in), c))
107 || (--read_in, \
109 # define ungetc_not_eof(c, s) ((void) (--read_in, \
113 (void) (c != EOF && ++read_in), c))
177 # define ungetc(c, s) ((void) (c != EOF && --read_in), ungetc (c, s))
178 # define ungetc_not_eof(c, s) (--read_in, (ungetc) (c, s))
180 : ((c = getc (s)), (void) (c != EOF && ++read_in), c))
270 register size_t read_in local
[all...]

Completed in 32 milliseconds