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

  /src/external/apache2/llvm/dist/libcxx/include/
ctype.h 24 int ispunct(int c);
50 #undef ispunct macro
  /src/sys/sys/
ctype_inline.h 55 #define ispunct(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_P)) macro
  /src/sys/lib/libkern/
libkern.h 80 LIBKERN_INLINE int ispunct(int) __unused;
219 ispunct(int ch) function
  /src/external/gpl3/binutils/dist/include/
safe-ctype.h 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
  /src/external/gpl3/binutils.old/dist/include/
safe-ctype.h 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
  /src/external/gpl3/gcc/dist/include/
safe-ctype.h 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
  /src/external/gpl3/gcc.old/dist/include/
safe-ctype.h 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
  /src/external/gpl3/gdb.old/dist/include/
safe-ctype.h 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
  /src/external/gpl3/gdb/dist/include/
safe-ctype.h 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets.h 2655 ispunct(_CharT __c, const locale& __loc) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets.h 2643 ispunct(_CharT __c, const locale& __loc) function

Completed in 92 milliseconds