Searched refs:ui (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A Dui_locl.h1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
62 #include <openssl/ui.h>
80 int (*ui_open_session)(UI *ui);
82 int (*ui_write_string)(UI *ui, UI_STRING *uis);
86 int (*ui_flush)(UI *ui);
88 int (*ui_read_string)(UI *ui, UI_STRING *uis);
90 int (*ui_close_session)(UI *ui);
98 char *(*ui_construct_prompt)(UI *ui, const char *object_desc,
H A Dui_util.c1 /* crypto/ui/ui_util.c -*- mode:C; c-file-style: "eay" -*- */
72 UI *ui; local
77 ui = UI_new();
78 if (ui)
80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
85 ok=UI_process(ui);
86 UI_free(ui);
H A Dui.h1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
85 void UI_free(UI *ui);
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
134 int UI_add_verify_string(UI *ui, const char *prompt, int flags,
136 int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
138 int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc,
141 int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc,
144 int UI_add_info_string(UI *ui, cons
[all...]
H A Dui_lib.c1 /* crypto/ui/ui_lib.c -*- mode:C; c-file-style: "eay" -*- */
63 #include <openssl/ui.h>
117 void UI_free(UI *ui) argument
119 if (ui == NULL)
121 sk_UI_STRING_pop_free(ui->strings,free_string);
122 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_UI, ui, &ui->ex_data);
123 OPENSSL_free(ui);
126 static int allocate_string_stack(UI *ui) argument
128 if (ui
139 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
165 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
190 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
243 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
251 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
270 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
277 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
296 UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) argument
304 UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) argument
364 UI_add_info_string(UI *ui, const char *text) argument
370 UI_dup_info_string(UI *ui, const char *text) argument
388 UI_add_error_string(UI *ui, const char *text) argument
394 UI_dup_error_string(UI *ui, const char *text) argument
411 UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) argument
446 UI_add_user_data(UI *ui, void *user_data) argument
453 UI_get0_user_data(UI *ui) argument
458 UI_get0_result(UI *ui, int i) argument
473 print_error(const char *str, size_t len, UI *ui) argument
487 UI_process(UI *ui) argument
549 UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)(void)) argument
607 UI_get_method(UI *ui) argument
612 UI_set_method(UI *ui, const UI_METHOD *meth) argument
641 UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)) argument
652 UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) argument
663 UI_method_set_flusher(UI_METHOD *method, int (*flusher)(UI *ui)) argument
674 UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis)) argument
685 UI_method_set_closer(UI_METHOD *method, int (*closer)(UI *ui)) argument
696 UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name)) argument
845 UI_set_result(UI *ui, UI_STRING *uis, const char *result) argument
[all...]
H A Dui_openssl.c1 /* crypto/ui/ui_openssl.c -*- mode:C; c-file-style: "eay" -*- */
316 static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl);
318 static int read_string(UI *ui, UI_STRING *uis);
319 static int write_string(UI *ui, UI_STRING *uis);
321 static int open_console(UI *ui);
322 static int echo_console(UI *ui);
323 static int noecho_console(UI *ui);
324 static int close_console(UI *ui);
345 static int write_string(UI *ui, UI_STRING *uis) argument
360 static int read_string(UI *ui, UI_STRIN argument
416 read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl) argument
482 open_console(UI *ui) argument
531 noecho_console(UI *ui) argument
553 echo_console(UI *ui) argument
575 close_console(UI *ui) argument
[all...]
H A Dui_compat.h1 /* crypto/ui/ui.h -*- mode:C; c-file-style: "eay" -*- */
63 #include <openssl/ui.h>
H A DMakefile2 # OpenSSL/crypto/ui/Makefile
5 DIR= ui
29 EXHEADER= ui.h ui_compat.h
83 ui_compat.o: ../../include/openssl/stack.h ../../include/openssl/ui.h
90 ui_err.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h ui_err.c
97 ui_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
105 ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
111 ui_util.o: ../../include/openssl/ui.h ui_locl.h ui_util.c
H A Dui_err.c1 /* crypto/ui/ui_err.c */
63 #include <openssl/ui.h>
/freebsd-10.0-release/contrib/atf/atf-version/
H A Datf-version.cpp38 #include "atf-c++/detail/ui.hpp"
63 using atf::ui::format_text;
64 using atf::ui::format_text_with_tag;
/freebsd-10.0-release/usr.sbin/sa/
H A Dusrdb.c184 struct userinfo uistore, *ui = &uistore; local
193 memcpy(ui, data.data, sizeof(struct userinfo));
196 user_from_uid(ui->ui_uid, 0), (uintmax_t)ui->ui_calls);
198 t = (ui->ui_utime + ui->ui_stime) / 1000000;
204 /* ui->ui_calls is always != 0 */
207 ui->ui_io / ui->ui_calls, "avio");
209 printf("%12.0f%s", ui
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Devp_key.c64 #include <openssl/ui.h>
100 UI *ui; local
104 ui = UI_new();
105 UI_add_input_string(ui,prompt,0,buf,min,(len>=BUFSIZ)?BUFSIZ-1:len);
107 UI_add_verify_string(ui,prompt,0,
109 ret = UI_process(ui);
110 UI_free(ui);
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dui.hpp36 namespace ui { namespace in namespace:atf
102 } // namespace ui
H A DMakefile.am.inc47 atf-c++/detail/ui.cpp \
48 atf-c++/detail/ui.hpp
H A Dapplication.cpp50 #include "ui.hpp"
225 os << ui::format_text_with_tag(std::string(m_prog_name) + " [options]" +
227 << ui::format_text(m_description) << "\n\n";
249 os << ui::format_text_with_tag(opt.m_description, tag, false,
257 os << ui::format_text("For more details please see " + m_manpage +
308 std::cerr << ui::format_error(m_prog_name, e.what()) << "\n"
309 << ui::format_info(m_prog_name, std::string("Type `") +
320 std::cerr << ui::format_error(m_prog_name, std::string(e.what()))
328 std::cerr << ui::format_error(m_prog_name, std::string("Caught "
337 std::cerr << ui
[all...]
/freebsd-10.0-release/lib/libstand/
H A Dudp.c105 struct udpiphdr *ui; local
110 ui = (struct udpiphdr *)ip;
111 bzero(&ui->ui_x1, sizeof(ui->ui_x1));
112 ui->ui_len = uh->uh_ulen;
113 uh->uh_sum = in_cksum(ui, len);
235 struct udpiphdr *ui; local
246 ui = (struct udpiphdr *)ip;
247 bzero(&ui->ui_x1, sizeof(ui
[all...]
/freebsd-10.0-release/crypto/heimdal/include/
H A Dcrypto-headers.h19 #include <openssl/ui.h>
46 #include <hcrypto/ui.h>
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-ldp.c255 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; local
477 ui = EXTRACT_32BITS(tptr);
480 ui&0x3fffffff,
481 ui&0x80000000 ? "Fatal error" : "Advisory Notification",
482 ui&0x40000000 ? "do" : "don't");
483 ui = EXTRACT_32BITS(tptr);
485 if (ui)
486 printf(", causing Message ID: 0x%08x", ui);
499 ui = EXTRACT_32BITS(tptr);
500 if (ui)
[all...]
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_enc.c222 unsigned long ui; local
233 for (ui=0; ui<l; ui++) printf(" %02x", rec->input[ui]);
/freebsd-10.0-release/contrib/gcc/
H A Dfp-test.c76 volatile unsigned int ui; variable
119 ui = f1;
130 f1 = ui;
165 ui = d1;
176 d1 = ui;
211 ui = D1;
222 D1 = ui;
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A DMakefile114 cbc_cksm.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
120 cbc_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
127 cfb64ede.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
133 cfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
139 cfb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
145 des_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
151 des_old.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
157 des_old2.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
163 ecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
170 ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui
[all...]
H A Dread2pwd.c114 #include <openssl/ui.h>
/freebsd-10.0-release/kerberos5/include/
H A Dcrypto-headers.h12 #include <openssl/ui.h>
/freebsd-10.0-release/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c619 u_int ui; local
651 ui = (u_int)va_arg(ap, int);
652 if (ui < (int)ui) {
653 ui = -ui;
656 s = __uitoa(nbuf, ui, 10);
672 ui = (u_int)va_arg(ap, u_int);
673 s = __uitoa(nbuf, ui, 8);
692 ui
748 __uitoa(char *buf, u_int ui, int base) argument
[all...]
/freebsd-10.0-release/sys/boot/sparc64/boot1/
H A Dboot1.c599 u_int ui; local
631 ui = (u_int)va_arg(ap, int);
632 if (ui < (int)ui) {
633 ui = -ui;
636 s = __uitoa(nbuf, ui, 10);
652 ui = (u_int)va_arg(ap, u_int);
653 s = __uitoa(nbuf, ui, 8);
672 ui
728 __uitoa(char *buf, u_int ui, int base) argument
[all...]
/freebsd-10.0-release/sys/sys/
H A Dresourcevar.h107 #define UIDINFO_VMSIZE_LOCK(ui) mtx_lock(&((ui)->ui_vmsize_mtx))
108 #define UIDINFO_VMSIZE_UNLOCK(ui) mtx_unlock(&((ui)->ui_vmsize_mtx))

Completed in 131 milliseconds

1234