Home
last modified time | relevance | path

Searched refs:b_dst_spec (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c98 if (strcmp(dst, bp->b_dst_spec)) in add_base()
116 bp->b_dst_spec = strdup(dst); in add_base()
124 if ((bp->b_dst_name = expand(bp->b_dst_spec)) == 0) { in add_base()
125 fprintf(stderr, gettext(ERR_badbase), bp->b_dst_spec); in add_base()
774 fprintf(file, "BASE_DST %s\n", noblanks(bp->b_dst_spec)); in bw_base()
H A Ddatabase.h73 char *b_dst_spec; /* spec name of dest dir */ member
H A Drules.c393 noblanks(bp->b_dst_spec)); in rw_base()
H A Danal.c305 bp->b_src_spec, bp->b_dst_spec, bp->b_totfiles); in summary()