Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dctype.h26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/linux-4.4.14/usr/
Dgen_init_cpio.c417 if (end && isgraph(line[end])) { in cpio_mkfile_line()
440 } while (isgraph(line[end])); in cpio_mkfile_line()
/linux-4.4.14/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-4.4.14/scripts/kconfig/
Dnconf.gui.c477 if ((isgraph(res) || isspace(res))) { in dialog_inputbox()
Dnconf.c1035 if (isalnum(c) || isgraph(c) || c == ' ') { in do_match()