| /third_party/musl/src/stdio/ |
| D | putc.c | 4 int putc(int c, FILE *f) in putc() function
|
| /third_party/uboot/u-boot-2020.01/arch/arm/mach-davinci/ |
| D | spl.c | 25 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/board/Arcturus/ucp1020/ |
| D | spl_minimal.c | 54 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/board/freescale/p1_p2_rdb_pc/ |
| D | spl_minimal.c | 50 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/board/freescale/p1010rdb/ |
| D | spl_minimal.c | 52 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/board/freescale/c29xpcie/ |
| D | spl_minimal.c | 50 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/board/freescale/bsc9131rdb/ |
| D | spl_minimal.c | 91 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/board/freescale/bsc9132qds/ |
| D | spl_minimal.c | 103 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/board/freescale/p1022ds/ |
| D | spl_minimal.c | 58 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/examples/api/ |
| D | libgenwrap.c | 18 void putc(const char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/include/ |
| D | stdio.h | 21 static inline void putc(const char c) in putc() function
|
| D | stdio_dev.h | 35 void (*putc)(struct stdio_dev *dev, const char c); member
|
| D | serial.h | 15 void (*putc)(const char c); member 193 int (*putc)(struct udevice *dev, const char ch); member
|
| /third_party/uboot/u-boot-2020.01/board/freescale/mpc8313erdb/ |
| D | mpc8313erdb.c | 147 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/board/freescale/mpc8315erdb/ |
| D | mpc8315erdb.c | 235 void putc(char c) in putc() function
|
| /third_party/uboot/u-boot-2020.01/lib/efi/ |
| D | efi_stub.c | 63 void putc(const char ch) in putc() function
|
| /third_party/uboot/u-boot-2020.01/lib/ |
| D | tiny-printf.c | 22 void (*putc)(struct printf_info *info, char ch); member
|
| /third_party/uboot/u-boot-2020.01/common/ |
| D | console.c | 502 void putc(const char c) in putc() function
|
| /third_party/gettext/gettext-tools/src/ |
| D | write-po.c | 58 # define putc putc_unlocked macro
|
| /third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/ |
| D | pthread.h | 629 #define putc(...) (pthread_testcancel(), putc(__VA_ARGS__)) macro
|