Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Dispunct.c72 #undef ispunct
74 ispunct (int c) in ispunct() function
Diswpunct.c75 return c < (wint_t)0x100 ? ispunct (c) : 0; in iswpunct()
Dispunct_l.c14 return ispunct(c); in ispunct_l()
Diswpunct_l.c29 return c < (wint_t)0x100 ? ispunct (c) : 0; in iswpunct_l()
Dctype.tex46 * Function ispunct:: Punctuation character predicate (ispunct, ispunct_l)
98 @include ctype/ispunct.def
DCMakeLists.txt56 ispunct.c
Dmeson.build56 'ispunct.c',
/picolibc-latest/newlib/libc/include/
Dctype.h76 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/
Dtest_is.c1943 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/
Dregcomp.c893 if (ispunct((uch)c)) in p_b_cclass()
/picolibc-latest/newlib/
DChangeLog-20152888 * 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/
DCOPYING.picolibc1410 newlib/libc/ctype/ispunct.c