Searched refs:ISCNTRL (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dis_header.c72 if (c == 0 || !ISASCII(c) || ISCNTRL(c))
H A Dheader_token.c213 if (strchr(user_specials, ch) || ISCNTRL(ch)) {
234 && !ISCNTRL(ch) && !strchr(user_specials, ch)) {
H A Dquote_821_local.c96 if (ISCNTRL(ch))
H A Dquote_822_local.c116 if (ISCNTRL(ch))
H A Dtok822_parse.c580 || ISCNTRL(ch) || strchr(tok822_opchar, ch)) {
/netbsd-current/external/bsd/nvi/dist/common/
H A Dmultibyte.h52 #define ISCNTRL iswcntrl macro
85 #define ISCNTRL iscntrl macro
/netbsd-current/external/gpl2/grep/dist/src/
H A Dsystem.h190 #define ISCNTRL(C) (IN_CTYPE_DOMAIN (C) && iscntrl (C)) macro
/netbsd-current/external/ibm-public/postfix/dist/src/postqueue/
H A Dshowq_json.c78 if (UNEXPECTED(ISCNTRL(ch))) {
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/netbsd-current/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-current/external/bsd/nvi/dist/ex/
H A Dex_txt.c337 ins_ch: if (LF_ISSET(TXT_BEAUTIFY) && ISCNTRL(ev.e_c) &&
/netbsd-current/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))
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-winsource.c114 else if (ISCNTRL (c))
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dnm.c633 if (ISCNTRL (c))
658 if (ISCNTRL (c))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.c1341 && !ISCNTRL (*string)
1347 && !ISCNTRL (*string)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.cc1377 && !ISCNTRL (*string)
1383 && !ISCNTRL (*string)
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dlisting.c386 if (!ISCNTRL (c))
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dlisting.c386 if (!ISCNTRL (c))
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dlisting.c386 if (!ISCNTRL (c))

Completed in 382 milliseconds

123