Home
last modified time | relevance | path

Searched refs:ispunct (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcctype27 int ispunct(int c);
78 #ifdef ispunct
79 #undef ispunct
111 using ::ispunct;
H A Dctype.h50 #undef ispunct
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_342.c25 int ispunct(int);
57 ispunct(c); in cover_is_ctype_function()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h137 #undef ispunct
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h137 #undef ispunct
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h137 #undef ispunct
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h137 #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 Dcctype55 #undef ispunct
71 using ::ispunct;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcctype55 #undef ispunct
71 using ::ispunct;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcctype55 #undef ispunct
71 using ::ispunct;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcctype55 #undef ispunct
71 using ::ispunct;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dctype.h42 using std::ispunct;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dctype.h42 using std::ispunct;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dctype.d39 pure int ispunct(int c);
/netbsd-src/include/
H A Dctype.h53 int ispunct(int);
/netbsd-src/sys/sys/
H A Dctype_inline.h55 #define ispunct(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_P)) macro
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dctype_internal_test.c46 && 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 Dctype_internal_test.c46 && TEST_int_eq(ispunct(n) != 0, ossl_ispunct(n) != 0) in test_ctype_chars()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmultibyte.h89 #define ISPUNCT ispunct
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dcset.cpp100 cspunct.v[i] = ISASCII(i) && ispunct(i); in cset_init()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Dctype_inline.h89 __testis = ispunct(__c); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_inline.h89 __testis = ispunct(__c); in _GLIBCXX_VISIBILITY()
/netbsd-src/usr.bin/error/
H A Dfilter.c190 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.h55 return ::ispunct(c); in ispunct_l()
/netbsd-src/external/bsd/tmux/dist/
H A Dnames.c163 !ispunct((u_char)*ptr)) in parse_window_name()

1234