Searched refs:tlm_cat_path (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/ndmpd/include/ |
H A D | tlm_buffers.h | 275 extern boolean_t tlm_cat_path(char *, char *, char *);
|
/titanic_41/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 664 if (!tlm_cat_path(fullname, dir, name)) { in tlm_output_xattr() 683 if (!tlm_cat_path(snapname, chkdir, name)) { in tlm_output_xattr() 881 if (!tlm_cat_path(fullname, dir, name) || in tlm_output_file() 882 !tlm_cat_path(snapname, chkdir, name)) { in tlm_output_file()
|
H A D | tlm_util.c | 545 if (!tlm_cat_path(fdip->fd_dir_name, dir, nm)) { in tlm_new_dir_info()
|
H A D | tlm_lib.c | 617 tlm_cat_path(char *buf, char *dir, char *name) in tlm_cat_path() function 828 if (!tlm_cat_path(full_name, dir, name)) { in tlm_is_excluded()
|
H A D | tlm_restore_writer.c | 1555 if (!tlm_cat_path(tmp, parent, "*")) { in is_parent() 1562 if (!tlm_cat_path(tmp, parent, "/")) { in is_parent() 1659 (void) tlm_cat_path(retry, namep, "/"); in is_file_wanted() 2266 } else if (!tlm_cat_path(buf, rnp->rn_nlp, path)) { in catnames()
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar3.c | 488 if (!tlm_cat_path(bp, np, pp)) { in mkrsp() 549 if (!tlm_cat_path(buf, nlp->nlp_restore_path, path)) { in mknewname() 596 (void) tlm_cat_path(bp, pp, np); in joinpath() 2094 if (!tlm_cat_path(bpp->bp_tmp, pnp->tn_path, ent)) { in timebk_v3() 2179 if (!tlm_cat_path(bpp->bp_tmp, pnp->tn_path, ent)) { in lbrbk_v3()
|
H A D | ndmpd_util.c | 2152 (void) tlm_cat_path(buf, (char *)dir, fname); in ndmpd_mk_temp() 2192 (void) tlm_cat_path(buf, path, name); in ndmpd_make_bk_dir_path()
|
H A D | ndmpd_tar.c | 1519 if (!tlm_cat_path(pathname, bkpath, ent->name)) { in correct_ents()
|