Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm.c5846 char linkcontents[PATH_MAX + 1]; in devfsadm_copy_file() local
5880 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()