Searched defs:curoff (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfseek.c86 off_t target, curoff; local
150 curoff = fp->f_lseekoff;
153 curoff = (*seekfn)(fp, (off_t) 0, SM_IO_SEEK_CUR);
154 if (curoff == -1L)
162 curoff -= fp->f_r;
164 curoff -= fp->f_ur;
167 curoff += fp->f_p - fp->f_bf.smb_base;
169 offset += curoff;
177 curoff = 0; /* XXX just to keep gcc quiet */
229 curoff
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_overflow.c92 u_int32_t curoff, needed, start; local
133 for (curoff = 0, p = dbt->data; pgno != P_INVALID && needed > 0;) {
139 if (curoff + OV_LEN(h) >= start) {
142 if (start > curoff) {
143 src += start - curoff;
144 bytes -= start - curoff;
152 curoff += OV_LEN(h);
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c742 off_t curoff, cursize; local
855 curoff = lseek(mbfd, (off_t)0, SEEK_END);
856 (void) snprintf(biffmsg, sizeof (biffmsg), "%s@%ld\n", name, curoff);
928 (void)ftruncate(mbfd, curoff);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c5109 off_t curoff; local
5564 curoff = stb.st_size;
5611 curoff); local
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1081 sp_ext_offset_t curoff = 0LL; local
1084 if (curoff < ext->ext_offset)
1086 curoff, ext->ext_offset - curoff,
1088 curoff = ext->ext_offset + ext->ext_length;
1092 if (curoff < size)
1093 meta_sp_list_insert(NULL, NULL, head, curoff, size - curoff,

Completed in 48 milliseconds