Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
H A D04-test_conf.t18 my %input_result = (
27 plan tests => 2 * scalar(keys %input_result);
29 foreach (sort keys %input_result) {
32 my $expected_path = data_file($input_result{$_});
45 "comparing the dump of $_ with $input_result{$_}");
H A D61-test_bio_prefix.t17 my %input_result = (
22 plan tests => 2 * scalar(keys %input_result);
24 foreach (sort keys %input_result) {
27 my $args_path = data_file($input_result{$_}->[0]);
28 my $expected_path = data_file($input_result{$_}->[1]);
/freebsd/contrib/dialog/
H A Dutil.c2721 if (dialog_vars.input_result) in dlg_clr_result()
2722 free(dialog_vars.input_result); in dlg_clr_result()
2724 dialog_vars.input_result = 0; in dlg_clr_result()
2743 || dialog_vars.input_result == 0 in dlg_set_result()
2749 dialog_vars.input_result = dlg_malloc(char, need); in dlg_set_result()
2750 assert_ptr(dialog_vars.input_result, "dlg_set_result"); in dlg_set_result()
2753 strcpy(dialog_vars.input_result, string ? string : ""); in dlg_set_result()
2755 return dialog_vars.input_result; in dlg_set_result()
2765 unsigned have = (dialog_vars.input_result in dlg_add_result()
2766 ? (unsigned) strlen(dialog_vars.input_result) in dlg_add_result()
[all …]
H A Ddialog.c822 if (dialog_vars.input_result != 0 in show_result()
823 && dialog_vars.input_result[0] != '\0') { in show_result()
824 fputs(dialog_vars.input_result, dialog_state.output); in show_result()
825 DLG_TRACE(("# input_result:\n%s\n", dialog_vars.input_result)); in show_result()
1812 dialog_vars.input_result = buffer; in init_result()
1813 dialog_vars.input_result[0] = '\0'; in init_result()
2098 if (dialog_vars.input_result != my_buffer) { in main()
2099 free(dialog_vars.input_result); in main()
2100 dialog_vars.input_result = 0; in main()
H A Dmenubox.c224 if (dialog_vars.input_result) in dlg_renamed_menutext()
225 dialog_vars.input_result[0] = '\0'; in dlg_renamed_menutext()
H A Ddialog.h531 char *input_result; member
H A DCHANGES909 input_result and input_length, eliminating the need for a caller to
913 dialog_vars.input_result, and ensure it is set to null after freeing
1298 for dialog_vars.input_result (Debian #336986).
1867 + use dialog_vars.input_result consistently to return the text which is
1872 + modify dialog.c to also write dialog_vars.input_result if the