Home
last modified time | relevance | path

Searched refs:ENOTSUP (Results 1 – 2 of 2) sorted by relevance

/timezone/
A Dzic.c142 # define link(from, to) (errno = ENOTSUP, -1)
145 # define readlink(file, buf, size) (errno = ENOTSUP, -1)
146 # define symlink(from, to) (errno = ENOTSUP, -1)
151 (itssymlink(from) ? (errno = ENOTSUP, -1) : link(from, to))
1006 link_errno = staysymlink ? ENOTSUP : hardlinkerr(fromfield, tofield); in dolink()
1018 && (symlink_errno == ENOENT || symlink_errno == ENOTSUP)) { in dolink()
1025 if (link_errno != ENOTSUP) in dolink()
1049 if (link_errno != ENOTSUP) in dolink()
1052 else if (symlink_errno != ENOTSUP) in dolink()
A Dprivate.h170 #ifndef ENOTSUP
171 # define ENOTSUP EINVAL macro

Completed in 14 milliseconds