HomeSort by relevance Sort by last modified time
    Searched defs:getc (Results 1 - 25 of 36) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getc.c 2 Implementation of getc as declared in <stdio.h>.
43 NetBSD: getc.c,v 1.11 2003/08/07 16:43:26 agc Exp
44 getc.c 8.1 (Berkeley) 6/4/93
55 * A subroutine version of the macro getc.
57 #undef getc macro
61 getc(FILE *fp) function
  /external/libcxx/include/
stdio.h 80 int getc(FILE* stream);
112 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /external/syslinux/com32/include/
stdio.h 68 #define getc(f) fgetc(f) macro
  /external/e2fsprogs/intl/
localcharset.c 90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
  /toolchain/binutils/binutils-2.27/intl/
localcharset.c 90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
  /external/javassist/src/main/javassist/compiler/
Lex.java 124 c = getc();
145 c = getc();
147 c = getc();
150 c = getc();
154 c = getc();
158 if ((c = getc()) == '/') {
177 while ((c = getc()) != '\'')
194 int c = getc();
214 while ((c = getc()) != '"') {
226 c = getc();
538 private int getc() { method in class:Lex
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 538 extern int getc (FILE *__stream);
549 #define getc(_fp) _IO_getc (_fp) macro
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 563 b, ok := d.getc()
891 b, ok := d.getc()
908 func (d *Decoder) getc() (b byte, ok bool) { func
953 if b, ok = d.getc(); !ok {
988 b, ok := d.getc()
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 563 b, ok := d.getc()
891 b, ok := d.getc()
908 func (d *Decoder) getc() (b byte, ok bool) { func
953 if b, ok = d.getc(); !ok {
988 b, ok := d.getc()
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 43 int getc (FILE *);
204 * This ensures that the getc and putc macros (or inline functions) never
221 int _r; /**< read space left for getc() */
247 unsigned char _nbuf[1 * MB_LEN_MAX]; /**< guarantee a getc() buffer */
1605 #define getc macro
    [all...]

Completed in 951 milliseconds

1 2