/external/autotest/client/tests/rtc/src/ |
D | rtctest.c | 66 if (errno == ENOTTY) { in main() 149 if (errno == ENOTTY) { in main() 198 if (errno == ENOTTY) { in main() 216 if (errno == ENOTTY) { in main()
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 91 &fd, INVAL_IOCTL, &termio, ENOTTY}, 94 &fd1, TCGETA, &termio, ENOTTY},
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 97 ENOTTY, "ENOTTY", ENOTTY}, {
|
D | 4-1.c | 92 ENOTTY, "ENOTTY"}, {
|
D | 3-1-buildonly.c | 78 int dummy61 = ENOTTY;
|
/external/libcxx/include/ |
D | errno.h | 308 #ifndef ENOTTY 309 #define ENOTTY 9958 macro
|
D | __errc | 48 inappropriate_io_control_operation, // ENOTTY 145 inappropriate_io_control_operation = ENOTTY,
|
/external/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 194 tdat[testno].experrno = ENOTTY; in setup0() 215 tdat[testno].experrno = ENOTTY; in setup1()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 261 #ifndef ENOTTY 262 #error ENOTTY not defined
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 29 #define ENOTTY 25 /* Not a typewriter */ macro
|
/external/e2fsprogs/resize/ |
D | online.c | 158 if ((errno != ENOTTY) && (errno != EINVAL)) { in online_resize_fs() 179 else if (errno == ENOTTY) in online_resize_fs()
|
/external/libusb/msvc/ |
D | errno.h | 49 #define ENOTTY 25 /* Inappropriate I/O control operation */ macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 313 # ifndef ENOTTY 314 # define ENOTTY 25 macro 529 inappropriate_io_control_operation = ENOTTY,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 351 #ifdef ENOTTY in errno2name() 352 CASE(ENOTTY); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 351 #ifdef ENOTTY in errno2name() 352 CASE(ENOTTY); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 351 #ifdef ENOTTY in errno2name() 352 CASE(ENOTTY); in errno2name()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 33 ENOTTY = 25 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 28 #define ENOTTY 25 /* Not a typewriter */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 42 case ENOTTY: // Inappropriate I/O control operation in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 37 ENOTTY = 25 variable
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx04.c | 126 if (errno == ENOTTY) in caid_flags_setup()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 422 #ifdef ENOTTY 423 { "ENOTTY", (unsigned long) ENOTTY },
|
/external/u-boot/lib/ |
D | errno_str.c | 39 ERRNO_MSG(ENOTTY, "Not a typewriter"),
|
/external/ltp/lib/ |
D | errnos.h | 57 PAIR(ENOTTY) in tst_strerrno()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 1203 Action<int(void)> a = SetErrnoAndReturn(ENOTTY, -5); in TEST_F() 1205 EXPECT_EQ(ENOTTY, errno); in TEST_F() 1210 Action<int*(void)> a = SetErrnoAndReturn(ENOTTY, &x); in TEST_F() 1212 EXPECT_EQ(ENOTTY, errno); in TEST_F()
|