Home
last modified time | relevance | path

Searched refs:ISCNTRL (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c82 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro
379 || (STREQ (str, "cntrl") && ISCNTRL ((unsigned char) *n))
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h157 #define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro