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

/freebsd-11-stable/contrib/flex/
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
131 (char *) 0, cclnum, ccltab, CCL_HASH_SIZE);
143 return findsym ((char *) ccltxt, ccltab, CCL_HASH_SIZE)->int_val;
/freebsd-11-stable/lib/libc/stdio/
H A Dvfscanf.c182 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) argument
189 while (ccltab[*fp->_p]) {
201 while (ccltab[*fp->_p]) {
221 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, argument
232 width-- != 0 && ccltab[wctob(wi)])
238 width-- != 0 && ccltab[wctob(wi)]) {
479 char ccltab[256]; /* character class table for %[...] */ local
602 fmt = __sccl(ccltab, fmt);
703 ccltab, locale);
706 ccltab);
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_scanf.c121 char ccltab[256]; /* character class table for %[...] */ local
241 fmt = __sccl(ccltab, fmt);
350 while (ccltab[(unsigned char)*inp]) {
364 while (ccltab[(unsigned char)*inp]) {
/freebsd-11-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 93 milliseconds