Lines Matching refs:string
10 - User interface string parsing
20 UIT_PROMPT, /* Prompt for a string */
21 UIT_VERIFY, /* Prompt for a string and verify */
57 UI_get0_output_string() is used to retrieve the actual string to
71 UI_get0_test_string() is used to retrieve the string to compare the
97 It expects the string to be terminated with a NUL byte, and is therefore
102 UI_get_string_type() returns the UI string type.
104 UI_get_input_flags() returns the UI string flags.
106 UI_get0_output_string() returns the UI string output string.
108 UI_get0_action_string() returns the UI string action description
109 string for B<UIT_BOOLEAN> type UI strings, NULL for any other type.
111 UI_get0_result_string() returns the UI string result buffer for
115 UI_get_result_string_length() returns the UI string result buffer's
119 UI_get0_test_string() returns the UI string action description
120 string for B<UIT_VERIFY> type UI strings, NULL for any other type.
123 the UI string for B<UIT_PROMPT> and B<UIT_VERIFY> type strings,
127 the UI string for B<UIT_PROMPT> and B<UIT_VERIFY> type strings,
130 UI_set_result() returns 0 on success or when the UI string is of any