Searched refs:mailsize (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h86 extern off_t mailsize; /* Size of system mailbox */
/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c102 off_t mailsize; /* Size of system mailbox */ variable
H A Dlex.c199 mailsize = fsize(ibuf);
334 minfo.st_size > mailsize) {
353 fseek(ibuf, mailsize, 0);
354 mailsize = fsize(ibuf);
983 stbuf.st_size == mailsize || (stbuf.st_mode&S_IFMT) != S_IFREG) {
998 fseek(ibuf, mailsize, 0);
999 mailsize = fsize(ibuf);
H A Dquit.c293 if (st.st_size > mailsize) {
311 fseek(fbuf, mailsize, 0);
315 p = st.st_size - mailsize;
H A Dfio.c527 if (fstat(fileno(ibuf), &statb) >= 0 && statb.st_size > mailsize) {
543 fseek(ibuf, mailsize, 0);

Completed in 62 milliseconds