HomeSort by relevance Sort by last modified time
    Searched defs:ungetc (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ungetc.c 1 /* $OpenBSD: ungetc.c,v 1.15 2016/09/21 04:38:56 guenther Exp $ */
41 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
79 ungetc(int c, FILE *fp) function
108 * If we are in the middle of ungetc'ing, just continue.
109 * This may require expanding the current ungetc buffer.
133 * Create an ungetc buffer.
146 DEF_STRONG(ungetc); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
ungetc.c 2 Implementation of ungetc as declared in <stdio.h>.
43 NetBSD: ungetc.c,v 1.14 2003/08/07 16:43:34 agc Exp
44 ungetc.c 8.2 (Berkeley) 11/3/93
58 * Expand the ungetc buffer `in place'. That is, adjust fp->_p when
102 ungetc(int c, FILE *fp) function
139 * If we are in the middle of ungetc'ing, just continue.
140 * This may require expanding the current ungetc buffer.
168 * Create an ungetc buffer.
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 2487 milliseconds