Searched refs:TLM_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/include/ |
H A D | tlm.h | 292 #define TLM_NAME_SIZE 100 macro 306 char th_name[TLM_NAME_SIZE]; 314 char th_linkname[TLM_NAME_SIZE];
|
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 173 (void) strlcpy(tar_hdr->th_name, "UFSACL", TLM_NAME_SIZE); in output_acl_header() 287 (void) strlcpy(tar_hdr->th_name, section_name, TLM_NAME_SIZE); in output_xattr_header() 333 (void) strlcpy(xbuf->h_names, fname, TLM_NAME_SIZE); in output_xattr_header() 335 TLM_NAME_SIZE); in output_xattr_header() 488 (void) strlcpy(tar_hdr->th_name, section_name, TLM_NAME_SIZE); in output_file_header() 501 (void) strlcpy(tar_hdr->th_linkname, link, TLM_NAME_SIZE); in output_file_header()
|