Searched refs:sz_lib (Results 1 – 2 of 2) sorted by relevance
77 size_t sz_lib; /* size of library string on disk */ member
1660 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()