sm_strgrow
if (!sm_strgrow(s, n + s->strio_offset))
if (sm_strgrow(s, (size_t)ret))
static bool sm_strgrow __P((SM_STR_OBJ_T *, size_t));