Home
last modified time | relevance | path

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

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