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

  /src/crypto/external/apache2/openssl/lib/libdes/
oread_pwd.c 139 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
147 #define TTY_set(tty,data) ioctl(tty,TCSETA,data)
155 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
313 #if defined(TTY_set) && !defined(VMS)
314 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
371 #if defined(TTY_set) && !defined(VMS)
372 if (ps >= 2) TTY_set(fileno(tty),&tty_orig);
  /src/crypto/external/bsd/openssl/lib/libdes/
oread_pwd.c 139 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
147 #define TTY_set(tty,data) ioctl(tty,TCSETA,data)
155 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
313 #if defined(TTY_set) && !defined(VMS)
314 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
371 #if defined(TTY_set) && !defined(VMS)
372 if (ps >= 2) TTY_set(fileno(tty),&tty_orig);
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread_pwd.c 139 #define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
147 #define TTY_set(tty,data) ioctl(tty,TCSETA,data)
155 #define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
313 #if defined(TTY_set) && !defined(VMS)
314 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1))
371 #if defined(TTY_set) && !defined(VMS)
372 if (ps >= 2) TTY_set(fileno(tty),&tty_orig);
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_openssl.c 111 #define TTY_set(tty, data) tcsetattr(tty, TCSANOW, data)
119 #define TTY_set(tty, data) ioctl(tty, TCSETA, data)
127 #define TTY_set(tty, data) ioctl(tty, TIOCSETP, data)
490 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
491 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
521 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
523 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_openssl.c 111 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
119 # define TTY_set(tty,data) ioctl(tty,TCSETA,data)
127 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
492 # if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
493 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
523 # if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
525 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_openssl.c 115 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
123 # define TTY_set(tty,data) ioctl(tty,TCSETA,data)
131 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
501 # if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
502 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))
538 # if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
540 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1))

Completed in 33 milliseconds