Home
last modified time | relevance | path

Searched defs:fgetc (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/stdio/
Dfgetc.c4 int fgetc(FILE *f) in fgetc() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfgetc.c4 int fgetc(FILE *f) in fgetc() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfgetc.c4 int fgetc(FILE *f) in fgetc() function
/third_party/uboot/u-boot-2020.01/common/
Dconsole.c317 int fgetc(int file) in fgetc() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h519 #define fgetc(...) (pthread_testcancel(), fgetc(__VA_ARGS__)) macro