Home
last modified time | relevance | path

Searched defs:putnstr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dload_kernel.h61 #define putnstr(str, size) printf("%*.*s", size, size, str) macro
/OK3568_Linux_fs/u-boot/common/
H A Dcli_readline.c61 #define putnstr(str, n) printf("%.*s", (int)n, str) macro