Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c103 # define IS_CHAR_CLASS(string) __wctype (string) macro
105 # define IS_CHAR_CLASS(string) wctype (string) macro
110 # define IS_CHAR_CLASS(string) \ macro
368 wt = IS_CHAR_CLASS (str);