Searched refs:ENOTTY (Results 1 – 25 of 32) sorted by relevance
12
/glibc-2.36/sysdeps/mach/hurd/ |
D | ptsname.c | 54 errno = ENOTTY; in __ptsname_internal() 55 return ENOTTY; in __ptsname_internal() 61 err = ENOTTY; in __ptsname_internal()
|
D | if_index.c | 51 if (saved_errno == EINVAL || saved_errno == ENOTTY) in __if_nametoindex() 182 if (saved_errno == EINVAL || saved_errno == ENOTTY) in weak_alias()
|
D | ttyname.c | 36 err = ENOTTY; in ttyname()
|
D | ttyname_r.c | 38 err = ENOTTY; in __ttyname_r()
|
D | ioctl.c | 234 if (result != -1 || errno != ENOTTY) in __ioctl() 334 err = ENOTTY; in __ioctl()
|
/glibc-2.36/sysdeps/posix/ |
D | ttyname_r.c | 91 return ENOTTY; in getttyname_r() 120 __set_errno (ENOTTY); in __ttyname_r() 121 return ENOTTY; in __ttyname_r()
|
/glibc-2.36/login/ |
D | tst-ptsname.c | 83 result |= do_single_test (fd, buf, sizeof (buf), ENOTTY); in do_test() 94 result |= do_single_test (fd, buf, sizeof (buf), ENOTTY); in do_test()
|
/glibc-2.36/sysdeps/unix/ |
D | grantpt.c | 53 if (rv == ENOTTY) in pts_name() 121 if (save_errno == ENOTTY) in grantpt()
|
/glibc-2.36/hurd/ |
D | hurdioctl.c | 68 err = ENOTTY; in fioctl() 118 return __hurd_fail (ENOTTY); in fioclex()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 61 ENOTTY = 0x40000019, /* Inappropriate ioctl for device */ enumerator 258 #define ENOTTY 0x40000019 macro
|
/glibc-2.36/sysdeps/unix/bsd/ |
D | unlockpt.c | 35 if (errno == ENOTTY) in unlockpt()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | grantpt.c | 36 if (ret != 0 && errno == ENOTTY) in grantpt()
|
D | unlockpt.c | 32 if (ret != 0 && errno == ENOTTY) in unlockpt()
|
D | ttyname_r.c | 87 return ENOTTY; in getttyname_r()
|
/glibc-2.36/termios/ |
D | tcgetsid.c | 59 __set_errno (ENOTTY); in tcgetsid()
|
/glibc-2.36/io/ |
D | tst-ttyname_r.c | 36 if (res != ENOTTY) in do_test()
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 130 #ifdef ENOTTY in do_test() 131 TEST_COMPARE_STRING (strerrordesc_np (ENOTTY), in do_test() 133 TEST_COMPARE_STRING (strerrorname_np (ENOTTY), "ENOTTY"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 166 #ifdef ENOTTY 170 _S(ENOTTY, N_("Inappropriate ioctl for device"))
|
/glibc-2.36/posix/ |
D | tst-spawn6.c | 191 run_subprogram (argc, argv, &attr, &actions, -1, ENOTTY); in run_test()
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 98 macro-int-constant ENOTTY {int} > 0
|
/glibc-2.36/manual/ |
D | terminal.texi | 107 @item ENOTTY 309 @item ENOTTY 368 @item ENOTTY 1706 @item ENOTTY 1737 @item ENOTTY 1781 @item ENOTTY 1836 @vindex ENOTTY 1837 @item ENOTTY
|
D | job.texi | 1224 @item ENOTTY 1261 @item ENOTTY 1283 @item ENOTTY
|
D | errno.texi | 308 @deftypevr Macro int ENOTTY 310 @errno{ENOTTY, 25, Inappropriate ioctl for device}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.3 | 532 return code is zero. Translate MIG_BAD_ID or EOPNOTSUPP to ENOTTY.
|
D | ChangeLog.22 | 6350 hurd: make ptsname fail with ENOTTY on non-master-pty 7169 bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTY 9934 Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)
|
12