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

  /src/external/gpl3/gdb/dist/gnulib/import/
at-func.c 23 # ifndef ENOTSUP
24 # define ENOTSUP EINVAL
78 errno = ENOTSUP;
errno.in.h 67 # ifndef ENOTSUP
68 # define ENOTSUP 129
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
212 # ifndef ENOTSUP
213 # define ENOTSUP 2007
  /src/external/gpl3/gdb.old/dist/gnulib/import/
at-func.c 23 # ifndef ENOTSUP
24 # define ENOTSUP EINVAL
78 errno = ENOTSUP;
errno.in.h 67 # ifndef ENOTSUP
68 # define ENOTSUP 129
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
212 # ifndef ENOTSUP
213 # define ENOTSUP 2007
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
stdio.c 111 * OpenBSD has deprecated ENOTSUP in favor of EOPNOTSUPP.
113 #if defined(EOPNOTSUPP) && !defined(ENOTSUP)
114 #define ENOTSUP EOPNOTSUPP
124 * result in EINVAL / ENOTSUP.
126 if (r == 0 || errno == EINVAL || errno == ENOTSUP)
  /src/external/mpl/bind/dist/lib/isc/
stdio.c 122 * OpenBSD has deprecated ENOTSUP in favor of EOPNOTSUPP.
124 #if defined(EOPNOTSUPP) && !defined(ENOTSUP)
125 #define ENOTSUP EOPNOTSUPP
126 #endif /* if defined(EOPNOTSUPP) && !defined(ENOTSUP) */
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
stdio.c 126 * OpenBSD has deprecated ENOTSUP in favor of EOPNOTSUPP.
128 #if defined(EOPNOTSUPP) && !defined(ENOTSUP)
129 #define ENOTSUP EOPNOTSUPP
130 #endif /* if defined(EOPNOTSUPP) && !defined(ENOTSUP) */
  /src/external/gpl3/binutils/dist/libctf/
ctf-subr.c 29 #ifndef ENOTSUP
30 #define ENOTSUP ENOSYS
145 errno = ENOTSUP;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-subr.c 29 #ifndef ENOTSUP
30 #define ENOTSUP ENOSYS
145 errno = ENOTSUP;
  /src/external/gpl3/gdb/dist/libctf/
ctf-subr.c 29 #ifndef ENOTSUP
30 #define ENOTSUP ENOSYS
145 errno = ENOTSUP;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-subr.c 29 #ifndef ENOTSUP
30 #define ENOTSUP ENOSYS
145 errno = ENOTSUP;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfeature.c 231 return (SET_ERROR(ENOTSUP));
256 return (SET_ERROR(ENOTSUP));
262 return (SET_ERROR(ENOTSUP));
280 return (SET_ERROR(ENOTSUP));
394 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP);
468 ASSERT(err == 0 || err == ENOTSUP);
483 ASSERT(err == 0 || err == ENOTSUP);
506 ASSERT(err == 0 || err == ENOTSUP);
  /src/external/gpl2/diffutils/dist/lib/
c-stack.c 38 #ifndef ENOTSUP
39 # define ENOTSUP EINVAL
176 errno = ENOTSUP;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 181 #ifndef ENOTSUP
182 #define ENOTSUP 9926
  /src/sys/sys/
errno.h 153 #define ENOTSUP 86 /* Not supported */
  /src/lib/libc/time/
private.h 268 #ifndef ENOTSUP
269 # define ENOTSUP EINVAL
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 25 /* mingw.org's MinGW doesn't have ENOTSUP. */
26 #ifndef ENOTSUP
27 # define ENOTSUP ENOSYS
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 25 /* mingw.org's MinGW doesn't have ENOTSUP. */
26 #ifndef ENOTSUP
27 # define ENOTSUP ENOSYS
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 25 /* mingw.org's MinGW doesn't have ENOTSUP. */
26 #ifndef ENOTSUP
27 # define ENOTSUP ENOSYS
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 25 /* mingw.org's MinGW doesn't have ENOTSUP. */
26 #ifndef ENOTSUP
27 # define ENOTSUP ENOSYS
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 25 /* mingw.org's MinGW doesn't have ENOTSUP. */
26 #ifndef ENOTSUP
27 # define ENOTSUP ENOSYS
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 25 /* mingw.org's MinGW doesn't have ENOTSUP. */
26 #ifndef ENOTSUP
27 # define ENOTSUP ENOSYS
1296 *err = ENOTSUP;

Completed in 45 milliseconds