Searched refs:curoff (Results 1 - 3 of 3) sorted by relevance

/sendmail/libsm/
H A Dfseek.c84 off_t target, curoff; local
148 curoff = fp->f_lseekoff;
151 curoff = (*seekfn)(fp, (off_t) 0, SM_IO_SEEK_CUR);
152 if (curoff == -1L)
160 curoff -= fp->f_r;
162 curoff -= fp->f_ur;
165 curoff += fp->f_p - fp->f_bf.smb_base;
167 offset += curoff;
175 curoff = 0; /* XXX just to keep gcc quiet */
227 curoff
[all...]
/sendmail/mail.local/
H A Dmail.local.c982 off_t curoff, cursize; local
1275 curoff = lseek(mbfd, (off_t) 0, SEEK_END);
1277 name, (LONGLONG_T) curoff);
1346 (void) ftruncate(mbfd, curoff);
/sendmail/sendmail/
H A Ddeliver.c5116 off_t curoff; local
5571 curoff = stb.st_size;
5618 curoff); local

Completed in 509 milliseconds