Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c338 wctype_t wt; local
368 wt = IS_CHAR_CLASS (str);
369 if (wt == 0)
373 if (__iswctype (__btowc ((unsigned char) *n), wt))
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c3880 wctype_t wt = cset->char_classes[i]; in check_node_accept_bytes() local
3881 if (__iswctype (wc, wt)) in check_node_accept_bytes()