Searched defs:name1_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)) {
1749 if (lstat(name1_p, &lsb1) != 0) {
1751 name1_p);
1781 fromname = name1_p;
1797 (attrname == NULL) ? "" : name1_p);
1806 "Cannot link \"%s\" and \"%s\"", name1_p, name2_p);

Completed in 85 milliseconds