/third_party/ltp/lib/newlib_tests/ |
D | test_macros02.c | 33 TST_EXP_FAIL(fail_fn(), ENOTTY, "fail_fn()"); in do_test() 35 TST_EXP_FAIL(pass_fn(), ENOTTY, "pass_fn()"); in do_test() 37 TST_EXP_FAIL(inval_ret_fn(), ENOTTY, "inval_ret_fn()"); in do_test() 43 TST_EXP_FAIL2(fail_fn(), ENOTTY, "fail_fn()"); in do_test() 45 TST_EXP_FAIL2(pass_fn(), ENOTTY, "pass_fn"); in do_test() 47 TST_EXP_FAIL2(inval_ret_fn(), ENOTTY, "inval_ret_fn()"); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 46 {&fd, INVAL_IOCTL, &termio, ENOTTY}, 48 {&fd_file, TCGETA, &termio, ENOTTY},
|
D | ioctl_ns04.c | 34 if (errno == ENOTTY) in run()
|
D | ioctl_ns02.c | 35 if (errno == ENOTTY) in run()
|
D | ioctl_ns07.c | 32 if (errno == ENOTTY) in test_request()
|
D | ioctl_ns03.c | 36 if (errno == ENOTTY) { in run()
|
D | ioctl_ns01.c | 53 if (errno == ENOTTY) in test_ns_get_parent()
|
D | ioctl_ns06.c | 71 if (errno == ENOTTY) in run()
|
D | ioctl_ns05.c | 73 if (errno == ENOTTY) { in run()
|
/third_party/boost/boost/ |
D | cerrno.hpp | 243 #ifndef ENOTTY 244 #define ENOTTY 9958 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 97 ENOTTY, "ENOTTY", ENOTTY}, {
|
D | 4-1.c | 92 ENOTTY, "ENOTTY"}, {
|
/third_party/musl/src/unistd/ |
D | isatty.c | 11 if (errno != EBADF) errno = ENOTTY; in isatty()
|
/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 194 tdat[testno].experrno = ENOTTY; in setup0() 215 tdat[testno].experrno = ENOTTY; in setup1()
|
/third_party/eudev/src/shared/ |
D | terminal-util.c | 83 return -ENOTTY; in open_terminal()
|
/third_party/e2fsprogs/resize/ |
D | online.c | 158 if ((errno != ENOTTY) && (errno != EINVAL)) { in online_resize_fs() 179 else if (errno == ENOTTY) in online_resize_fs()
|
/third_party/libuv/include/uv/ |
D | errno.h | 430 #if defined(ENOTTY) && !defined(_WIN32) 431 # define UV__ENOTTY UV__ERR(ENOTTY)
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_handle_request.c | 222 (error != ENOTTY) && in usb_handle_iface_request() 239 (error != ENOTTY) && in usb_handle_iface_request() 258 } else if (error == ENOTTY) { in usb_handle_iface_request()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | pty.c | 82 EXPECT_EQ("ptsname_r_0300", ret, ENOTTY); in ptsname_r_0300()
|
/third_party/e2fsprogs/lib/e2p/ |
D | fsetflags.c | 106 if (errno == ENOTTY) in fsetflags()
|
D | fgetflags.c | 104 if (errno == ENOTTY) in fgetflags()
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx04.c | 82 if (TST_RET == -1 && TST_ERR == ENOTTY) in setup()
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 25 #define ENOTTY 25 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 25 #define ENOTTY 25 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 26 #define ENOTTY 25 macro
|