Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/truss/
H A Dhtbl.h77 size_t sz_lib; /* size of library string on disk */ member
H A Dmain.c1660 fentry.sz_lib = j; in child_to_file()
1684 fentry.sz_lib = 0; /* also undefined */ in child_to_file()
1733 if (ntry.sz_lib > t_strsz) { in file_to_parent()
1734 t = my_realloc(t, ntry.sz_lib, NULL); in file_to_parent()
1735 t_strsz = ntry.sz_lib; 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()