Home
last modified time | relevance | path

Searched refs:UI (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/crypto/libressl/include/openssl/
H A Dui.h87 UI *UI_new(void);
88 UI *UI_new_method(const UI_METHOD *method);
89 void UI_free(UI *ui);
213 void *UI_get0_user_data(UI *ui);
216 const char *UI_get0_result(UI *ui, int i);
219 int UI_process(UI *ui);
248 int UI_set_ex_data(UI *r, int idx, void *arg);
249 void *UI_get_ex_data(UI *r, int idx);
254 const UI_METHOD *UI_get_method(UI *ui);
329 int (*writer)(UI *ui, UI_STRING *uis));
[all …]
H A Dossl_typ.h170 typedef struct ui_st UI; typedef
/dragonfly/crypto/libressl/crypto/ui/
H A Dui_lib.c71 UI *
77 UI *
80 UI *ret; in UI_new_method()
114 UI_free(UI *ui) in UI_free()
124 allocate_string_stack(UI *ui) in allocate_string_stack()
372 UI_get0_user_data(UI *ui) in UI_get0_user_data()
378 UI_get0_result(UI *ui, int i) in UI_get0_result()
394 UI *ui = arg; in print_error()
408 UI_process(UI *ui) in UI_process()
505 UI_get_ex_data(UI *r, int idx) in UI_get_ex_data()
[all …]
H A Dui_openssl.c148 static int read_string(UI *ui, UI_STRING *uis);
151 static int open_console(UI *ui);
152 static int echo_console(UI *ui);
153 static int noecho_console(UI *ui);
154 static int close_console(UI *ui);
174 write_string(UI *ui, UI_STRING *uis) in write_string()
189 read_string(UI *ui, UI_STRING *uis) in read_string()
296 open_console(UI *ui) in open_console()
326 noecho_console(UI *ui) in noecho_console()
337 echo_console(UI *ui) in echo_console()
[all …]
H A Dui_locl.h82 int (*ui_open_session)(UI *ui);
84 int (*ui_write_string)(UI *ui, UI_STRING *uis);
88 int (*ui_flush)(UI *ui);
90 int (*ui_read_string)(UI *ui, UI_STRING *uis);
92 int (*ui_close_session)(UI *ui);
100 char *(*ui_construct_prompt)(UI *ui, const char *object_desc,
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.h159 int ui_open(UI *ui);
160 int ui_read(UI *ui, UI_STRING *uis);
161 int ui_write(UI *ui, UI_STRING *uis);
162 int ui_close(UI *ui);
H A Dapps.c291 ui_open(UI *ui) in ui_open()
297 ui_read(UI *ui, UI_STRING *uis) in ui_read()
318 ui_write(UI *ui, UI_STRING *uis) in ui_write()
337 ui_close(UI *ui) in ui_close()
346 UI *ui = NULL; in password_callback()
/dragonfly/etc/mtree/
H A DBSD.include.dist293 UI
347 UI
/dragonfly/sys/netgraph/
H A DMakefile4 SUBDIR= UI \
/dragonfly/sys/netgraph7/
H A DMakefile4 SUBDIR= UI \
/dragonfly/contrib/file/magic/Magdir/
H A Dccf8 # i.e. it contains button UI and infrared pulse code definitions
/dragonfly/crypto/libressl/crypto/evp/
H A Devp_key.c104 UI *ui; in EVP_read_pw_string_min()
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h2203 #define mpz_cmp_ui(Z,UI) \ argument
2204 (__builtin_constant_p (UI) && (UI) == 0 \
2205 ? mpz_sgn (Z) : _mpz_cmp_ui (Z,UI))
2219 #define mpz_cmp_ui(Z,UI) _mpz_cmp_ui (Z,UI) argument
2220 #define mpz_cmp_si(Z,UI) _mpz_cmp_si (Z,UI) argument
/dragonfly/sys/netgraph/UI/
H A Dng_UI.c92 NETGRAPH_INIT(UI, &typestruct);
/dragonfly/sys/netgraph7/UI/
H A Dng_UI.c88 NETGRAPH_INIT(UI, &typestruct);
/dragonfly/lib/libnetgraph/
H A Ddebug.c112 COOKIE(UI),
/dragonfly/include/
H A DMakefile82 netgraph/UI netgraph/async netgraph/bpf netgraph/bridge \
89 netgraph7/UI netgraph7/async netgraph7/bpf \
/dragonfly/lib/libnetgraph7/
H A Ddebug.c125 COOKIE(UI),
/dragonfly/lib/libc/rpc/
H A DREADME35 interfaces of UI Threads to make certain interfaces thread-safe. These
/dragonfly/contrib/gdb-7/include/
H A Ddwarf2.def38 Programming Languages Special Interest Group (UI/PLSIG) and distributed
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-WPS103 The PIN value used in the commands must be processed by an UI to
/dragonfly/contrib/binutils-2.27/include/
H A Ddwarf2.def36 Programming Languages Special Interest Group (UI/PLSIG) and distributed
/dragonfly/nrelease/gui/root/.vim/plugin/
H A Dminibufexpl.vim568 " UI unless the list has changed.
1789 " 6.0.7 o Handling BufDelete autocmd so that the UI updates
1791 " the MBE UI.)
/dragonfly/contrib/binutils-2.34/include/
H A Ddwarf2.def36 Programming Languages Special Interest Group (UI/PLSIG) and distributed
/dragonfly/contrib/gcc-8.0/include/
H A Ddwarf2.def36 Programming Languages Special Interest Group (UI/PLSIG) and distributed

12