Home
last modified time | relevance | path

Searched refs:toname (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
Dnfs_xdr.h320 const char * toname; member
354 const char * toname; member
457 const char * toname; member
464 const char * toname; member
/external/icu4c/tools/tzcode/
Dzic.c118 extern int link(const char * fromname, const char * toname);
753 register char * toname; local
763 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 …]