HomeSort by relevance Sort by last modified time
    Searched refs:ccltab (Results 1 - 2 of 2) sorted by null

  /bionic/libc/stdio/
vfscanf.cpp 96 char ccltab[256]; /* character class table for %[...] */ local
238 memset(ccltab, 1, 256);
239 ccltab['\t'] = ccltab['\n'] = ccltab['\v'] = ccltab['\f'] = ccltab['\r'] = ccltab[' '] = 0;
244 fmt = __sccl(ccltab, fmt);
449 if ((c == CT_CCL && wctob(wc) != EOF && !ccltab[wctob(wc)]) || (c == CT_STRING && iswspace(wc)))
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 171 char ccltab[256]; /* character class table for %[...] */ local
315 fmt = __sccl(ccltab, fmt);
513 !ccltab[wctob(*wcp)]) {
549 while (ccltab[*fp->_p]) {
563 while (ccltab[*fp->_p]) {

Completed in 67 milliseconds