Home
last modified time | relevance | path

Searched refs:do_putc (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/stdio/
H A Dputchar.c6 return do_putc(c, stdout); in putchar()
H A Dputc.c6 return do_putc(c, f); in putc()
H A Dfputc.c13 return do_putc(c, f); in fputc()
H A Dputc.h16 static inline int do_putc(int c, FILE *f) in do_putc() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfputc.c6 return do_putc(c, f); in fputc()
H A Dputc.h15 static inline int do_putc(int c, FILE *f) in do_putc() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfputc.c6 return do_putc(c, f); in fputc()
H A Dputc.h15 static inline int do_putc(int c, FILE *f) in do_putc() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfputc.c6 return do_putc(c, f); in fputc()
H A Dputc.h15 static inline int do_putc(int c, FILE *f) in do_putc() function

Completed in 3 milliseconds