Searched defs:name2_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c144 static int creat_lnk(int dirfd, char *name1_p, char *name2_p);
1717 * creat_lnk: Create a link from the existing name1_p to name2_p.
1722 creat_lnk(int dirfd, char *name1_p, char *name2_p) argument
1728 if (!link(name1_p, name2_p)) {
1753 if (lstat(name2_p, &lsb2) != 0) {
1755 "destination file %s", name2_p);
1760 name2_p);
1768 name2_p);
1769 else if (unlinkat(dirfd, get_component(name2_p), 0) < 0)
1771 name2_p);
[all...]

Completed in 57 milliseconds