HomeSort by: relevance | last modified time | path
    Searched defs:link_errno (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 1485 int link_errno; local in function:dolink
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
    [all...]
zic.c 1485 int link_errno; local in function:dolink
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
    [all...]

Completed in 25 milliseconds