HomeSort by relevance Sort by last modified time
    Searched defs:ENOTSUP (Results 1 - 25 of 36) sorted by null

1 2

  /bionic/libc/include/
errno.h 41 #ifndef ENOTSUP
42 /** On Linux, ENOTSUP and EOPNOTSUPP are the same despite POSIX saying they should be distinct. */
43 #define ENOTSUP EOPNOTSUPP
  /external/libcxx/include/
errno.h 182 #ifndef ENOTSUP
183 #define ENOTSUP 9926
  /bionic/libc/tzcode/
private.h 117 #ifndef ENOTSUP
118 # define ENOTSUP EINVAL
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 105 #define ENOTSUP __ENOTSUP /* 45 Operation not supported */