Searched refs:input_str (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/tests/lib/libcurses/director/
H A Dtestlang_parse.y80 static char *input_str; /* string to feed in as input */
1107 input_str);
1110 if (input_str == NULL)
1118 p = input_str;
1152 free(input_str);
1153 input_str = NULL;
1390 if (input_str != NULL) {
1392 free(input_str);
1395 if ((input_str = strdup(s)) == NULL)
1402 if (input_str !
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates_test.cpp53 /// \param input_str The input document to which to apply the templates.
56 do_test_ok(const text::templates_def& templates, const std::string& input_str, argument
59 std::istringstream input(input_str);
73 /// \param input_str The input document to which to apply the templates.
76 do_test_fail(const text::templates_def& templates, const std::string& input_str, argument
79 std::istringstream input(input_str);
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dm_options.c138 }, input_str[] = {
182 input_str,
264 NSEARCH(input_str);
136 }, input_str[] = { variable

Completed in 201 milliseconds