Lines Matching refs:olen
172 int bufused, olen; local
184 for (ip = ibp, olen = 1; *ip != '\0'; ip++, olen++)
188 olen++;
194 if (olen > *bsp)
196 obp = sm_rpool_malloc_tagged_x(rpool, olen, tag, line, group);
198 *bsp = olen;
214 SM_ASSERT(bufused <= olen);
221 obp = sm_malloc_tagged_x(olen, tag, line + 1, group);
223 *bsp = olen;
230 SM_ASSERT(bufused < olen);
233 SM_ASSERT(bufused < olen);