HomeSort by relevance Sort by last modified time
    Searched defs:ungetc (Results 1 - 13 of 13) 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/javassist/src/main/javassist/compiler/
Lex.java 132 ungetc(c);
163 ungetc(c);
166 ungetc(c);
234 ungetc(c);
261 ungetc(c);
277 ungetc(c);
305 ungetc(c2);
347 ungetc(c);
383 ungetc(c3);
395 ungetc(c3)
425 ungetc(c2); method
522 private void ungetc(int c) { method in class:Lex
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 570 d.ungetc(b)
773 d.ungetc(b)
807 d.ungetc(b)
836 d.ungetc(b)
869 d.ungetc(b)
881 d.ungetc(b)
898 d.ungetc(b)
939 // If we did ungetc (nextByte >= 0), have to back up one.
962 func (d *Decoder) ungetc(b byte) { func
1016 d.ungetc('<')
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 570 d.ungetc(b)
773 d.ungetc(b)
807 d.ungetc(b)
836 d.ungetc(b)
869 d.ungetc(b)
881 d.ungetc(b)
898 d.ungetc(b)
939 // If we did ungetc (nextByte >= 0), have to back up one.
962 func (d *Decoder) ungetc(b byte) { func
1016 d.ungetc('<')
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 667 #define ungetc macro
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /external/annotation-tools/asmx/test/lib/
javassist.jar 
  /external/annotation-tools/asmx/
javassist.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 626 milliseconds