HomeSort by: relevance | last modified time | path
    Searched defs:s_nleft (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/mail/
strings.c 64 size_t s_nleft; /* Number of bytes left here */ member in struct:strings
89 if (sp->s_nleft >= s)
101 sp->s_nleft = STRINGSIZE << idx;
103 sp->s_nleft -= s;
139 sp->s_nleft = STRINGSIZE << idx;

Completed in 41 milliseconds