Home
last modified time | relevance | path

Searched defs:putc (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/src/stdio/
Dputc.c4 int putc(int c, FILE *f) in putc() function
/third_party/uboot/u-boot-2020.01/arch/arm/mach-davinci/
Dspl.c25 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/board/Arcturus/ucp1020/
Dspl_minimal.c54 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/board/freescale/p1_p2_rdb_pc/
Dspl_minimal.c50 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/board/freescale/p1010rdb/
Dspl_minimal.c52 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/board/freescale/c29xpcie/
Dspl_minimal.c50 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9131rdb/
Dspl_minimal.c91 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9132qds/
Dspl_minimal.c103 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/board/freescale/p1022ds/
Dspl_minimal.c58 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/examples/api/
Dlibgenwrap.c18 void putc(const char c) in putc() function
/third_party/uboot/u-boot-2020.01/include/
Dstdio.h21 static inline void putc(const char c) in putc() function
Dstdio_dev.h35 void (*putc)(struct stdio_dev *dev, const char c); member
Dserial.h15 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/
Dmpc8313erdb.c147 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8315erdb/
Dmpc8315erdb.c235 void putc(char c) in putc() function
/third_party/uboot/u-boot-2020.01/lib/efi/
Defi_stub.c63 void putc(const char ch) in putc() function
/third_party/uboot/u-boot-2020.01/lib/
Dtiny-printf.c22 void (*putc)(struct printf_info *info, char ch); member
/third_party/uboot/u-boot-2020.01/common/
Dconsole.c502 void putc(const char c) in putc() function
/third_party/gettext/gettext-tools/src/
Dwrite-po.c58 # define putc putc_unlocked macro
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h629 #define putc(...) (pthread_testcancel(), putc(__VA_ARGS__)) macro