Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dctype.h43 int isgraph(int c) in isgraph() function
96 return isgraph(c) && !isalnum(c); in ispunct()
/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/linux/include/linux/
H A Dctype.h28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/openbmc/linux/tools/include/linux/
H A Dctype.h28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/openbmc/linux/usr/
H A Dgen_init_cpio.c468 if (end && isgraph(line[end])) { in cpio_mkfile_line()
491 } while (isgraph(line[end])); in cpio_mkfile_line()
/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c472 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
981 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/openbmc/linux/drivers/platform/x86/
H A Dmsi-ec.c862 if (!isgraph(fw_version[i])) { in load_configuration()
/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()
/openbmc/linux/scripts/kconfig/
H A Dnconf.gui.c436 if ((isgraph(res) || isspace(res))) { in dialog_inputbox()
H A Dnconf.c1108 if (isalnum(c) || isgraph(c) || c == ' ') { in do_match()
/openbmc/linux/tools/tracing/latency/
H A Dlatency-collector.c1258 if (isgraph(*begin)) in find_next_optstr()
1265 for (end = begin; *end != '\0' && isgraph(*end); end++) in find_next_optstr()