Lines Matching defs:link
39 #pragma weak _link = link
41 link(const char *path1, const char *path2)
44 * XPG4v2 link() requires that the link count of a symbolic
45 * link target be updated rather than the link itself. This
48 * that allowed link(src, dest) when "src" was a symbolic link,
49 * to create "dest" as a hard link to "src". Hence, the link
50 * count of the symbolic link is updated rather than the target
51 * of the symbolic link. This latter behavior remains for