Home
last modified time | relevance | path

Searched refs:isgraph (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dctype.h15 #define qemu_isgraph(c) isgraph((unsigned char)(c))
/openbmc/u-boot/include/linux/
H A Dctype.h26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/openbmc/u-boot/lib/zlib/
H A Dtrees.c611 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1092 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.gui.c485 if ((isgraph(res) || isspace(res))) { in dialog_inputbox()
H A Dnconf.c1037 if (isalnum(c) || isgraph(c) || c == ' ') { in do_match()