Searched refs:chlen (Results 1 – 2 of 2) sorted by relevance
942 int chlen; in fmtvecho() local947 if ((chlen = mbsize(cp)) > 1) in fmtvecho()949 cp += chlen; in fmtvecho()965 if (mbwide() && ((chlen = mbsize(cp)) > 1)) in fmtvecho()967 stakwrite(cp,chlen); in fmtvecho()968 cp += (chlen-1); in fmtvecho()
1983 uint32_t chlen; in sysevent_evc_control() local1999 chlen = va_arg(ap, uint32_t); in sysevent_evc_control()2001 chp->ch_maxev = min(chlen, evch_events_max); in sysevent_evc_control()