Searched refs:c_offset (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/truss/ |
H A D | main.c | 1709 size_t c_offset = 0; in file_to_parent() local 1722 while (c_offset < filesz) { in file_to_parent() 1724 if (pread(sfd, &ntry, sizeof (hdntry_t), c_offset) != in file_to_parent() 1727 c_offset += sizeof (hdntry_t); in file_to_parent() 1741 if (pread(sfd, t, ntry.sz_lib, c_offset) != ntry.sz_lib) in file_to_parent() 1744 c_offset += ntry.sz_lib; in file_to_parent() 1753 if (pread(sfd, s, ntry.sz_key, c_offset) != ntry.sz_key) in file_to_parent() 1756 c_offset += ntry.sz_key; in file_to_parent() 1774 if (pread(sfd, ncp, ntry.sz_key, c_offset) != in file_to_parent() 1778 c_offset += ntry.sz_key; in file_to_parent()
|