Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrio.c37 char *strio_base; member
69 p = sm_realloc(s->strio_base, size);
72 s->strio_base = p;
73 s->strio_end = s->strio_base + size;
142 (void) memmove(s->strio_base + s->strio_offset, buf, n);
237 s->strio_base = NULL;
265 s->strio_base = sm_strdup_x(info);
266 if (s->strio_base == NULL)
276 s->strio_end = s->strio_base + s->strio_size;
298 sm_free(s->strio_base);
[all …]