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

/freebsd-13-stable/contrib/sendmail/libsm/
H A Dstrio.c37 char *strio_base; member in struct:sm_str_obj
69 p = sm_realloc(s->strio_base, size);
72 s->strio_base = p;
73 s->strio_end = s->strio_base + size;
106 (void) memmove(buf, s->strio_base + s->strio_offset, len);
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
[all...]

Completed in 51 milliseconds