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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetc.c 2 Implementation of fgetc as declared in <stdio.h>.
43 NetBSD: fgetc.c,v 1.11 2003/08/07 16:43:22 agc Exp
44 fgetc.c 8.1 (Berkeley) 6/4/93
55 fgetc(FILE *fp) function
  /external/syslinux/com32/lib/
fgetc.c 2 * fgetc.c
4 * Extremely slow fgetc implementation, using _fread(). If people
14 int fgetc(FILE * f) function
  /bionic/libc/stdio/
stdio.cpp 700 int fgetc(FILE* fp) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 129 # undef fgetc macro
130 # define fgetc(Stream) fgetc_unlocked (Stream) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 519 #define fgetc(...) (pthread_testcancel(), fgetc(__VA_ARGS__)) macro
    [all...]

Completed in 60 milliseconds