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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dstdio.c109 * OpenBSD has deprecated ENOTSUP in favor of EOPNOTSUPP.
111 #if defined(EOPNOTSUPP) && !defined(ENOTSUP)
112 #define ENOTSUP EOPNOTSUPP macro
122 * result in EINVAL / ENOTSUP.
124 if (r == 0 || errno == EINVAL || errno == ENOTSUP)

Completed in 8 milliseconds