Searched refs:strio_base (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dstrio.c39 char *strio_base; member in struct:sm_str_obj
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
[all...]

Completed in 53 milliseconds