Lines Matching refs:result
72 a buffer for the result to end up with, a minimum input size and a maximum
73 input size (the result buffer MUST be large enough to be able to contain
75 functions takes another buffer to compare the result against.
81 flag argument as for the string input is taken, as well as a result buffer.
82 The result buffer is required to be at least one byte long. Depending on
84 will be stored in the first byte of the result buffer. No NUL will be
85 added, so the result is *not* a string.
176 /* Return the result associated with a prompt given with the index i. */
342 /* Return the result of a prompt */
346 * Return the string to test the result against. Only useful with verifies.
349 /* Return the required minimum size of the result */
351 /* Return the required maximum size of the result */
353 /* Set the result of a UI_STRING. */
354 int UI_set_result(UI *ui, UI_STRING *uis, const char *result);
355 int UI_set_result_ex(UI *ui, UI_STRING *uis, const char *result, int len);