Home
last modified time | relevance | path

Searched defs:puts (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dputs.c3 int puts(const char *s) in puts() function
/third_party/musl/src/stdio/
Dputs.c3 int puts(const char *s) in puts() function
/third_party/uboot/u-boot-2020.01/arch/arm/mach-davinci/
Dspl.c19 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dspl_minimal.c90 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/board/Arcturus/ucp1020/
Dspl_minimal.c62 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/board/freescale/p1_p2_rdb_pc/
Dspl_minimal.c58 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/board/freescale/p1010rdb/
Dspl_minimal.c60 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/board/freescale/c29xpcie/
Dspl_minimal.c58 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9131rdb/
Dspl_minimal.c99 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9132qds/
Dspl_minimal.c111 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/board/freescale/p1022ds/
Dspl_minimal.c66 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/examples/api/
Dlibgenwrap.c23 void puts(const char *s) in puts() function
/third_party/uboot/u-boot-2020.01/include/
Dstdio.h25 static inline void puts(const char *s) in puts() function
Dstdio_dev.h37 void (*puts)(struct stdio_dev *dev, const char *s); member
Dserial.h16 void (*puts)(const char *s); member
/third_party/uboot/u-boot-2020.01/lib/efi/
Defi_stub.c79 void puts(const char *str) in puts() function
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/
Dclocks-common.c31 #define puts(s) macro
/third_party/uboot/u-boot-2020.01/common/
Dconsole.c550 void puts(const char *s) in puts() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h633 #define puts(...) (pthread_testcancel(), puts(__VA_ARGS__)) macro