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

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrio.c58 static bool sm_strgrow __P((SM_STR_OBJ_T *, size_t));
61 sm_strgrow(s, size) function
139 if (!sm_strgrow(s, n + s->strio_offset))
192 if (sm_strgrow(s, (size_t)ret))
195 /* errno set by sm_strgrow */

Completed in 170 milliseconds