Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dvfwscanf.c216 (cclcompl ? (wmemchr(ccls, (_c), ccle - ccls) == NULL) : \
217 (wmemchr(ccls, (_c), ccle - ccls) != NULL))
311 const wchar_t *ccls; /* character class start */ in _SVFWSCANF() local
505 ccls = ccle = NULL; in _SVFWSCANF()
736 ccls = fmt; in _SVFWSCANF()