HomeSort by: relevance | last modified time | path
    Searched refs:ISGRAPH (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/gen/
h_ctype_abuse.c 62 M(ISGRAPH, isgraph) \
  /src/lib/libc/gen/
vis.c 107 #define iscgraph(c) isgraph(c)
116 rv = isgraph(c);
124 #define ISGRAPH(flags, c) \
261 if (ISGRAPH(flags, c) && !iswoctal(c)) {
313 if (!iswextra && (ISGRAPH(flags, c) || iswwhite(c) ||

Completed in 12 milliseconds