Searched refs:ENOTSUP (Results 1 – 2 of 2) sorted by relevance
/timezone/ |
A D | zic.c | 142 # 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 D | private.h | 170 #ifndef ENOTSUP 171 # define ENOTSUP EINVAL macro
|
Completed in 14 milliseconds