Searched refs:fentry (Results 1 – 1 of 1) sorted by relevance
1635 hdntry_t fentry; in child_to_file() local1653 fentry.type = HD_hashntry; in child_to_file()1654 fentry.count = ntry->count; in child_to_file()1659 fentry.sz_key = i; in child_to_file()1660 fentry.sz_lib = j; in child_to_file()1661 if (i + sizeof (fentry) > bufsz) { in child_to_file()1662 buf = my_realloc(buf, i + j + sizeof (fentry), in child_to_file()1664 bufsz = i + j + sizeof (fentry); in child_to_file()1666 (void) memcpy(buf, &fentry, sizeof (fentry)); in child_to_file()1667 (void) strlcpy((char *)(buf + sizeof (fentry)), t, j); in child_to_file()[all …]