Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dlex.c123 mailsize = fsize(ibuf); in setfile()
140 mailsize = ftello(ibuf); in setfile()
174 if (newsize < mailsize) in incfile()
176 if (newsize == mailsize) in incfile()
178 setptr(ibuf, mailsize); in incfile()
180 mailsize = ftello(ibuf); in incfile()
H A Dquit.c102 if (fstat(fileno(fbuf), &minfo) >= 0 && minfo.st_size > mailsize) { in quit()
110 (void)fseeko(fbuf, mailsize, SEEK_SET); in quit()
114 p = minfo.st_size - mailsize; in quit()
417 if (stat(mailname, &statb) >= 0 && statb.st_size > mailsize) { in edstop()
435 (void)fseeko(ibuf, mailsize, SEEK_SET); in edstop()
H A Dglob.h56 extern off_t mailsize; /* Size of system mailbox */
H A Dmain.c60 off_t mailsize; variable