Home
last modified time | relevance | path

Searched refs:s_nleft (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mailx/
H A Dstralloc.c89 if (sp->s_nleft >= s) in salloc()
105 sp->s_nleft = STRINGSIZE << index; in salloc()
107 sp->s_nleft -= s; in salloc()
141 if (delta <= sp->s_nleft) { in srealloc()
143 sp->s_nleft -= delta; in srealloc()
172 sp->s_nleft = STRINGSIZE << index; in sreset()
/titanic_50/usr/src/cmd/mailx/hdr/
H A Ddef.h404 unsigned s_nleft; /* Number of bytes left here */ member