Searched refs:ccltab (Results 1 – 4 of 4) sorted by relevance
| /src/lib/libc/stdio/ |
| H A D | vfscanf.c | 167 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) in convert_ccl() argument 174 while (ccltab[*fp->_p]) { in convert_ccl() 186 while (ccltab[*fp->_p]) { in convert_ccl() 206 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, in convert_wccl() argument 217 width-- != 0 && ccltab[wctob(wi)]) in convert_wccl() 223 width-- != 0 && ccltab[wctob(wi)]) { in convert_wccl() 494 char ccltab[256]; /* character class table for %[...] */ in __svfscanf() local 660 fmt = __sccl(ccltab, fmt); in __svfscanf() 761 ccltab, locale); in __svfscanf() 764 ccltab); in __svfscanf()
|
| /src/contrib/flex/src/ |
| H A D | sym.c | 57 static struct hash_entry *ccltab[CCL_HASH_SIZE]; variable 121 (char *) 0, cclnum, ccltab, CCL_HASH_SIZE); in cclinstal() 132 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val; in ccllookup()
|
| /src/sys/kern/ |
| H A D | subr_scanf.c | 113 char ccltab[256]; /* character class table for %[...] */ in vsscanf() local 233 fmt = __sccl(ccltab, fmt); in vsscanf() 341 while (ccltab[(unsigned char)*inp]) { in vsscanf() 355 while (ccltab[(unsigned char)*inp]) { in vsscanf()
|
| /src/contrib/sendmail/libsm/ |
| H A D | vfscanf.c | 128 char ccltab[256]; /* character class table for %[...] */ local 289 fmt = sm_sccl(ccltab, fmt); 416 while (ccltab[*fp->f_p] != '\0') 435 while (ccltab[*fp->f_p] != '\0')
|