Searched refs:toname (Results 1 – 2 of 2) sorted by relevance
320 const char * toname; member354 const char * toname; member457 const char * toname; member464 const char * toname; member
118 extern int link(const char * fromname, const char * toname);753 register char * toname; local763 toname = ecpyalloc(tofield);765 toname = ecpyalloc(directory);766 toname = ecatalloc(toname, "/");767 toname = ecatalloc(toname, tofield);773 if (!itsdir(toname))774 (void) remove(toname);775 if (link(fromname, toname) != 0) {778 if (mkdirs(toname) != 0)[all …]