Home
last modified time | relevance | path

Searched refs:UIT_BOOLEAN (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/ui/
Dui_lib.c57 case UIT_BOOLEAN: in free_string()
107 || type == UIT_BOOLEAN) && result_buf == NULL) { in general_allocate_prompt()
258 ok_chars, cancel_chars, 0, UIT_BOOLEAN, in UI_add_input_boolean()
305 UIT_BOOLEAN, flags, result_buf); in UI_dup_input_boolean()
788 case UIT_BOOLEAN: in UI_get0_action_string()
807 case UIT_BOOLEAN: in UI_get0_result_string()
822 case UIT_BOOLEAN: in UI_get_result_string_length()
836 case UIT_BOOLEAN: in UI_get0_test_string()
854 case UIT_BOOLEAN: in UI_get_result_minsize()
869 case UIT_BOOLEAN: in UI_get_result_maxsize()
[all …]
Dui_util.c126 case UIT_BOOLEAN: in ui_read()
Dui_openssl.c218 case UIT_BOOLEAN: in write_string()
229 case UIT_BOOLEAN: in read_string()
/third_party/openssl/doc/man3/
DUI_STRING.pod22 UIT_BOOLEAN, /* Prompt for a yes/no response */
61 associated with a B<UIT_BOOLEAN> type B<UI_STRING>.
86 For B<UIT_BOOLEAN> type UI strings, this sets the first character of
109 string for B<UIT_BOOLEAN> type UI strings, NULL for any other type.
131 type other than B<UIT_PROMPT>, B<UIT_VERIFY> or B<UIT_BOOLEAN>, -1 on
/third_party/openssl/include/openssl/
Dui.h290 UIT_BOOLEAN, /* Prompt for a yes/no response */ enumerator
/third_party/openssl/apps/
Dapps.c211 case UIT_BOOLEAN: in ui_read()
241 case UIT_BOOLEAN: in ui_write()
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py17 UIT_BOOLEAN = 3 variable