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

/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dstrio.c60 static bool sm_strgrow __P((SM_STR_OBJ_T *, size_t));
63 sm_strgrow(s, size) function
141 if (!sm_strgrow(s, n + s->strio_offset))
194 if (sm_strgrow(s, (size_t)ret))
197 /* errno set by sm_strgrow */

Completed in 42 milliseconds