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

  /bionic/libc/stdio/
ungetc.c 1 /* $OpenBSD: ungetc.c,v 1.9 2005/08/08 08:05:36 espie 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.
  /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...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 609 /// int ungetc(int c, FILE *stream);
610 ungetc, enumerator in enum:llvm::LibFunc::Func
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 64 milliseconds