Home | History | Annotate | Download | only in makefs

Lines Matching refs:symlink

256 			 * Symlink permission bits vary between filesystems/OSs
340 cur->symlink = estrdup(slink);
424 if (cur->symlink)
425 free(cur->symlink);
604 curfsnode->symlink = estrdup(curnode->slink);
658 assert(dirnode->symlink != NULL);
660 ASEPRINT("symlink", "%s", dirnode->symlink, specnode->slink);
661 free(dirnode->symlink);
662 dirnode->symlink = estrdup(specnode->slink);
721 assert(cur->symlink != NULL);
722 printf(" -> %s", cur->symlink);
724 assert(cur->symlink == NULL);
749 return ("symlink"); /* inotype() returns "link"... */