Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/filesync/
H A Drecon.c84 char *dstname; /* file we are updating */ variable
136 dstname = full_name(fp, OPT_DST, OPT_DST); in reconcile()
147 if (get_acls(dstname, &fp->f_info[ OPT_DST ])) in reconcile()
676 dfd = open(dstname, 0); in samecompare()
768 dstlen = readlink(dstname, dstbuf, sizeof (dstbuf)); in samelink()
H A Dmain.c126 char *dstname = 0; in main() local
231 if ((dstname = qualify(optarg)) == 0) in main()
250 if (dstname == 0) { in main()
310 bp = add_base(srcname, dstname); in main()
H A Daction.c91 extern char *dstname; /* file we are updating */
153 dst = dstname; in do_like()
425 src = dstname; in do_copy()
431 dst = dstname; in do_copy()
865 name = (srcdst == OPT_SRC) ? srcname : dstname; in do_remove()
957 newname = (srcdst == OPT_SRC) ? srcname : dstname; in do_rename()
/titanic_50/usr/src/tools/ctf/cvt/
H A Doutput.c447 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, in write_file() argument
467 elfterminate(dstname, "Cannot copy ehdr to temp file"); in write_file()
483 elfterminate(dstname, "Cannot make phdrs in temp file"); in write_file()
564 elfterminate(dstname, "Can't make sect %s data", sname); in write_file()
611 elfterminate(dstname, "Cannot update sect %s", sname); in write_file()
663 elfterminate(dstname, "Cannot finalize temp file"); in write_file()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c720 const char * dstname; local
761 dstname = name;
764 dstname++;
769 dstlen = name - dstname;
773 dstlen = name - dstname;
941 (void) strncpy(cp, dstname, dstlen);
/titanic_50/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1791 const char *dstname = 0; in load_posixinfo() local
1828 dstname = name; in load_posixinfo()
1829 if ((quoted = (*dstname == '<')) != 0) in load_posixinfo()
1830 ++dstname; in load_posixinfo()
1833 dstlen = name - dstname; in load_posixinfo()
1921 (void) strncpy(cp, dstname, dstlen); in load_posixinfo()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h2086 domainname dstname; member
H A Duds_daemon.c5878 …c->dstname.c, &c->loc_inner, &c->loc_outer, &c->loc_outer6, &c->rmt_inner, &c->rmt_outer, mDNSVal1… in udsserver_info()