Home | History | Annotate | Download | only in time

Lines Matching defs:link_errno

1485 	int link_errno;
1507 link_errno = 0;
1510 link_errno = errno;
1512 if (link_errno == EINVAL)
1513 link_errno = ENOTSUP;
1520 if (link_errno == ENOTSUP
1524 link_errno = 0;
1527 link_errno = errno;
1530 if (link_errno == EXDEV || link_errno == ENOTSUP)
1533 if (link_errno == EEXIST) {
1538 } else if (link_errno == ENOENT && !linkdirs_made) {
1545 strerror(link_errno));
1549 if (link_errno != 0) {
1573 if (link_errno != ENOTSUP && link_errno != EEXIST)
1575 strerror(link_errno));
1591 if (link_errno != ENOTSUP)
1593 strerror(link_errno));