Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dctype.h28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
/u-boot/include/
A Dctype.h28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
/u-boot/scripts/dtc/
A Dtreesource.c59 return (isprint((unsigned char)c) in isstring()
122 if (isprint((unsigned char)c)) in write_propval_string()
A Dutil.c120 while (s < se && *s && isprint((unsigned char)*s)) in util_is_printable_string()
/u-boot/lib/
A Dhexdump.c142 linebuf[lx++] = (isascii(ch) && isprint(ch)) ? ch : '.'; in hex_dump_to_buffer()
A Ddisplay_options.c188 if (!isprint(lb.uc[i]) || lb.uc[i] >= 0x80) in print_buffer()
A Dslre.c111 } else if (isprint(p[i])) { in print_character_set()
149 if (isprint(ch)) { in slre_dump()
/u-boot/board/gardena/smart-gateway-mt7688/
A Dboard.c77 if (!(isascii(str[i]) && isprint(str[i]))) in prepare_uuid_var()
/u-boot/scripts/kconfig/lxdialog/
A Dinputbox.c184 if (key < 0x100 && isprint(key)) { in dialog_inputbox()
/u-boot/arch/x86/lib/
A Dzimage.c192 if (!isprint(*s)) in get_kernel_version()
/u-boot/cmd/
A Dfdt.c903 while (((*s == '\0') || isprint(*s) || isspace(*s)) && (len > 0)) { in is_printable_string()
/u-boot/common/
A Dusb.c758 if (!isprint(buf[newlength]) || buf[newlength + 1]) in usb_try_string_workarounds()
/u-boot/disk/
A Dpart_efi.c71 c = (c && !isprint(c)) ? '.' : c; in print_efiname()
/u-boot/tools/
A Dfdtgrep.c171 while (s < se && *s && isprint((unsigned char)*s)) in util_is_printable_string()

Completed in 29 milliseconds