OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mailsize
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/sh/
mail.c
65
STATIC off_t
mailsize
[MAXMBOXES]; /* sizes of mailboxes */
variable in typeref:typename:STATIC off_t[]
114
if (statb.st_size >
mailsize
[i] && ! silent) {
139
mailsize
[i] = statb.st_size;
/src/usr.bin/mail/
glob.h
68
EXTERN off_t
mailsize
; /* Size of system mailbox */
variable in typeref:typename:EXTERN off_t
quit.c
175
if (stat(mailname, &statb) >= 0 && statb.st_size >
mailsize
) {
193
(void)fseek(ibuf, (long)
mailsize
, 0);
322
if (fstat(fileno(fbuf), &minfo) >= 0 && minfo.st_size >
mailsize
) {
333
(void)fseek(fbuf, (long)
mailsize
, 0);
337
p = minfo.st_size -
mailsize
;
lex.c
278
mailsize
= fsize(ibuf);
291
* the mail file, so reset
mailsize
to be where
294
mailsize
= ftell(ibuf);
328
newsize <
mailsize
) { /* mail box has shrunk??? */
332
if (newsize ==
mailsize
) {
336
setptr(ibuf,
mailsize
); /* read in new mail */
338
mailsize
= ftell(ibuf);
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025