/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
D | ioctl.S | 26 ENTRY (__ioctl) 34 SETUP_GP64_REG (a0, __ioctl) 39 PSEUDO_END (__ioctl) 41 libc_hidden_def (__ioctl) 42 weak_alias (__ioctl, ioctl)
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | ioctl.S | 22 ENTRY(__ioctl) 29 PSEUDO_END (__ioctl) 31 libc_hidden_def (__ioctl) 32 weak_alias (__ioctl, ioctl)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | ioctl.c | 25 __ioctl (int fd, unsigned long int request, ...) in __ioctl() function 44 libc_hidden_def (__ioctl) 45 weak_alias (__ioctl, ioctl) 48 strong_alias (__ioctl, __ioctl_time64)
|
D | tcsendbrk.c | 32 return __ioctl (fd, TCSBRK, 0); in tcsendbreak() 37 return __ioctl (fd, TCSBRKP, (duration + 99) / 100); in tcsendbreak()
|
D | ifreq.c | 45 if (__ioctl (fd, SIOCGIFCONF, &ifc) < 0 || ifc.ifc_len == 0) in __ifreq() 54 || (ifc.ifc_buf = newp, __ioctl (fd, SIOCGIFCONF, &ifc)) < 0) in __ifreq()
|
D | if_index.c | 54 if (__ioctl (fd, SIOCGIFINDEX, &ifr) < 0) in __if_nametoindex() 232 status = __ioctl (fd, SIOCGIFNAME, &ifr); in weak_alias()
|
D | tcflow.c | 27 return __ioctl (fd, TCXONC, action); in tcflow()
|
D | tcflush.c | 27 return __ioctl (fd, TCFLSH, queue_selector); in tcflush()
|
D | grantpt.c | 35 int ret = __ioctl (fd, TIOCGPTN, &ptyno); in grantpt()
|
/glibc-2.36/misc/ |
D | ioctl.c | 24 __ioctl (int fd, unsigned long int request, ...) in __ioctl() function 31 libc_hidden_def (__ioctl) 32 weak_alias (__ioctl, ioctl)
|
/glibc-2.36/sysdeps/unix/bsd/ |
D | tcsetattr.c | 50 return __ioctl (fd, TIOCSETA, termios_p); in tcsetattr() 53 return __ioctl (fd, TIOCSETAW, termios_p); in tcsetattr() 56 return __ioctl (fd, TIOCSETAF, termios_p); in tcsetattr()
|
D | tcsendbrk.c | 44 if (__ioctl (fd, TIOCSBRK, (void *) NULL) < 0) in tcsendbreak() 52 return __ioctl (fd, TIOCCBRK, (void *) NULL); in tcsendbreak()
|
D | tcflow.c | 32 return __ioctl (fd, TIOCSTOP, (void *) NULL); in tcflow() 34 return __ioctl (fd, TIOCSTART, (void *) NULL); in tcflow()
|
D | gtty.c | 25 return __ioctl (fd, TIOCGETP, (void *) params); in gtty()
|
D | stty.c | 25 return __ioctl (fd, TIOCSETP, (void *) params); in stty()
|
D | tcdrain.c | 25 return __ioctl (fd, TIOCDRAIN); in __libc_tcdrain()
|
D | tcgetpgrp.c | 29 if (__ioctl (fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
|
D | tcsetpgrp.c | 27 return __ioctl (fd, TIOCSPGRP, &pgrp_id); in __tcsetpgrp()
|
/glibc-2.36/sysdeps/gnu/ |
D | ifaddrs.c | 93 if (__ioctl (fd, SIOCGIFFLAGS, ifr) < 0) in __getifaddrs() 99 if (__ioctl (fd, SIOCGIFNETMASK, ifr) < 0) in __getifaddrs() 110 if (__ioctl (fd, SIOCGIFBRDADDR, ifr) < 0) in __getifaddrs() 120 if (__ioctl (fd, SIOCGIFDSTADDR, ifr) < 0) in __getifaddrs()
|
/glibc-2.36/include/sys/ |
D | ioctl.h | 7 extern int __ioctl (int __fd, unsigned long int __request, ...); 8 libc_hidden_proto (__ioctl)
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | if_index.c | 47 if (__ioctl (fd, SIOCGIFINDEX, &ifr) < 0) in __if_nametoindex() 132 || __ioctl (fd, SIOCGIFINDEX, ifr) < 0) in weak_alias() 178 if (__ioctl (fd, SIOCGIFNAME, &ifr) < 0) in weak_alias()
|
D | ioctl.c | 40 __ioctl (int fd, unsigned long int request, ...) in __ioctl() function 341 libc_hidden_def (__ioctl) 342 weak_alias (__ioctl, ioctl)
|
/glibc-2.36/login/ |
D | openpty.c | 110 terminal = __ioctl (ptmx, TIOCGPTPEER, O_RDWR | O_NOCTTY); in __openpty() 130 __ioctl (terminal, TIOCSWINSZ, winp); in __openpty()
|
/glibc-2.36/sysdeps/unix/ |
D | sockatmark.c | 27 return __ioctl (fd, SIOCATMARK, &answ) == -1 ? -1 : answ; in sockatmark()
|
/glibc-2.36/nscd/ |
D | res_hconf.c | 5 #define __ioctl ioctl macro
|