Searched refs:lblen (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/smbfs/lib/smb/ |
H A D | nb_name.c | 158 int i, lblen; in nb_name_encode() local 177 lblen = 0; in nb_name_encode() 180 *plen = lblen; in nb_name_encode() 186 if (lblen < NB_MAXLABLEN) { in nb_name_encode() 188 lblen++; in nb_name_encode()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_subst.c | 313 if (lbclen + (len) > lblen) { \ 314 lblen = p2roundup(MAX(lbclen + (len), 256)); \ 315 REALLOC(sp, lb, CHAR_T *, lblen * sizeof(CHAR_T)); \ 326 if (lbclen + (len) > lblen) { \ 327 lblen = p2roundup(MAX(lbclen + (len), 256)); \ 328 REALLOC(sp, lb, CHAR_T *, lblen * sizeof(CHAR_T)); \ 346 size_t blen, cnt, last, lbclen, lblen, len, llen; in s() local 483 blen = lbclen = lblen = 0; in s() 689 if (re_sub(sp, s + offset, &lb, &lbclen, &lblen, match)) in s() 1310 size_t lbclen, lblen; /* Local copies. */ in re_sub() local [all …]
|