Searched refs:ispunct (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libc/ctype/ |
D | ispunct.c | 72 #undef ispunct 74 ispunct (int c) in ispunct() function
|
D | iswpunct.c | 75 return c < (wint_t)0x100 ? ispunct (c) : 0; in iswpunct()
|
D | ispunct_l.c | 14 return ispunct(c); in ispunct_l()
|
D | iswpunct_l.c | 29 return c < (wint_t)0x100 ? ispunct (c) : 0; in iswpunct_l()
|
D | ctype.tex | 46 * Function ispunct:: Punctuation character predicate (ispunct, ispunct_l) 98 @include ctype/ispunct.def
|
D | CMakeLists.txt | 56 ispunct.c
|
D | meson.build | 56 'ispunct.c',
|
/picolibc-latest/newlib/libc/include/ |
D | ctype.h | 76 int ispunct (int c); 154 __declare_extern_inline(int) ispunct (int c) in ispunct() function 212 __declare_extern_inline(int) ispunct_l (int c, locale_t l) { (void) l; return ispunct(c); } in ispunct_l() 261 #define ispunct(__c) (__ctype_lookup(__c)&_P) macro
|
/picolibc-latest/newlib/libm/test/ |
D | test_is.c | 1943 static int def_ispunct (int i) { return ispunct(i); } in def_ispunct() 2002 #undef ispunct 2031 test_is_set(ispunct, "ispunct function", &mypunct); in test_is()
|
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 893 if (ispunct((uch)c)) in p_b_cclass()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 2888 * libc/ctype/ispunct.c: Ditto. 5673 (isalpha, isupper, islower, isdigit, isxdigit, isspace, ispunct) 6297 (islower, isdigit, isxdigit, isspace, ispunct, isalnum) 6303 (isxdigit, isspace, ispunct, isalnum, isprint, isgraph) 8267 * libc/ctype/ispunct.c: Ditto. 27709 isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
|
/picolibc-latest/ |
D | COPYING.picolibc | 1410 newlib/libc/ctype/ispunct.c
|