Searched refs:do_putc (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | putchar.c | 6 return do_putc(c, stdout); in putchar()
|
H A D | putc.c | 6 return do_putc(c, f); in putc()
|
H A D | fputc.c | 13 return do_putc(c, f); in fputc()
|
H A D | putc.h | 16 static inline int do_putc(int c, FILE *f) in do_putc() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fputc.c | 6 return do_putc(c, f); in fputc()
|
H A D | putc.h | 15 static inline int do_putc(int c, FILE *f) in do_putc() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fputc.c | 6 return do_putc(c, f); in fputc()
|
H A D | putc.h | 15 static inline int do_putc(int c, FILE *f) in do_putc() function
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fputc.c | 6 return do_putc(c, f); in fputc()
|
H A D | putc.h | 15 static inline int do_putc(int c, FILE *f) in do_putc() function
|
Completed in 2 milliseconds