Home
last modified time | relevance | path

Searched refs:tlm_cat_path (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h275 extern boolean_t tlm_cat_path(char *, char *, char *);
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c664 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 Dtlm_util.c545 if (!tlm_cat_path(fdip->fd_dir_name, dir, nm)) { in tlm_new_dir_info()
H A Dtlm_lib.c617 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 Dtlm_restore_writer.c1555 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 Dndmpd_tar3.c488 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 Dndmpd_util.c2152 (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 Dndmpd_tar.c1519 if (!tlm_cat_path(pathname, bkpath, ent->name)) { in correct_ents()