Home
last modified time | relevance | path

Searched refs:ISPRINT (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h152 #undef ISPRINT
153 #define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c78 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
383 || (STREQ (str, "print") && ISPRINT ((unsigned char) *n))
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1083 if (isascii(*p) && ISPRINT(*p)) {
1085 if (ISPRINT(*p)) {