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

/osnet-11/usr/src/lib/libmail/common/
H A Ds_string.c99 s_terminate(sp);
197 s_terminate(to);
228 s_terminate(to);
264 s_terminate(to);
269 s_terminate(to);
292 s_terminate(to);
322 s_terminate(to);
333 s_terminate(to);
337 s_terminate(to);
356 s_terminate(t
[all...]
/osnet-11/usr/src/lib/libmail/inc/
H A Ds_string.h60 #define s_terminate(s) (((s)->ptr < (s)->end) ? (*(s)->ptr = 0) : (s_grow((s),0), (s)->ptr--, 0)) macro

Completed in 17 milliseconds