Lines Matching defs:c
101 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE) argument
104 #define iscgraph(c) isgraph(c) argument
108 iscgraph(int c) { in iscgraph()
121 #define ISGRAPH(flags, c) \ argument
124 #define iswoctal(c) (((u_char)(c)) >= L'0' && ((u_char)(c)) <= L'7') argument
125 #define iswwhite(c) (c == L' ' || c == L'\t' || c == L'\n') argument
126 #define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r') argument
127 #define xtoa(c) L"0123456789abcdef"[c] argument
128 #define XTOA(c) L"0123456789ABCDEF"[c] argument
163 do_hvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_hvis()
186 do_mvis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_mvis()
207 do_mbyte(wchar_t *dst, wint_t c, int flags, wint_t nextc, int iswextra) in do_mbyte()
304 do_svis(wchar_t *dst, wint_t c, int flags, wint_t nextc, const wchar_t *extra) in do_svis()
403 wint_t c; in istrsenvisx() local
699 svis(char *mbdst, int c, int flags, int nextc, const char *mbextra) in svis()
714 snvis(char *mbdst, size_t dlen, int c, int flags, int nextc, const char *mbextra) in snvis()
766 vis(char *mbdst, int c, int flags, int nextc) in vis()
781 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc) in nvis()