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

/illumos-gate/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);

Completed in 60 milliseconds