Searched refs:isprint (Results 1 - 14 of 14) sorted by relevance

/u-boot/include/linux/
H A Dctype.h28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
/u-boot/include/
H A Dctype.h28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
/u-boot/scripts/dtc/
H A Dtreesource.c59 return (isprint((unsigned char)c)
122 if (isprint((unsigned char)c))
H A Dutil.c120 while (s < se && *s && isprint((unsigned char)*s))
/u-boot/lib/
H A Dhexdump.c117 linebuf[lx++] = (isascii(ch) && isprint(ch)) ? ch : '.';
H A Ddisplay_options.c206 if (!isprint(lb.uc[i]) || lb.uc[i] >= 0x80)
H A Dslre.c111 } else if (isprint(p[i])) {
149 if (isprint(ch)) {
/u-boot/scripts/kconfig/lxdialog/
H A Dinputbox.c184 if (key < 0x100 && isprint(key)) {
/u-boot/board/gardena/smart-gateway-mt7688/
H A Dboard.c75 if (!(isascii(str[i]) && isprint(str[i])))
/u-boot/cmd/
H A Dfdt.c916 while (s < se && *s && isprint((unsigned char)*s))
/u-boot/arch/x86/lib/
H A Dzimage.c168 if (!isprint(*s))
/u-boot/tools/
H A Dfdtgrep.c172 while (s < se && *s && isprint((unsigned char)*s))
/u-boot/common/
H A Dusb.c754 if (!isprint(buf[newlength]) || buf[newlength + 1])
/u-boot/disk/
H A Dpart_efi.c72 c = (c && !isprint(c)) ? '.' : c;

Completed in 127 milliseconds