Searched refs:ccltab (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | vfscanf.c | 171 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) in convert_ccl() argument 178 while (ccltab[*fp->_p]) { in convert_ccl() 190 while (ccltab[*fp->_p]) { in convert_ccl() 210 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, in convert_wccl() argument 221 width-- != 0 && ccltab[wctob(wi)]) in convert_wccl() 227 width-- != 0 && ccltab[wctob(wi)]) { in convert_wccl() 499 char ccltab[256]; /* character class table for %[...] */ in __svfscanf() local 667 fmt = __sccl(ccltab, fmt); in __svfscanf() 768 ccltab, locale); in __svfscanf() 771 ccltab); in __svfscanf()
|
/freebsd/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()
|
/freebsd/sys/kern/ |
H A D | subr_scanf.c | 118 char ccltab[256]; /* character class table for %[...] */ in vsscanf() local 238 fmt = __sccl(ccltab, fmt); in vsscanf() 346 while (ccltab[(unsigned char)*inp]) { in vsscanf() 360 while (ccltab[(unsigned char)*inp]) { in vsscanf()
|
/freebsd/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')
|