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

  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_openssl.c 45 #if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
70 * There are 6 types of terminal interface supported, TERMIO, TERMIOS, VMS,
73 * If someone defines one of the macros TERMIO, TERMIOS or SGTTY, it will
81 #if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
85 #define TERMIO
94 #undef TERMIO
102 #undef TERMIO
114 #ifdef TERMIO
115 #include <termio.h>
116 #define TTY_STRUCT struct termio
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
oread_pwd.c 65 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
101 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
106 #undef TERMIO
110 #if defined(linux) && !defined(TERMIO)
112 #define TERMIO
118 #define TERMIO
122 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
124 #undef TERMIO
130 #undef TERMIO
142 #ifdef TERMIO
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_openssl.c 45 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
70 * There are 6 types of terminal interface supported, TERMIO, TERMIOS, VMS,
73 * If someone defines one of the macros TERMIO, TERMIOS or SGTTY, it will
81 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
85 # define TERMIO
94 # undef TERMIO
102 # undef TERMIO
114 # ifdef TERMIO
115 # include <termio.h>
116 # define TTY_STRUCT struct termio
    [all...]
  /src/crypto/external/bsd/openssl/lib/libdes/
oread_pwd.c 65 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
101 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
106 #undef TERMIO
110 #if defined(linux) && !defined(TERMIO)
112 #define TERMIO
118 #define TERMIO
122 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
124 #undef TERMIO
130 #undef TERMIO
142 #ifdef TERMIO
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_openssl.c 49 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
74 * There are 6 types of terminal interface supported, TERMIO, TERMIOS, VMS,
77 * If someone defines one of the macros TERMIO, TERMIOS or SGTTY, it will
85 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
89 # define TERMIO
98 # undef TERMIO
106 # undef TERMIO
118 # ifdef TERMIO
119 # include <termio.h>
120 # define TTY_STRUCT struct termio
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread_pwd.c 65 # if !defined(TERMIOS) && !defined(TERMIO) && !defined(SGTTY)
101 * TERMIO, TERMIOS, VMS, MSDOS and SGTTY
106 #undef TERMIO
110 #if defined(linux) && !defined(TERMIO)
112 #define TERMIO
118 #define TERMIO
122 #if !defined(TERMIO) && !defined(TERMIOS) && !defined(VMS) && !defined(MSDOS) && !defined(MAC_OS_pre_X) && !defined(MAC_OS_GUSI_SOURCE)
124 #undef TERMIO
130 #undef TERMIO
142 #ifdef TERMIO
    [all...]

Completed in 29 milliseconds