HomeSort by: relevance | last modified time | path
    Searched refs:TIOCGETP (Results 1 - 22 of 22) sorted by relevancy

  /src/lib/libcompat/4.1/
gtty.c 49 * #define gtty(fd, tty) ioctl(fd, TIOCGETP, tty)
60 return (ioctl(fd, TIOCGETP, tty));
  /src/external/bsd/openldap/dist/include/ac/
termios.h 45 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop))
  /src/bin/ksh/
tty.c 29 ret = ioctl(fd, TIOCGETP, &ts->sgttyb);
  /src/sys/sys/
ioctl_compat.h 65 * Structure for TIOCGETP and TIOCSETP ioctls.
88 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
  /src/external/gpl2/texinfo/dist/info/
terminal.c 570 # if defined (TIOCGETP)
574 if (ioctl (fileno (stdout), TIOCGETP, &sg) != -1)
581 # endif /* !TIOCGETP */
768 ioctl (tty, TIOCGETP, &ttybuff);
855 ioctl (tty, TIOCGETP, &ttybuff);
  /src/external/bsd/top/dist/
screen.c 340 if (ioctl(STDOUT, TIOCGETP, &old_settings) == -1)
367 if (ioctl(STDOUT, TIOCGETP, &old_settings) != -1)
  /src/distrib/utils/more/
screen.c 209 (void)ioctl(2, TIOCGETP, &s);
  /src/usr.sbin/sliplogin/
sliplogin.c 306 if (ioctl(STDIN_FILENO, TIOCGETP, (caddr_t)&tty) < 0) {
307 syslog(LOG_ERR, "ioctl (TIOCGETP): %m");
  /src/usr.bin/resize/
resize.c 468 rc = ioctl(tty, TIOCGETP, &sgorig);
  /src/external/bsd/ntp/dist/ntpd/
refclock_leitch.c 335 if (ioctl(fd232, TIOCGETP, &ttyb) < 0) {
337 "leitch_start: ioctl(%s, TIOCGETP): %m", leitchdev);
ntp_refclock.c 1195 if (ioctl(fd, TIOCGETP, (char *)ttyp) < 0) {
1198 "refclock_setup fd %d TIOCGETP: %m",
  /src/sys/compat/common/
tty_43.c 128 case TIOCGETP: {
  /src/external/bsd/less/dist/
screen.c 609 #ifdef TIOCGETP
620 ioctl(tty, TIOCGETP, &s);
configure 3900 Autoconf TIOCGETP
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1971 unsigned IOCTL_TIOCGETP = TIOCGETP;
sanitizer_interceptors_ioctl_netbsd.inc 1050 _(TIOCGETP, WRITE, struct_sgttyb_sz);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 1049 _(TIOCGETP, WRITE, struct_sgttyb_sz);
sanitizer_platform_limits_netbsd.cpp 2134 unsigned IOCTL_TIOCGETP = TIOCGETP;
  /src/external/bsd/ntp/dist/sntp/libevent/
configure 5657 Autoconf TIOCGETP
  /src/external/bsd/libevent/dist/
configure 5031 Autoconf TIOCGETP
  /src/external/gpl2/lvm2/dist/
configure 3682 Autoconf TIOCGETP
  /src/external/gpl2/texinfo/dist/
configure 3197 Autoconf TIOCGETP

Completed in 128 milliseconds