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

/freebsd-11-stable/lib/libc/locale/
H A Dnextwctype.c41 nextwctype_l(wint_t wc, wctype_t wct, locale_t locale) argument
54 if (runes->__runetype[wc] & wct)
83 if (re->__types[wc - re->__min] & wct)
85 } else if (re->__map & wct)
92 if (re->__types[wc - re->__min] & wct)
94 } else if (re->__map & wct)
100 nextwctype(wint_t wc, wctype_t wct) argument
102 return nextwctype_l(wc, wct, __get_locale());
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-smb.c405 u_int wct, bcc; local
409 wct = words[0];
413 if (wct == 1)
415 else if (wct == 17)
417 else if (wct == 13)
422 smb_fdata(ndo, words + 1, f1, min(words + 1 + wct * 2, maxbuf),
425 smb_print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1)));
446 u_int wct, bcc; local
450 wct = words[0];
452 if (wct
490 u_int wct, bcc; local
849 int wct; local
[all...]
/freebsd-11-stable/include/xlocale/
H A D_ctype.h176 wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c140 static void CHaddtype(struct parse *p, cset *cs, wctype_t wct);
988 wctype_t wct; local
1000 if ((wct = wctype(clname)) == 0) {
1004 CHaddtype(p, cs, wct);
1396 CHaddtype(struct parse *p, cset *cs, wctype_t wct) argument
1402 if (iswctype(i, wct))
1411 cs->types[cs->ntypes++] = wct;

Completed in 69 milliseconds