/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/ |
H A D | ui_err.c | 17 {ERR_PACK(ERR_LIB_UI, UI_F_CLOSE_CONSOLE, 0), "close_console"}, 18 {ERR_PACK(ERR_LIB_UI, UI_F_ECHO_CONSOLE, 0), "echo_console"}, 19 {ERR_PACK(ERR_LIB_UI, UI_F_GENERAL_ALLOCATE_BOOLEAN, 0), 21 {ERR_PACK(ERR_LIB_UI, UI_F_GENERAL_ALLOCATE_PROMPT, 0), 23 {ERR_PACK(ERR_LIB_UI, UI_F_NOECHO_CONSOLE, 0), "noecho_console"}, 24 {ERR_PACK(ERR_LIB_UI, UI_F_OPEN_CONSOLE, 0), "open_console"}, 25 {ERR_PACK(ERR_LIB_UI, UI_F_UI_CONSTRUCT_PROMPT, 0), "UI_construct_prompt"}, 26 {ERR_PACK(ERR_LIB_UI, UI_F_UI_CREATE_METHOD, 0), "UI_create_method"}, 27 {ERR_PACK(ERR_LIB_UI, UI_F_UI_CTRL, 0), "UI_ctrl"}, 28 {ERR_PACK(ERR_LIB_UI, UI_F_UI_DUP_ERROR_STRING, 0), "UI_dup_error_string"}, [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/ |
H A D | ui_err.c | 18 {ERR_PACK(ERR_LIB_UI, 0, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS), 20 {ERR_PACK(ERR_LIB_UI, 0, UI_R_INDEX_TOO_LARGE), "index too large"}, 21 {ERR_PACK(ERR_LIB_UI, 0, UI_R_INDEX_TOO_SMALL), "index too small"}, 22 {ERR_PACK(ERR_LIB_UI, 0, UI_R_NO_RESULT_BUFFER), "no result buffer"}, 23 {ERR_PACK(ERR_LIB_UI, 0, UI_R_PROCESSING_ERROR), "processing error"}, 24 {ERR_PACK(ERR_LIB_UI, 0, UI_R_RESULT_TOO_LARGE), "result too large"}, 25 {ERR_PACK(ERR_LIB_UI, 0, UI_R_RESULT_TOO_SMALL), "result too small"}, 26 {ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSASSIGN_ERROR), "sys$assign error"}, 27 {ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSDASSGN_ERROR), "sys$dassgn error"}, 28 {ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSQIOW_ERROR), "sys$qiow error"}, [all …]
|
H A D | ui_lib.c | 28 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_new_method() 34 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_new_method() 105 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_prompt() 108 ERR_raise(ERR_LIB_UI, UI_R_NO_RESULT_BUFFER); in general_allocate_prompt() 160 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_boolean() 162 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_boolean() 166 ERR_raise(ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS); in general_allocate_boolean() 214 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_dup_input_string() 242 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_dup_verify_string() 273 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_dup_input_boolean() [all …]
|
H A D | ui_openssl.c | 459 ERR_raise_data(ERR_LIB_UI, UI_R_UNKNOWN_TTYGET_ERRNO_VALUE, in open_console() 470 ERR_raise_data(ERR_LIB_UI, UI_R_SYSASSIGN_ERROR, in open_console() 504 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR, in noecho_console() 536 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR, in echo_console() 563 ERR_raise_data(ERR_LIB_UI, UI_R_SYSDASSGN_ERROR, in close_console()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | err.h | 84 # define ERR_LIB_UI 40 macro 124 # define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),OPENSSL_FILE,OPENSSL_LINE) 190 # define ERR_R_UI_LIB ERR_LIB_UI/* 40 */
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | err.h.in | 103 # define ERR_LIB_UI 40 macro 169 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL) 339 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | err.c | 66 {ERR_PACK(ERR_LIB_UI, 0, 0), "UI routines"},
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | err.c | 60 {ERR_PACK(ERR_LIB_UI, 0, 0), "UI routines"},
|