Searched defs:thname_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c302 char *thname_buf; local
312 thname_buf = ndmp_malloc(TLM_MAX_PATH_NAME);
318 thname_buf == NULL) {
326 free(thname_buf);
501 rs_create_new_bkpath(bk_path, tar_hdr->th_name, thname_buf);
530 thname_buf : longname;
628 thname_buf,
797 file_name = (*longname == 0) ? thname_buf :
806 file_name = (*longname == 0) ? thname_buf :
835 file_name = *longname == 0 ? thname_buf
[all...]

Completed in 48 milliseconds