Lines Matching defs:strio_base
39 char *strio_base;
71 p = sm_realloc(s->strio_base, size);
74 s->strio_base = p;
75 s->strio_end = s->strio_base + size;
108 (void) memmove(buf, s->strio_base + s->strio_offset, len);
144 (void) memmove(s->strio_base + s->strio_offset, buf, n);
239 s->strio_base = NULL;
267 s->strio_base = sm_strdup_x(info);
268 if (s->strio_base == NULL)
278 s->strio_end = s->strio_base + s->strio_size;
300 sm_free(s->strio_base);
301 s->strio_base = NULL;