Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/musl/src/stdio/
Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/uboot/u-boot-2020.01/common/
Dconsole.c358 void fputc(int file, const char c) in fputc() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h528 #define fputc(...) (pthread_testcancel(), fputc(__VA_ARGS__)) macro