TLM_NAME_SIZE
char th_name[TLM_NAME_SIZE];
char th_linkname[TLM_NAME_SIZE];
(void) strlcpy(tar_hdr->th_name, "UFSACL", TLM_NAME_SIZE);
(void) strlcpy(tar_hdr->th_name, section_name, TLM_NAME_SIZE);
(void) strlcpy(xbuf->h_names, fname, TLM_NAME_SIZE);
TLM_NAME_SIZE);
(void) strlcpy(tar_hdr->th_name, section_name, TLM_NAME_SIZE);
(void) strlcpy(tar_hdr->th_linkname, link, TLM_NAME_SIZE);