Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 1 – 14 of 14) sorted by relevance

/external/kernel-headers/original/asm-generic/
Derrno-base.h28 #define ENOTTY 25 /* Not a typewriter */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h315 # ifndef ENOTTY
316 # define ENOTTY 25 macro
520 inappropriate_io_control_operation = ENOTTY,
/external/openssl/crypto/des/
Dread_pwd.c309 #ifdef ENOTTY in des_read_pw()
310 if (errno == ENOTTY) in des_read_pw()
DVERSION13 when redirection is used. So I now catch that as well as ENOTTY.
/external/openssl/crypto/ui/
Dui_openssl.c505 #ifdef ENOTTY in open_console()
506 if (errno == ENOTTY) in open_console()
/external/openssh/openbsd-compat/
Dreadpassphrase.c83 errno = ENOTTY; in readpassphrase()
/external/e2fsprogs/resize/
Donline.c76 else if (errno == ENOTTY) in online_resize_fs()
/external/chromium/testing/gmock/test/
Dgmock-actions_test.cc1202 Action<int(void)> a = SetErrnoAndReturn(ENOTTY, -5); in TEST_F()
1204 EXPECT_EQ(ENOTTY, errno); in TEST_F()
1209 Action<int*(void)> a = SetErrnoAndReturn(ENOTTY, &x); in TEST_F()
1211 EXPECT_EQ(ENOTTY, errno); in TEST_F()
/external/ppp/pppd/
Dsys-linux.c1202 if (errno != EIO && errno != ENOTTY) in tty_send_config()
1222 if (ioctl(ppp_fd, PPPIOCSXASYNCMAP, accm) < 0 && errno != ENOTTY) { in tty_set_xaccm()
1246 if (errno != EIO && errno != ENOTTY) in tty_recv_config()
1254 if (errno != EIO && errno != ENOTTY) in tty_recv_config()
1306 if (errno == ENOTTY) in set_filters()
Dsys-solaris.c1198 if (errno != ENOTTY)
/external/valgrind/main/include/vki/
Dvki-darwin.h546 #define VKI_ENOTTY ENOTTY
/external/libxml2/
DxmlIO.c368 #ifdef ENOTTY in __xmlIOErr()
369 else if (errno == ENOTTY) code = XML_IO_ENOTTY; in __xmlIOErr()
/external/qemu/
Dmonitor.c168 return -ENOTTY; in monitor_read_password()
3018 return -ENOTTY; in monitor_suspend()
/external/strace/
Dstrace.c2192 case ENOTTY: in trace()