Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zic/
H A Dzic.c632 register char *symlinkcontents = NULL; local
635 symlinkcontents = ecatalloc(symlinkcontents,
637 symlinkcontents = ecatalloc(symlinkcontents, fromname);
638 result = symlink(symlinkcontents, toname);
642 ifree(symlinkcontents);