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

  /src/external/apache2/llvm/dist/libcxx/include/
ctype.h 19 int iscntrl(int c);
45 #undef iscntrl macro
  /src/sys/sys/
ctype_inline.h 50 #define iscntrl(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_C)) macro
  /src/sys/lib/libkern/
libkern.h 77 LIBKERN_INLINE int iscntrl(int) __unused;
201 iscntrl(int ch) function
  /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/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets.h 2625 iscntrl(_CharT __c, const locale& __loc) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets.h 2613 iscntrl(_CharT __c, const locale& __loc) function

Completed in 44 milliseconds