HomeSort by: relevance | last modified time | path
    Searched defs:ungetc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
ungetc.c 1 /* $NetBSD: ungetc.c,v 1.17 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)ungetc.c 8.2 (Berkeley) 11/3/93";
40 __RCSID("$NetBSD: ungetc.c,v 1.17 2012/03/15 18:22:30 christos Exp $");
53 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
93 ungetc(int c, FILE *fp) function in typeref:typename:int
127 * If we are in the middle of ungetc'ing, just continue.
128 * This may require expanding the current ungetc buffer.
156 * Create an ungetc buffer.
ungetc.c 1 /* $NetBSD: ungetc.c,v 1.17 2012/03/15 18:22:30 christos Exp $ */
38 static char sccsid[] = "@(#)ungetc.c 8.2 (Berkeley) 11/3/93";
40 __RCSID("$NetBSD: ungetc.c,v 1.17 2012/03/15 18:22:30 christos Exp $");
53 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
93 ungetc(int c, FILE *fp) function in typeref:typename:int
127 * If we are in the middle of ungetc'ing, just continue.
128 * This may require expanding the current ungetc buffer.
156 * Create an ungetc buffer.

Completed in 23 milliseconds