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

/freebsd-11-stable/contrib/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...]
/freebsd-11-stable/lib/libc/stdio/
H A Dfseek.c97 fpos_t target, curoff, ret; local
122 if (_ftello(fp, &curoff))
124 if (curoff < 0) {
129 if (offset > 0 && curoff > OFF_MAX - offset) {
133 offset += curoff;
152 curoff = 0; /* XXX just to keep gcc quiet */
208 if (!havepos && _ftello(fp, &curoff))
225 curoff += fp->_r; /* kill off ungetc */
227 curoff -= n;
231 curoff
[all...]
/freebsd-11-stable/usr.bin/tail/
H A Dreverse.c112 off_t curoff, size, lineend; local
125 * size == 0 is dealt with above, and size == 1 sets curoff to -1.
127 curoff = size - 2;
129 while (curoff >= 0) {
130 if (curoff < map.mapoff ||
131 curoff >= map.mapoff + (off_t)map.maplen) {
132 if (maparound(&map, curoff) != 0) {
137 for (i = curoff - map.mapoff; i >= 0; i--) {
144 curoff = map.mapoff + i;
149 if (mapprint(&map, curoff
[all...]
H A Dforward.c194 off_t curoff, size; local
205 * size == 0 is dealt with above, and size == 1 sets curoff to -1.
207 curoff = size - 2;
208 while (curoff >= 0) {
209 if (curoff < map.mapoff && maparound(&map, curoff) != 0) {
213 for (i = curoff - map.mapoff; i >= 0; i--)
217 curoff = map.mapoff + i;
221 curoff++;
222 if (mapprint(&map, curoff, siz
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_relative.c101 size_t chlen, cno, curoff, last = 0, len, scno; local
136 curoff = scno;
150 curoff += chlen; \
151 if (!leftright && curoff >= sp->cols) \
153 curoff = 0; \
156 curoff -= sp->cols; \
160 chlen = CHLEN(curoff);
167 chlen = CHLEN(curoff);
226 size_t chlen, curoff, len, llen, off, scno; local
268 for (curoff
[all...]
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c994 off_t curoff, cursize; local
1287 curoff = lseek(mbfd, (off_t) 0, SEEK_END);
1292 name, (LONGLONG_T) curoff);
1362 (void) ftruncate(mbfd, curoff);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarfread.c2763 int curoff; local
2789 curoff = thisdie - dbbase;
2805 DBROFF (pst) = curoff;
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c5369 off_t curoff; local
5824 curoff = stb.st_size;
5871 curoff); local

Completed in 178 milliseconds