Home
last modified time | relevance | path

Searched refs:isprint (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dctype.h28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
/rk3399_rockchip-uboot/scripts/dtc/
H A Dtreesource.c59 return (isprint((unsigned char)c) in isstring()
122 if (isprint((unsigned char)c)) in write_propval_string()
H A Dutil.c120 while (s < se && *s && isprint((unsigned char)*s)) in util_is_printable_string()
/rk3399_rockchip-uboot/lib/
H A Dhexdump.c142 linebuf[lx++] = (isascii(ch) && isprint(ch)) ? ch : '.'; in hex_dump_to_buffer()
H A Ddisplay_options.c196 if (!isprint(lb.uc[i]) || lb.uc[i] >= 0x80) in print_buffer()
H A Dslre.c110 } else if (isprint(p[i])) { in print_character_set()
148 if (isprint(ch)) { in slre_dump()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dinputbox.c185 if (key < 0x100 && isprint(key)) { in dialog_inputbox()
/rk3399_rockchip-uboot/cmd/
H A Dfdt.c861 while (((*s == '\0') || isprint(*s) || isspace(*s)) && (len > 0)) { in is_printable_string()
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c168 while (s < se && *s && isprint((unsigned char)*s)) in util_is_printable_string()
/rk3399_rockchip-uboot/common/
H A Dusb.c766 if (!isprint(buf[newlength]) || buf[newlength + 1]) in usb_try_string_workarounds()
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c59 c = (c && !isprint(c)) ? '.' : c; in print_efiname()