HomeSort by: relevance | last modified time | path
    Searched defs:ISCNTRL (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
multibyte.h 52 #define ISCNTRL iswcntrl
85 #define ISCNTRL iscntrl
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 82 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
368 || (STREQ (str, "cntrl") && ISCNTRL ((unsigned char) *n))
  /src/external/gpl2/grep/dist/src/
system.h 190 #define ISCNTRL(C) (IN_CTYPE_DOMAIN (C) && iscntrl (C))
dfa.c 79 #define ISCNTRL(C) iscntrl(C)
91 #define ISCNTRL(C) (isascii(C) && iscntrl(C))
669 FUNC(is_cntrl, ISCNTRL)
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 113 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
  /src/external/gpl3/binutils/dist/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /src/external/gpl3/binutils.old/dist/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /src/external/gpl3/gcc/dist/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /src/external/gpl3/gcc.old/dist/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /src/external/gpl3/gdb/dist/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /src/external/gpl3/gdb.old/dist/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 64 #define ISCNTRL(C) iscntrl(C)
76 #define ISCNTRL(C) (isascii(C) && iscntrl(C))
643 FUNC(is_cntrl, ISCNTRL)
regex.c 208 # define ISCNTRL(c) (IN_CTYPE_DOMAIN (c) && iscntrl (c))
3296 || (is_cntrl && ISCNTRL (ch)))
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 1777 #define ISCNTRL(c) (ISASCII(c) && iscntrl((unsigned char)(c)))
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 239 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
3301 || (is_cntrl && ISCNTRL (ch)))
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 239 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
3301 || (is_cntrl && ISCNTRL (ch)))
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 239 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
3301 || (is_cntrl && ISCNTRL (ch)))
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 239 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
3301 || (is_cntrl && ISCNTRL (ch)))
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 239 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
3301 || (is_cntrl && ISCNTRL (ch)))
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 239 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
3301 || (is_cntrl && ISCNTRL (ch)))
  /src/external/gpl2/diffutils/dist/lib/
regex.c 243 # define ISCNTRL(c) (IN_CTYPE_DOMAIN (c) && iscntrl (c))
3368 || (is_cntrl && ISCNTRL (ch)))
  /src/external/gpl2/grep/dist/lib/
regex.c 255 #define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
3289 || (is_cntrl && ISCNTRL (ch)))

Completed in 86 milliseconds