Home
last modified time | relevance | path

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

/linux-6.15/tools/include/nolibc/
H A Dctype.h43 int isgraph(int c) in isgraph() function
96 return isgraph(c) && !isalnum(c); in ispunct()
/linux-6.15/include/linux/
H A Dctype.h28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/linux-6.15/tools/include/linux/
H A Dctype.h28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/linux-6.15/usr/
H A Dgen_init_cpio.c475 if (end && isgraph(line[end])) { in cpio_mkfile_line()
498 } while (isgraph(line[end])); in cpio_mkfile_line()
/linux-6.15/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));
/linux-6.15/scripts/kconfig/
H A Dnconf.gui.c446 if ((isgraph(res) || isspace(res))) { in dialog_inputbox()
H A Dnconf.c1018 if (isalnum(c) || isgraph(c) || c == ' ') { in do_match()
/linux-6.15/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()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_ioctl.c552 if (!isascii(value[i]) || !isgraph(value[i])) in drm_validate_value_string()
/linux-6.15/drivers/platform/x86/
H A Dmsi-ec.c1329 if (!isgraph(fw_version[i])) { in load_configuration()