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

/freebsd-13-stable/contrib/flex/src/
H A Dsym.c39 * ccltab - character class text symbol table
57 static struct hash_entry *ccltab[CCL_HASH_SIZE]; variable in typeref:struct:hash_entry
121 (char *) 0, cclnum, ccltab, CCL_HASH_SIZE); local
132 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val;
/freebsd-13-stable/lib/libc/stdio/
H A Dvfscanf.c184 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) argument
191 while (ccltab[*fp->_p]) {
203 while (ccltab[*fp->_p]) {
223 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, argument
234 width-- != 0 && ccltab[wctob(wi)])
240 width-- != 0 && ccltab[wctob(wi)]) {
481 char ccltab[256]; /* character class table for %[...] */ local
604 fmt = __sccl(ccltab, fmt);
705 ccltab, locale);
708 ccltab);
[all...]
/freebsd-13-stable/sys/kern/
H A Dsubr_scanf.c123 char ccltab[256]; /* character class table for %[...] */ local
243 fmt = __sccl(ccltab, fmt);
351 while (ccltab[(unsigned char)*inp]) {
365 while (ccltab[(unsigned char)*inp]) {
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dvfscanf.c128 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')

Completed in 118 milliseconds