Home
last modified time | relevance | path

Searched refs:oterm (Results 1 – 25 of 148) sorted by relevance

123456

/dports/editors/mg/mg-6.9/
H A Dcurterm.c87 TERMINAL *oterm; in set_curterm() local
91 oterm = cur_term; in set_curterm()
133 return oterm; in set_curterm()
140 if (oterm == NULL) in del_curterm()
142 free(oterm->_area); in del_curterm()
143 free(oterm->strs); in del_curterm()
144 free(oterm->nums); in del_curterm()
145 free(oterm->flags); in del_curterm()
147 free(oterm->_buf); in del_curterm()
148 free(oterm); in del_curterm()
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/grub/include/grub/
H A Dterminfo.h30 grub_term_output_t oterm);
31 void grub_terminfo_cls (grub_term_output_t oterm);
32 void grub_terminfo_reverse_video_on (grub_term_output_t oterm);
33 void grub_terminfo_reverse_video_off (grub_term_output_t oterm);
34 void grub_terminfo_cursor_on (grub_term_output_t oterm);
35 void grub_terminfo_cursor_off (grub_term_output_t oterm);
/dports/net/owamp/owamp-3.3/I2util/I2util/
H A Dreadpassphrase.c86 struct termios term, oterm; in I2ReadPassPhrase() local
127 if (tcgetattr(input, &oterm) == 0) { in I2ReadPassPhrase()
128 memcpy(&term, &oterm, sizeof(term)); in I2ReadPassPhrase()
138 memset(&oterm, 0, sizeof(oterm)); in I2ReadPassPhrase()
162 if (memcmp(&term, &oterm, sizeof(term)) != 0) in I2ReadPassPhrase()
163 (void)tcsetattr(input, TCSANOW|TCSASOFT, &oterm); in I2ReadPassPhrase()
206 struct termios term, oterm; in I2ReadPassPhraseAlloc() local
241 if (tcgetattr(input, &oterm) == 0) { in I2ReadPassPhraseAlloc()
242 memcpy(&term, &oterm, sizeof(term)); in I2ReadPassPhraseAlloc()
252 memset(&oterm, 0, sizeof(oterm)); in I2ReadPassPhraseAlloc()
[all …]
/dports/security/asignify/asignify-1.0/src/
H A Dreadpassphrase_compat.h58 struct termios term, oterm; in readpassphrase() local
93 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
94 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
101 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
102 oterm.c_lflag |= ECHO; in readpassphrase()
146 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
147 while (tcsetattr(input, TCSAFLUSH, &oterm) == -1 && in readpassphrase()
/dports/ports-mgmt/pkg/pkg-1.17.5/src/
H A Dreadpassphrase_compat.h58 struct termios term, oterm; in readpassphrase() local
93 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
94 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
101 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
102 oterm.c_lflag |= ECHO; in readpassphrase()
146 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
147 while (tcsetattr(input, TCSAFLUSH, &oterm) == -1 && in readpassphrase()
/dports/security/libfido2/libfido2-1.9.0/openbsd-compat/
H A Dreadpassphrase.c65 struct termios term, oterm; in readpassphrase() local
98 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
99 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
110 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
111 oterm.c_lflag |= ECHO; in readpassphrase()
155 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
159 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dreadpassphrase.c45 struct termios term, oterm; in readpassphrase() local
80 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
81 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
90 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
91 oterm.c_lflag |= ECHO; in readpassphrase()
135 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
139 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/
H A Dreadpassphrase.c72 struct termios term, oterm; in readpassphrase() local
121 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
122 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
133 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
134 oterm.c_lflag |= ECHO; in readpassphrase()
167 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
168 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/security/libressl/libressl-3.4.3/apps/nc/compat/
H A Dreadpassphrase.c69 struct termios term, oterm; in readpassphrase() local
118 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
119 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
130 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
131 oterm.c_lflag |= ECHO; in readpassphrase()
162 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
163 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/security/libressl-static/libressl-3.3.5/apps/nc/compat/
H A Dreadpassphrase.c69 struct termios term, oterm; in readpassphrase() local
118 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
119 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
130 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
131 oterm.c_lflag |= ECHO; in readpassphrase()
162 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
163 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dreadpassphrase.c59 struct termios term, oterm; in readpassphrase() local
108 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
109 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
120 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
121 oterm.c_lflag |= ECHO; in readpassphrase()
150 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
151 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/www/obhttpd/libressl-3.4.1/apps/nc/compat/
H A Dreadpassphrase.c69 struct termios term, oterm; in readpassphrase() local
118 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
119 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
130 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
131 oterm.c_lflag |= ECHO; in readpassphrase()
162 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
163 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/security/tor/tor-0.4.6.8/src/ext/
H A Dreadpassphrase.c72 struct termios term, oterm; in readpassphrase() local
121 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
122 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
133 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
134 oterm.c_lflag |= ECHO; in readpassphrase()
167 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
168 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/security/signify/outils-0.10/src/liboutils/
H A Dreadpassphrase.c59 struct termios term, oterm; in readpassphrase() local
108 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
109 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
120 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
121 oterm.c_lflag |= ECHO; in readpassphrase()
150 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
151 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/security/proxytunnel/proxytunnel-1.10.20210604/
H A Dreadpassphrase.c77 struct termios term, oterm; in readpassphrase() local
122 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
123 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
134 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
135 oterm.c_lflag |= ECHO; in readpassphrase()
169 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
170 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dreadpassphrase.c59 struct termios term, oterm; in readpassphrase() local
94 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
95 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
106 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
107 oterm.c_lflag |= ECHO; in readpassphrase()
151 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
155 while (tcsetattr(input, TCSAFLUSH|TCSASOFT, &oterm) == -1 && in readpassphrase()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/encfs/
H A Dreadpassphrase.cpp72 struct termios term, oterm; in readpassphrase() local
113 if (tcgetattr(input, &oterm) == 0) { in readpassphrase()
114 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
126 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
158 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
159 (void)tcsetattr(input, _T_FLUSH, &oterm); in readpassphrase()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/replacements/
H A Dreadpassphrase.c102 struct termios term, oterm; in tds_readpassphrase() local
147 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in tds_readpassphrase()
148 memcpy(&term, &oterm, sizeof(term)); in tds_readpassphrase()
159 memset(&oterm, 0, sizeof(oterm)); in tds_readpassphrase()
160 oterm.c_lflag |= ECHO; in tds_readpassphrase()
185 if (memcmp(&term, &oterm, sizeof(term)) != 0) in tds_readpassphrase()
186 (void)tcsetattr(input, _T_FLUSH, &oterm); in tds_readpassphrase()
/dports/databases/freetds/freetds-1.3.4/src/replacements/
H A Dreadpassphrase.c102 struct termios term, oterm; in tds_readpassphrase() local
147 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in tds_readpassphrase()
148 memcpy(&term, &oterm, sizeof(term)); in tds_readpassphrase()
159 memset(&oterm, 0, sizeof(oterm)); in tds_readpassphrase()
160 oterm.c_lflag |= ECHO; in tds_readpassphrase()
185 if (memcmp(&term, &oterm, sizeof(term)) != 0) in tds_readpassphrase()
186 (void)tcsetattr(input, _T_FLUSH, &oterm); in tds_readpassphrase()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/replacements/
H A Dreadpassphrase.c102 struct termios term, oterm; in tds_readpassphrase() local
147 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in tds_readpassphrase()
148 memcpy(&term, &oterm, sizeof(term)); in tds_readpassphrase()
159 memset(&oterm, 0, sizeof(oterm)); in tds_readpassphrase()
160 oterm.c_lflag |= ECHO; in tds_readpassphrase()
185 if (memcmp(&term, &oterm, sizeof(term)) != 0) in tds_readpassphrase()
186 (void)tcsetattr(input, _T_FLUSH, &oterm); in tds_readpassphrase()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/replacements/
H A Dreadpassphrase.c102 struct termios term, oterm; in readpassphrase() local
147 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
148 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
159 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
160 oterm.c_lflag |= ECHO; in readpassphrase()
185 if (memcmp(&term, &oterm, sizeof(term)) != 0) in readpassphrase()
186 (void)tcsetattr(input, _T_FLUSH, &oterm); in readpassphrase()
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dterm.c89 static struct termios oterm; variable
148 if (tcsetattr_nobg(fd, flags, &oterm) != 0) in sudo_term_restore_v1()
165 if (!changed && tcgetattr(fd, &oterm) != 0) in sudo_term_noecho_v1()
167 (void) memcpy(&term, &oterm, sizeof(term)); in sudo_term_noecho_v1()
189 if (!changed && tcgetattr(fd, &oterm) != 0) in sudo_term_raw_v1()
191 (void) memcpy(&term, &oterm, sizeof(term)); in sudo_term_raw_v1()
213 if (!changed && tcgetattr(fd, &oterm) != 0) in sudo_term_cbreak_v1()
215 (void) memcpy(&term, &oterm, sizeof(term)); in sudo_term_cbreak_v1()
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dgetpass.c50 struct termios oterm, term; in nmh_getpass() local
67 (void)tcgetattr(fileno(fin), &oterm); in nmh_getpass()
68 term = oterm; /* Save original info */ in nmh_getpass()
82 (void)tcsetattr(fileno(fin), TCSANOW, &oterm); in nmh_getpass()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive_fe/
H A Dpassphrase.c173 struct termios term, oterm; in readpassphrase() local
208 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
209 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
220 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
221 oterm.c_lflag |= ECHO; in readpassphrase()
270 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
274 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive_fe/
H A Dpassphrase.c171 struct termios term, oterm; in readpassphrase() local
221 if (input != STDIN_FILENO && tcgetattr(input, &oterm) == 0) { in readpassphrase()
222 memcpy(&term, &oterm, sizeof(term)); in readpassphrase()
233 memset(&oterm, 0, sizeof(oterm)); in readpassphrase()
234 oterm.c_lflag |= ECHO; in readpassphrase()
267 if (memcmp(&term, &oterm, sizeof(term)) != 0) { in readpassphrase()
268 while (tcsetattr(input, _T_FLUSH, &oterm) == -1 && in readpassphrase()

123456