HomeSort by relevance Sort by last modified time
    Searched defs:ENOTTY (Results 26 - 31 of 31) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/asm-generic/
errno-base.h 39 #define ENOTTY 25
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/asm-generic/
errno-base.h 39 #define ENOTTY 25
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/asm-generic/
errno-base.h 39 #define ENOTTY 25
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm-generic/
errno-base.h 39 #define ENOTTY 25
  /external/llvm/include/llvm/Support/
system_error.h 150 inappropriate_io_control_operation, // ENOTTY
313 # ifndef ENOTTY
314 # define ENOTTY 25
518 inappropriate_io_control_operation = ENOTTY,
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 120 public static final int ENOTTY = placeholder();
656 if (errno == ENOTTY) {
657 return "ENOTTY";

Completed in 530 milliseconds

12