Searched defs:input_flags (Results 1 - 2 of 2) sorted by last modified time

/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A Dui_lib.c139 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
H A Dui_locl.h106 int input_flags; /* Flags from the user */ member in struct:ui_string_st

Completed in 51 milliseconds