Home
last modified time | relevance | path

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

/dragonfly/usr.bin/mail/
H A Dstrings.c67 if (sp->s_nleft >= s) in salloc()
78 sp->s_nleft = STRINGSIZE << index; in salloc()
80 sp->s_nleft -= s; in salloc()
104 sp->s_nleft = STRINGSIZE << index; in sreset()
H A Dglob.h101 unsigned s_nleft; /* Number of bytes left here */ member