Home
last modified time | relevance | path

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

/external/u-boot/include/jffs2/
Dload_kernel.h56 #define putnstr(str, size) printf("%*.*s", size, size, str) macro
/external/u-boot/common/
Dcli_readline.c60 #define putnstr(str, n) printf("%.*s", (int)n, str) macro