HomeSort by: relevance | last modified time | path
    Searched defs:ccle (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
vfwscanf.c 110 (cclcompl ? (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) == NULL) : \
111 (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) != NULL))
164 const wchar_t *ccle; /* character class end */ local in function:__vfwscanf_unlocked_l
179 ccls = ccle = NULL;
314 ccle = fmt;
vfwscanf.c 110 (cclcompl ? (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) == NULL) : \
111 (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) != NULL))
164 const wchar_t *ccle; /* character class end */ local in function:__vfwscanf_unlocked_l
179 ccls = ccle = NULL;
314 ccle = fmt;

Completed in 58 milliseconds