| /src/external/bsd/nvi/dist/common/ |
| multibyte.h | 56 #define ISPUNCT iswpunct 89 #define ISPUNCT ispunct
|
| /src/tests/lib/libc/gen/ |
| h_ctype_abuse.c | 60 M(ISPUNCT, ispunct) \
|
| /src/external/bsd/nvi/dist/regex/ |
| regex2.h | 173 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
|
| /src/external/gpl2/grep/dist/src/ |
| system.h | 186 #define ISPUNCT(C) (IN_CTYPE_DOMAIN (C) && ispunct (C))
|
| dfa.c | 75 #define ISPUNCT(C) ispunct(C) 87 #define ISPUNCT(C) (isascii(C) && ispunct(C)) 665 FUNC(is_punct, ISPUNCT)
|
| /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/gpl2/gmake/dist/glob/ |
| fnmatch.c | 84 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) 373 || (STREQ (str, "punct") && ISPUNCT ((unsigned char) *n))
|
| /src/external/bsd/nvi/dist/vi/ |
| vi.h | 14 #define inword(ch) ((ch) == '_' || (ISGRAPH((UCHAR_T)ch) && !ISPUNCT((UCHAR_T)ch)))
|
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch.c | 115 # define ISPUNCT(c) (ISASCII (c) && ispunct (c))
|
| fnmatch_loop.c | 302 || (STREQ (str, L("punct")) && ISPUNCT ((UCHAR) *n))
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| sys_defs.h | 1791 #define ISPUNCT(c) (ISASCII(c) && ispunct((unsigned char)(c)))
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| dfa.c | 60 #define ISPUNCT(C) ispunct(C) 72 #define ISPUNCT(C) (isascii(C) && ispunct(C)) 639 FUNC(is_punct, ISPUNCT)
|
| regex.c | 210 # define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c)) 3303 if ( (is_punct && ISPUNCT (ch))
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-format.cc | 3133 if (ISPUNCT (format_chars[toklen - 1])) 3449 if (ISPUNCT (format_chars[0])) 3511 && ISPUNCT (format_chars[nchars]) 3756 && !ISPUNCT (format_chars[nchars])
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-format.cc | 3089 if (ISPUNCT (format_chars[toklen - 1])) 3405 if (ISPUNCT (format_chars[0])) 3467 && ISPUNCT (format_chars[nchars]) 3712 && !ISPUNCT (format_chars[nchars])
|
| /src/external/gpl2/diffutils/dist/lib/ |
| regex.c | 245 # define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c)) 3375 if ( (is_punct && ISPUNCT (ch))
|
| /src/external/gpl2/grep/dist/lib/ |
| regex.c | 257 #define ISPUNCT(c) (ISASCII (c) && ispunct (c)) 3296 if ( (is_punct && ISPUNCT (ch))
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| regex.c | 241 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) 3308 if ( (is_punct && ISPUNCT (ch))
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| regex.c | 241 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) 3308 if ( (is_punct && ISPUNCT (ch))
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| regex.c | 241 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) 3308 if ( (is_punct && ISPUNCT (ch))
|