/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cctype | 27 int ispunct(int c); 78 #ifdef ispunct 79 #undef ispunct 111 using ::ispunct;
|
H A D | ctype.h | 50 #undef ispunct
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_342.c | 25 int ispunct(int); 57 ispunct(c); in cover_is_ctype_function()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | safe-ctype.h | 137 #undef ispunct 138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | safe-ctype.h | 137 #undef ispunct 138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | safe-ctype.h | 137 #undef ispunct 138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | safe-ctype.h | 137 #undef ispunct 138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
H A D | cctype | 55 #undef ispunct 71 using ::ispunct;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cctype | 55 #undef ispunct 71 using ::ispunct;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cctype | 55 #undef ispunct 71 using ::ispunct;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cctype | 55 #undef ispunct 71 using ::ispunct;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
H A D | ctype.h | 42 using std::ispunct;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | ctype.h | 42 using std::ispunct;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | ctype.d | 39 pure int ispunct(int c);
|
/netbsd-src/include/ |
H A D | ctype.h | 53 int ispunct(int);
|
/netbsd-src/sys/sys/ |
H A D | ctype_inline.h | 55 #define ispunct(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_P)) macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ctype_internal_test.c | 46 && TEST_int_eq(ispunct(n) != 0, ossl_ispunct(n) != 0) in test_ctype_chars()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ctype_internal_test.c | 46 && TEST_int_eq(ispunct(n) != 0, ossl_ispunct(n) != 0) in test_ctype_chars()
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | multibyte.h | 89 #define ISPUNCT ispunct
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | cset.cpp | 100 cspunct.v[i] = ISASCII(i) && ispunct(i); in cset_init()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
H A D | ctype_inline.h | 89 __testis = ispunct(__c); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/ |
H A D | ctype_inline.h | 89 __testis = ispunct(__c); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/usr.bin/error/ |
H A D | filter.c | 190 if (ispunct((unsigned char)lastchar(errorp->error_text[2]))) in discardit()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/ |
H A D | __posix_l_fallback.h | 55 return ::ispunct(c); in ispunct_l()
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | names.c | 163 !ispunct((u_char)*ptr)) in parse_window_name()
|