Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Dmisc.c87 static void putstr(const char *ptr) in putstr() function
/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dload_kernel.h57 #define putstr(x) printf("%s", x) macro