Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds