Searched defs:input (Results 1 - 17 of 17) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp130 do_read(const char* input) argument
134 std::istringstream is(input);
156 do_parser_test(const char* input, const char* exp_calls[], argument
161 actual = test_helpers_detail::do_read< Reader >(input);
H A Dparser_test.cpp754 const char* input = local
767 do_parser_test< header_reader >(input, exp_calls, exp_errors);
773 const char* input = local
786 do_parser_test< header_reader >(input, exp_calls, exp_errors);
792 const char* input = local
805 do_parser_test< header_reader >(input, exp_calls, exp_errors);
811 const char* input = local
824 do_parser_test< header_reader >(input, exp_calls, exp_errors);
830 const char* input = local
843 do_parser_test< header_reader >(input, exp_call
849 const char* input = local
868 const char* input = local
887 const char* input = local
906 const char* input = local
925 const char* input = local
944 const char* input = local
963 const char* input = local
[all...]
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Dsdlz_helper.c494 sdlzh_get_parameter_value(isc_mem_t *mctx, const char *input, const char* key) argument
501 if (key == NULL || input == NULL || strlen(input) < 1)
509 keystart = strstr(input, key);
H A Ddlz_filesystem_driver.c111 is_safe(const char *input) { argument
113 unsigned int len = strlen(input);
118 if (input[i] == '.') {
123 else if (input[i-1] == '.')
132 if (input[i] == '-')
135 if (input[i] >= '0' && input[i] <= '9')
138 if (input[i] >= 'A' && input[i] <= 'Z')
141 if (input[
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dconfig_test.cpp85 const char* input = local
99 do_parser_test< config_reader >(input, exp_calls, exp_errors);
105 const char* input = local
125 do_parser_test< config_reader >(input, exp_calls, exp_errors);
131 const char* input = local
167 do_parser_test< config_reader >(input, exp_calls, exp_errors);
173 const char* input = local
189 do_parser_test< config_reader >(input, exp_calls, exp_errors);
195 const char* input = local
210 do_parser_test< config_reader >(input, exp_call
216 const char* input = local
239 const char* input = local
262 const char* input = local
290 const char* input = local
[all...]
H A Datffile_test.cpp132 const char* input = local
146 do_parser_test< atffile_reader >(input, exp_calls, exp_errors);
152 const char* input = local
172 do_parser_test< atffile_reader >(input, exp_calls, exp_errors);
178 const char* input = local
214 do_parser_test< atffile_reader >(input, exp_calls, exp_errors);
220 const char* input = local
256 do_parser_test< atffile_reader >(input, exp_calls, exp_errors);
262 const char* input = local
309 do_parser_test< atffile_reader >(input, exp_call
315 const char* input = local
343 const char* input = local
366 const char* input = local
391 const char* input = local
441 const char* input = local
469 const char* input = local
[all...]
H A Dtest_program_test.cpp160 const char* input = local
182 do_parser_test< tp_reader >(input, exp_calls, exp_errors);
188 const char* input = local
216 do_parser_test< tp_reader >(input, exp_calls, exp_errors);
222 const char* input = local
248 do_parser_test< tp_reader >(input, exp_calls, exp_errors);
254 const char* input = local
271 do_parser_test< tp_reader >(input, exp_calls, exp_errors);
277 const char* input = local
291 do_parser_test< tp_reader >(input, exp_call
297 const char* input = local
320 const char* input = local
343 const char* input = local
365 const char* input = local
386 const char* input = local
407 const char* input = local
429 const char* input = local
451 const char* input = local
473 const char* input = local
496 const char* input = local
[all...]
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c78 const char *input; member in struct:hash_testcase
204 while (testcase->input != NULL && testcase->result != NULL) {
208 (const isc_uint8_t *) testcase->input,
331 while (testcase->input != NULL && testcase->result != NULL) {
335 (const isc_uint8_t *) testcase->input,
463 while (testcase->input != NULL && testcase->result != NULL) {
467 (const isc_uint8_t *) testcase->input,
609 while (testcase->input != NULL && testcase->result != NULL) {
613 (const isc_uint8_t *) testcase->input,
756 while (testcase->input !
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c149 const int input = open(source, O_RDONLY); local
150 ATF_REQUIRE_MSG(input != -1, "Failed to open source file during "
159 while ((length = read(input, buffer, sizeof(buffer))) > 0)
165 ATF_REQUIRE_MSG(fstat(input, &sb) != -1,
172 close(input);
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader_test.cpp125 const char* input = local
141 do_parser_test< tps_reader >(input, exp_calls, exp_errors);
147 const char* input = local
171 do_parser_test< tps_reader >(input, exp_calls, exp_errors);
177 const char* input = local
249 do_parser_test< tps_reader >(input, exp_calls, exp_errors);
255 const char* input = local
339 do_parser_test< tps_reader >(input, exp_calls, exp_errors);
345 const char* input = local
395 do_parser_test< tps_reader >(input, exp_call
401 const char* input = local
462 const char* input = local
483 const char* input = local
504 const char* input = local
525 const char* input = local
548 const char* input = local
615 const char* input = local
686 const char* input = local
732 const char* input = local
758 const char* input = local
786 const char* input = local
807 const char* input = local
828 const char* input = local
849 const char* input = local
871 const char* input = local
893 const char* input = local
918 const char* input = local
941 const char* input = local
[all...]
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c816 char *input, *ptr; local
820 input = command;
823 ptr = next_token(&input, " \t");
827 ptr = next_token(&input, " \t");
/bind-9.6-ESV-R11/bin/dig/
H A Dnslookup.c746 char *input; local
761 input = buf;
762 ptr = next_token(&input, " \t\r\n");
765 arg = next_token(&input, " \t\r\n");
H A Ddig.c1498 char *input; local
1536 input = batchline;
1537 bargv[bargc] = next_token(&input, " \t\r\n");
1542 next_token(&input, " \t\r\n");
1705 input = batchline;
1706 bargv[bargc] = next_token(&input, " \t\r\n");
1709 bargv[bargc] = next_token(&input, " \t\r\n");
1755 char *input; local
1775 input = batchline;
1776 bargv[bargc] = next_token(&input, " \
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dlex.c46 void * input; member in struct:inputsource
193 void *input, const char *name)
205 source->input = input;
232 * Open 'filename' and make it the current input source for 'lex'.
252 * Make 'stream' the current input source for 'lex'.
267 * Make 'buffer' the current input source for 'lex'.
294 (void)fclose((FILE *)(source->input));
420 flockfile(source->input);
426 stream = source->input;
192 new_source(isc_lex_t *lex, isc_boolean_t is_file, isc_boolean_t need_close, void *input, const char *name) argument
[all...]
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c154 static FILE *input; variable
995 input = stdin;
998 "r", &input);
1794 cmdline = fgets(cmdlinebuf, MAXCMD, input);
1800 * Normalize input by removing any eol.
1807 if (feof(input))
2794 input = stdin;
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c271 " -d specifies the input data file (default: stdin)\n"
278 " -1 run through input only once (default: multiple iff limit given)\n"
279 " -b set input/output buffer size in kilobytes (default: %d k)\n"
331 * Set the input to be stdin (instead of a datafile)
1091 * Rewinds the input and clears reached_end_input if we have reached the
1092 * end of the input, but we are meant to run through it multiple times
1132 * Get the next non-comment line from the input file
1183 * Update configuration options from a line from the input file
1337 * Parse a query line from the input file
1346 parse_query(char *input, cha argument
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c4713 char *input, *ptr; local
4725 input = args;
4728 ptr = next_token(&input, " \t");
4733 zonetxt = next_token(&input, " \t");
4738 classtxt = next_token(&input, " \t");
4741 viewtxt = next_token(&input, " \t");

Completed in 74 milliseconds