Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1641 hdntry_t fentry; in child_to_file() local
1659 fentry.type = HD_hashntry; in child_to_file()
1660 fentry.count = ntry->count; in child_to_file()
1665 fentry.sz_key = i; in child_to_file()
1666 fentry.sz_lib = j; in child_to_file()
1667 if (i + sizeof (fentry) > bufsz) { in child_to_file()
1668 buf = my_realloc(buf, i + j + sizeof (fentry), in child_to_file()
1670 bufsz = i + j + sizeof (fentry); in child_to_file()
1672 (void) memcpy(buf, &fentry, sizeof (fentry)); in child_to_file()
1673 (void) strlcpy((char *)(buf + sizeof (fentry)), t, j); in child_to_file()
[all …]