Searched refs:cur_off (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_rw.c247 off_t cur_off; local
250 (cur_off = lseek(fhp->fd, (off_t)0, SEEK_CUR)) != -1 &&
251 cur_off <= sb.st_size);
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dfilecomplete.c470 int cur_off = (int)(li->cursor - li->buffer); local
472 (int)(cur_off - len), cur_off);
/macosx-10.9.5/libedit-39/src/
H A Dfilecomplete.c491 int cur_off = (int)(li->cursor - li->buffer); local
494 cur_off - (int)len, cur_off);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dfilecomplete.c424 int cur_off = li->cursor - li->buffer; local
426 (int)(cur_off - len), cur_off);
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_section.c905 Dwarf_Unsigned cur_off; /* current offset of written data, held local
912 cur_off = 0;
1054 cur_off = cie_offs[cie_no - 2] + cie_length + BEGIN_LEN_SIZE;
1114 if (_dwarf_pro_add_AT_fde(dbg, curfde->fde_die, cur_off, error)
1119 res = dbg->de_reloc_name(dbg, DEBUG_FRAME, cur_off +
1130 cur_off + BEGIN_LEN_SIZE +
1147 cur_off + BEGIN_LEN_SIZE +
1208 DEBUG_FRAME, cur_off + 2 * uwordb_size + upointer_size, /* r_offset
1264 + cur_off + uwordb_size, /* r_offset
1288 cur_off
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-hppa.c4141 int cur_off = off; local
4162 outrel.r_offset = (cur_off
4167 bfd_put_32 (output_bfd, 0, htab->sgot->contents + cur_off);
4174 htab->sgot->contents + cur_off + 4);
4178 htab->sgot->contents + cur_off + 4);
4194 htab->sgot->contents + cur_off);
4196 htab->sgot->contents + cur_off + 4);
4200 cur_off += 8;
4207 outrel.r_offset = (cur_off
4223 htab->sgot->contents + cur_off);
[all...]
H A Delf32-arm.c5574 int cur_off = off; local
5599 + cur_off);
5604 globals->sgot->contents + cur_off);
5612 globals->sgot->contents + cur_off + 4);
5622 globals->sgot->contents + cur_off + 4);
5638 globals->sgot->contents + cur_off);
5640 globals->sgot->contents + cur_off + 4);
5643 cur_off += 8;
5656 + cur_off);
5661 globals->sgot->contents + cur_off);
[all...]

Completed in 157 milliseconds