Lines Matching refs:toname
599 register char *toname; local
609 toname = ecpyalloc(tofield);
611 toname = ecpyalloc(directory);
612 toname = ecatalloc(toname, "/");
613 toname = ecatalloc(toname, tofield);
619 if (!itsdir(toname))
620 (void) remove(toname);
621 if (link(fromname, toname) != 0) {
624 if (mkdirs(toname) != 0)
627 result = link(fromname, toname);
638 result = symlink(symlinkcontents, toname);
650 progname, fromname, toname, e);
655 ifree(toname);