Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h259 extern int lf_linkit(char *, char *, int);
323 extern int lf_linkit();
H A Drestore.c838 (void) lf_linkit(to, from, SYMLINK); in createlinks()
840 (void) lf_linkit(to, from, HARDLINK); in createlinks()
H A Dutilities.c259 lf_linkit(char *existing, char *new, int type) in lf_linkit() function
H A Dtape.c827 if ((result = lf_linkit(lnkbuf, rname, SYMLINK)) != GOOD) in extractfile()