Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dctype.h36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) macro
/f-stack/freebsd/contrib/ncsw/inc/
H A Dctype_ext.h60 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/f-stack/freebsd/contrib/zlib/
H A Dtrees.c603 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1080 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c283 case 'g' : res = isgraph(c); break; in match_class()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c2173 if (!isgraph(c) && !isblank(c)) { in prof_thread_name_set()