Searched refs:linkcontents (Results 1 – 1 of 1) sorted by relevance
5846 char linkcontents[PATH_MAX + 1]; in devfsadm_copy_file() local5880 if ((bytes = readlink(file, linkcontents, PATH_MAX)) == -1) { in devfsadm_copy_file()5884 linkcontents[bytes] = '\0'; in devfsadm_copy_file()5885 if (symlink(linkcontents, newfile) == -1) { in devfsadm_copy_file()