Searched refs:ccltab (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/libkern/stdio/
H A Dscanf.c145 char ccltab[256]; /* character class table for %[...] */ local
251 fmt = __sccl(ccltab, fmt);
354 while (ccltab[(unsigned char)*inp]) {
368 while (ccltab[(unsigned char)*inp]) {

Completed in 67 milliseconds