Home
last modified time | relevance | path

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

12

/glibc-2.36/sysdeps/mach/hurd/
Dptsname.c54 errno = ENOTTY; in __ptsname_internal()
55 return ENOTTY; in __ptsname_internal()
61 err = ENOTTY; in __ptsname_internal()
Dif_index.c51 if (saved_errno == EINVAL || saved_errno == ENOTTY) in __if_nametoindex()
182 if (saved_errno == EINVAL || saved_errno == ENOTTY) in weak_alias()
Dttyname.c36 err = ENOTTY; in ttyname()
Dttyname_r.c38 err = ENOTTY; in __ttyname_r()
Dioctl.c234 if (result != -1 || errno != ENOTTY) in __ioctl()
334 err = ENOTTY; in __ioctl()
/glibc-2.36/sysdeps/posix/
Dttyname_r.c91 return ENOTTY; in getttyname_r()
120 __set_errno (ENOTTY); in __ttyname_r()
121 return ENOTTY; in __ttyname_r()
/glibc-2.36/login/
Dtst-ptsname.c83 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/
Dgrantpt.c53 if (rv == ENOTTY) in pts_name()
121 if (save_errno == ENOTTY) in grantpt()
/glibc-2.36/hurd/
Dhurdioctl.c68 err = ENOTTY; in fioctl()
118 return __hurd_fail (ENOTTY); in fioclex()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h61 ENOTTY = 0x40000019, /* Inappropriate ioctl for device */ enumerator
258 #define ENOTTY 0x40000019 macro
/glibc-2.36/sysdeps/unix/bsd/
Dunlockpt.c35 if (errno == ENOTTY) in unlockpt()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dgrantpt.c36 if (ret != 0 && errno == ENOTTY) in grantpt()
Dunlockpt.c32 if (ret != 0 && errno == ENOTTY) in unlockpt()
Dttyname_r.c87 return ENOTTY; in getttyname_r()
/glibc-2.36/termios/
Dtcgetsid.c59 __set_errno (ENOTTY); in tcgetsid()
/glibc-2.36/io/
Dtst-ttyname_r.c36 if (res != ENOTTY) in do_test()
/glibc-2.36/stdio-common/
Dtest-strerr.c130 #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/
Derrlist.h166 #ifdef ENOTTY
170 _S(ENOTTY, N_("Inappropriate ioctl for device"))
/glibc-2.36/posix/
Dtst-spawn6.c191 run_subprogram (argc, argv, &attr, &actions, -1, ENOTTY); in run_test()
/glibc-2.36/conform/data/
Derrno.h-data98 macro-int-constant ENOTTY {int} > 0
/glibc-2.36/manual/
Dterminal.texi107 @item ENOTTY
309 @item ENOTTY
368 @item ENOTTY
1706 @item ENOTTY
1737 @item ENOTTY
1781 @item ENOTTY
1836 @vindex ENOTTY
1837 @item ENOTTY
Djob.texi1224 @item ENOTTY
1261 @item ENOTTY
1283 @item ENOTTY
Derrno.texi308 @deftypevr Macro int ENOTTY
310 @errno{ENOTTY, 25, Inappropriate ioctl for device}
/glibc-2.36/ChangeLog.old/
DChangeLog.3532 return code is zero. Translate MIG_BAD_ID or EOPNOTSUPP to ENOTTY.
DChangeLog.226350 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