Searched refs:old_offset (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c139 off_t old_offset, new_offset; local
153 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) < 0) ||
178 return (new_offset - old_offset);
H A Darchive_read_open_filename.c187 off_t old_offset, new_offset; local
201 if (((old_offset = lseek(mine->fd, 0, SEEK_CUR)) < 0) ||
234 return (new_offset - old_offset);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dxref.c72 int old_offset = input_text_offset; local
78 if (input_text_offset > old_offset)
82 input_text_offset = old_offset;
/freebsd-9.3-release/contrib/texinfo/info/
H A Dindices.c253 int old_offset; local
265 old_offset = index_offset;
274 if (index_offset == old_offset)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-fileio.c665 off_t old_offset, new_offset; local
745 old_offset = lseek (fd, 0, SEEK_CUR);
753 if (old_offset != new_offset)
754 ret = new_offset - old_offset;
/freebsd-9.3-release/contrib/libreadline/
H A Ddisplay.c1213 int new_offset, old_offset; local
1321 new_offset = old_offset = 0;
1324 _rl_compare_chars(old, old_offset, &ps_old, new, new_offset, &ps_new); )
1326 old_offset = _rl_find_next_mbchar (old, old_offset, 1, MB_FIND_ANY);
1328 ofd = old + old_offset;
/freebsd-9.3-release/sys/dev/advansys/
H A Dadvlib.c1098 u_int old_offset; local
1109 old_offset = tinfo->current.offset;
1112 && ((old_period != period || old_offset != offset)
/freebsd-9.3-release/sys/dev/amd/
H A Damd.c773 u_int old_offset; local
777 old_offset = tinfo->current.offset;
779 && (old_period != period || old_offset != offset)) {
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c1915 u_int old_offset; local
1944 old_offset = tinfo->curr.offset;
1949 || old_offset != offset
H A Daic79xx.c3087 u_int old_offset; local
3116 old_offset = tinfo->curr.offset;
3121 || old_offset != offset

Completed in 167 milliseconds