/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | multibyte.h | 52 #define ISCNTRL iswcntrl macro 85 #define ISCNTRL iscntrl macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | header_token.c | 213 if (strchr(user_specials, ch) || ISCNTRL(ch)) { in header_token() 234 && !ISCNTRL(ch) && !strchr(user_specials, ch)) { in header_token()
|
H A D | is_header.c | 72 if (c == 0 || !ISASCII(c) || ISCNTRL(c)) in is_header_buf()
|
H A D | quote_821_local.c | 96 if (ISCNTRL(ch)) in is_821_dot_string()
|
H A D | quote_822_local.c | 116 if (ISCNTRL(ch)) in is_822_dot_string()
|
H A D | tok822_parse.c | 580 || ISCNTRL(ch) || strchr(tok822_opchar, ch)) { in tok822_quote_atom()
|
/netbsd-src/external/gpl2/gmake/dist/glob/ |
H A D | fnmatch.c | 82 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro 379 || (STREQ (str, "cntrl") && ISCNTRL ((unsigned char) *n))
|
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/ |
H A D | showq_json.c | 78 if (UNEXPECTED(ISCNTRL(ch))) { in json_quote()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | safe-ctype.h | 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | safe-ctype.h | 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | safe-ctype.h | 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | safe-ctype.h | 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | system.h | 190 #define ISCNTRL(C) (IN_CTYPE_DOMAIN (C) && iscntrl (C)) macro
|
H A D | dfa.c | 79 #define ISCNTRL(C) iscntrl(C) macro 91 #define ISCNTRL(C) (isascii(C) && iscntrl(C)) macro 669 FUNC(is_cntrl, ISCNTRL) in FUNC()
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_txt.c | 337 ins_ch: if (LF_ISSET(TXT_BEAUTIFY) && ISCNTRL(ev.e_c) && in ex_txt()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | fnmatch.c | 113 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro
|
H A D | fnmatch_loop.c | 297 || (STREQ (str, L("cntrl")) && ISCNTRL ((UCHAR) *n)) in FCT()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | nm.c | 630 if (ISCNTRL (c)) in convert_utf8() 655 if (ISCNTRL (c)) in convert_utf8()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | nm.c | 627 if (ISCNTRL (c)) in convert_utf8() 656 if (ISCNTRL (c)) in convert_utf8()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
H A D | mmix.c | 1341 && !ISCNTRL (*string) in mmix_output_quoted_string() 1347 && !ISCNTRL (*string) in mmix_output_quoted_string()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/ |
H A D | mmix.cc | 1377 && !ISCNTRL (*string) in mmix_output_quoted_string() 1383 && !ISCNTRL (*string) in mmix_output_quoted_string()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | dfa.c | 64 #define ISCNTRL(C) iscntrl(C) macro 76 #define ISCNTRL(C) (isascii(C) && iscntrl(C)) macro 643 FUNC(is_cntrl, ISCNTRL) in FUNC()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | listing.c | 386 if (!ISCNTRL (c)) in listing_newline()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sys_defs.h | 1766 #define ISCNTRL(c) (ISASCII(c) && iscntrl((unsigned char)(c))) macro
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | listing.c | 386 if (!ISCNTRL (c)) in listing_newline()
|