Searched refs:ispunct (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/qemu/ | ||
| H A D | ctype.h | 18 #define qemu_ispunct(c) ispunct((unsigned char)(c)) |
| /openbmc/u-boot/include/linux/ | ||
| H A D | ctype.h | 29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) macro |