Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c68 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
378 || (STREQ (str, "blank") && ISBLANK ((unsigned char) *n))