Searched refs:sz_lib (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dhtbl.h77 size_t sz_lib; /* size of library string on disk */ member in struct:hdntry
H A Dmain.c1660 fentry.sz_lib = j;
1684 fentry.sz_lib = 0; /* also undefined */
1733 if (ntry.sz_lib > t_strsz) {
1734 t = my_realloc(t, ntry.sz_lib, NULL);
1735 t_strsz = ntry.sz_lib;
1741 if (pread(sfd, t, ntry.sz_lib, c_offset) != ntry.sz_lib)
1744 c_offset += ntry.sz_lib;

Completed in 95 milliseconds