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

/illumos-gate/usr/src/lib/libmail/inc/
H A Ds_string.h58 #define s_putc(s,c) (((s)->ptr < (s)->end) ? (*((s)->ptr)++ = (char)(c)) : s_grow((s),(c)))
63 #define s_terminate(s) (((s)->ptr < (s)->end) ? (*(s)->ptr = 0) : (s_grow((s),0), (s)->ptr--, 0))
72 extern int s_grow(string *sp, int c);
86 extern int s_grow();
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c132 s_grow(string *sp, int c) function

Completed in 58 milliseconds