Home
last modified time | relevance | path

Searched defs:ispunct (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Dispunct.c74 ispunct (int c) in ispunct() function
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dctype.h156 __declare_extern_inline(int) ispunct (int c) in ispunct() function
263 #define ispunct(__c) (__ctype_lookup(__c)&_P) macro