Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dctype.h30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/Linux-v4.19/usr/
Dgen_init_cpio.c418 if (end && isgraph(line[end])) { in cpio_mkfile_line()
441 } while (isgraph(line[end])); in cpio_mkfile_line()
/Linux-v4.19/lib/zlib_deflate/
Ddeftree.c526 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
1035 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/Linux-v4.19/scripts/kconfig/
Dnconf.gui.c485 if ((isgraph(res) || isspace(res))) { in dialog_inputbox()
Dnconf.c1038 if (isalnum(c) || isgraph(c) || c == ' ') { in do_match()