Searched refs:lf_linkit (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.h | 259 extern int lf_linkit(char *, char *, int); 323 extern int lf_linkit();
|
H A D | restore.c | 838 (void) lf_linkit(to, from, SYMLINK); in createlinks() 840 (void) lf_linkit(to, from, HARDLINK); in createlinks()
|
H A D | utilities.c | 259 lf_linkit(char *existing, char *new, int type) in lf_linkit() function
|
H A D | tape.c | 827 if ((result = lf_linkit(lnkbuf, rname, SYMLINK)) != GOOD) in extractfile()
|