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

/freebsd-10.1-release/lib/libc/stdio/
H A Dungetc.c99 ret = __ungetc(c, fp);
108 __ungetc(int c, FILE *fp) function
H A Dungetwc.c64 if (__ungetc((unsigned char)buf[len], fp) == EOF)
H A Dlocal.h77 extern int __ungetc(int, FILE *);
H A Dvfscanf.c427 (void) __ungetc(*(u_char *)--p, fp);
433 (void) __ungetc(c, fp);
1090 __ungetc(*(u_char *)p, fp);

Completed in 131 milliseconds