Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/ctype/
A Disgraph.c2 #undef isgraph
4 int isgraph(int c) { in isgraph() function
A Dispunct.c4 return isgraph(c) && !isalnum(c); in ispunct()
/third_party/ulib/musl/include/
A Dctype.h14 int isgraph(int);
34 #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e) macro
/third_party/uapp/dash/src/
A Dsystem.c39 #define isgraph _isgraph macro
52 #undef isgraph
180 int isgraph(int c) { in isgraph() function
A Dinit.c118 #undef isgraph
119 #define isgraph _isgraph macro
A Dexpand.c1517 { .name = ":graph:]", .fn = isgraph }, in ccmatch()
/third_party/ulib/jemalloc/src/
A Dprof.c2136 if (!isgraph(c) && !isblank(c)) in prof_thread_name_set()
/third_party/ulib/musl/
A Dmusl-rules.mk194 $(LOCAL_DIR)/src/ctype/isgraph.c \

Completed in 16 milliseconds