Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c87 if (sp->s_nleft >= s) in salloc()
103 sp->s_nleft = STRINGSIZE << index; in salloc()
105 sp->s_nleft -= s; in salloc()
139 if (delta <= sp->s_nleft) { in srealloc()
141 sp->s_nleft -= delta; in srealloc()
170 sp->s_nleft = STRINGSIZE << index; in sreset()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h405 unsigned s_nleft; /* Number of bytes left here */ member