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

/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dungetc.c99 ret = __ungetc(c, fp);
108 __ungetc(int c, FILE *fp) function
H A Dungetwc.c59 if (__ungetc((unsigned char)buf[len], fp) == EOF)
H A Dlocal.h88 extern int __ungetc(int, FILE *);
H A Dvfscanf.c502 __ungetc(buf[n],
601 __ungetc(buf[n],
765 (void) __ungetc(*(u_char *)--p, fp);
771 (void) __ungetc(c, fp);
1191 __ungetc(*(u_char *)p, fp);

Completed in 168 milliseconds