HomeSort by: relevance | last modified time | path
    Searched defs:ccls (Results 1 - 4 of 4) 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))
163 const wchar_t *ccls; /* character class start */ local in function:__vfwscanf_unlocked_l
179 ccls = ccle = NULL;
304 ccls = fmt;
vfwscanf.c 110 (cclcompl ? (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) == NULL) : \
111 (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) != NULL))
163 const wchar_t *ccls; /* character class start */ local in function:__vfwscanf_unlocked_l
179 ccls = ccle = NULL;
304 ccls = fmt;
vfwscanf.c 110 (cclcompl ? (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) == NULL) : \
111 (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) != NULL))
163 const wchar_t *ccls; /* character class start */ local in function:__vfwscanf_unlocked_l
179 ccls = ccle = NULL;
304 ccls = fmt;
vfwscanf.c 110 (cclcompl ? (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) == NULL) : \
111 (wmemchr(ccls, (_c), (size_t)(ccle - ccls)) != NULL))
163 const wchar_t *ccls; /* character class start */ local in function:__vfwscanf_unlocked_l
179 ccls = ccle = NULL;
304 ccls = fmt;

Completed in 51 milliseconds