Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h292 #define TLM_NAME_SIZE 100 macro
306 char th_name[TLM_NAME_SIZE];
314 char th_linkname[TLM_NAME_SIZE];
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c173 (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()