Home
last modified time | relevance | path

Searched refs:__ungetc (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dungetc.c95 ret = __ungetc(c, fp); in ungetc()
104 __ungetc(int c, FILE *fp) in __ungetc() function
H A Dungetwc.c63 if (__ungetc((unsigned char)buf[len], fp) == EOF) in __ungetwc()
H A Dvfscanf.c448 (void) __ungetc(*(u_char *)p, fp); in parseint()
451 (void) __ungetc(c, fp); in parseint()
453 (void) __ungetc(c, fp); in parseint()
1153 __ungetc(*(u_char *)p, fp); in parsefloat()
H A Dgetdelim.c150 if (__ungetc((*linep)[--linelen], in getdelim()
H A Dlocal.h79 extern int __ungetc(int, FILE *);