Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c85 # define ISSPACE(c) (ISASCII (c) && isspace (c)) macro
385 || (STREQ (str, "space") && ISSPACE ((unsigned char) *n))