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

/osnet-11/usr/src/lib/libmail/common/
H A Ds_string.c135 s_putc(sp, c);
196 s_putc(to, (int)(unsigned int)*from);
256 s_putc(to, (int)(unsigned int)'\\');
257 s_putc(to, c);
274 s_putc(to, c);
289 s_putc(to, (int)(unsigned int)*from->ptr);
336 s_putc(to, (int)(unsigned int)'\n');
340 s_putc(to, c);
399 s_putc(to, (int)(unsigned int)*from->ptr);
405 s_putc(t
[all...]
/osnet-11/usr/src/lib/libmail/inc/
H A Ds_string.h55 #define s_putc(s,c) (((s)->ptr < (s)->end) ? (*((s)->ptr)++ = (char)(c)) : s_grow((s),(c))) macro

Completed in 14 milliseconds