Home
last modified time | relevance | path

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

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