Searched refs:link_errno (Results 1 – 1 of 1) sorted by relevance
985 int link_errno; in dolink() local1006 link_errno = staysymlink ? ENOTSUP : hardlinkerr(fromfield, tofield); in dolink()1007 if (link_errno == ENOENT && !todirs_made) { in dolink()1010 link_errno = hardlinkerr(fromfield, tofield); in dolink()1012 if (link_errno != 0) { in dolink()1025 if (link_errno != ENOTSUP) in dolink()1027 strerror(link_errno)); in dolink()1049 if (link_errno != ENOTSUP) in dolink()1051 strerror(link_errno)); in dolink()
Completed in 10 milliseconds