Home
last modified time | relevance | path

Searched refs:ISCNTRL (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h52 #define ISCNTRL iswcntrl macro
85 #define ISCNTRL iscntrl macro
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dheader_token.c213 if (strchr(user_specials, ch) || ISCNTRL(ch)) { in header_token()
234 && !ISCNTRL(ch) && !strchr(user_specials, ch)) { in header_token()
H A Dis_header.c72 if (c == 0 || !ISASCII(c) || ISCNTRL(c)) in is_header_buf()
H A Dquote_821_local.c96 if (ISCNTRL(ch)) in is_821_dot_string()
H A Dquote_822_local.c116 if (ISCNTRL(ch)) in is_822_dot_string()
H A Dtok822_parse.c580 || ISCNTRL(ch) || strchr(tok822_opchar, ch)) { in tok822_quote_atom()
/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c82 # 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 Dshowq_json.c78 if (UNEXPECTED(ISCNTRL(ch))) { in json_quote()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsystem.h190 #define ISCNTRL(C) (IN_CTYPE_DOMAIN (C) && iscntrl (C)) macro
H A Ddfa.c79 #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 Dex_txt.c337 ins_ch: if (LF_ISSET(TXT_BEAUTIFY) && ISCNTRL(ev.e_c) && in ex_txt()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c113 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro
H A Dfnmatch_loop.c297 || (STREQ (str, L("cntrl")) && ISCNTRL ((UCHAR) *n)) in FCT()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dnm.c630 if (ISCNTRL (c)) in convert_utf8()
655 if (ISCNTRL (c)) in convert_utf8()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dnm.c627 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 Dmmix.c1341 && !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 Dmmix.cc1377 && !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 Ddfa.c64 #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 Dlisting.c386 if (!ISCNTRL (c)) in listing_newline()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1766 #define ISCNTRL(c) (ISASCII(c) && iscntrl((unsigned char)(c))) macro
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dlisting.c386 if (!ISCNTRL (c)) in listing_newline()

123