Searched refs:input (Results 1 - 25 of 56) sorted by relevance

123

/bind-9.11.3/bin/tests/
H A Dfromhex.pl10 # (This can be used, for example, to construct input for "wire_data -d".)
29 my $input = "";
33 $input .= $line;
36 $input =~ s/\s+//g;
37 my $data = pack("H*", $input);
H A Dwire_test.c53 fprintf(stderr, "bad input format: %02x\n", c);
64 fprintf(stderr, "\t-d\tRead input as raw binary data\n");
103 isc_buffer_t *input = NULL; local
179 result = isc_buffer_allocate(mctx, &input, 64 * 1024);
184 result = isc_buffer_reserve(&input, 1);
186 isc_buffer_putuint8(input, (isc_uint8_t) c);
208 fprintf(stderr, "bad input format: %lu\n",
218 result = isc_buffer_reserve(&input, 1);
220 isc_buffer_putuint8(input, (isc_uint8_t) c);
229 while (isc_buffer_remaininglength(input) !
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dreader_test.cpp123 const char* input = local
139 do_parser_test< tps_reader >(input, exp_calls, exp_errors);
145 const char* input = local
169 do_parser_test< tps_reader >(input, exp_calls, exp_errors);
175 const char* input = local
247 do_parser_test< tps_reader >(input, exp_calls, exp_errors);
253 const char* input = local
337 do_parser_test< tps_reader >(input, exp_calls, exp_errors);
343 const char* input = local
393 do_parser_test< tps_reader >(input, exp_call
399 const char* input = local
460 const char* input = local
481 const char* input = local
502 const char* input = local
523 const char* input = local
546 const char* input = local
613 const char* input = local
684 const char* input = local
730 const char* input = local
756 const char* input = local
784 const char* input = local
805 const char* input = local
826 const char* input = local
847 const char* input = local
869 const char* input = local
891 const char* input = local
916 const char* input = local
939 const char* input = local
[all...]
H A Dconfig_file_test.cpp89 const char* input = local
103 do_parser_test< config_reader >(input, exp_calls, exp_errors);
109 const char* input = local
129 do_parser_test< config_reader >(input, exp_calls, exp_errors);
135 const char* input = local
171 do_parser_test< config_reader >(input, exp_calls, exp_errors);
177 const char* input = local
193 do_parser_test< config_reader >(input, exp_calls, exp_errors);
199 const char* input = local
214 do_parser_test< config_reader >(input, exp_call
220 const char* input = local
243 const char* input = local
266 const char* input = local
294 const char* input = local
[all...]
H A Datffile_test.cpp133 const char* input = local
147 do_parser_test< atffile_reader >(input, exp_calls, exp_errors);
153 const char* input = local
173 do_parser_test< atffile_reader >(input, exp_calls, exp_errors);
179 const char* input = local
215 do_parser_test< atffile_reader >(input, exp_calls, exp_errors);
221 const char* input = local
257 do_parser_test< atffile_reader >(input, exp_calls, exp_errors);
263 const char* input = local
310 do_parser_test< atffile_reader >(input, exp_call
316 const char* input = local
344 const char* input = local
367 const char* input = local
392 const char* input = local
442 const char* input = local
470 const char* input = local
[all...]
H A Dtest_helpers.hpp51 do_read(const char* input) argument
55 std::istringstream is(input);
108 do_parser_test(const char* input, const char* exp_calls[], argument
113 actual = test_helpers_detail::do_read< Reader >(input);
H A Dtest_program_test.cpp163 const char* input = local
185 do_parser_test< tp_reader >(input, exp_calls, exp_errors);
191 const char* input = local
219 do_parser_test< tp_reader >(input, exp_calls, exp_errors);
225 const char* input = local
251 do_parser_test< tp_reader >(input, exp_calls, exp_errors);
257 const char* input = local
274 do_parser_test< tp_reader >(input, exp_calls, exp_errors);
280 const char* input = local
294 do_parser_test< tp_reader >(input, exp_call
300 const char* input = local
323 const char* input = local
346 const char* input = local
368 const char* input = local
389 const char* input = local
410 const char* input = local
432 const char* input = local
454 const char* input = local
476 const char* input = local
499 const char* input = local
[all...]
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.11.3/lib/isc/
H A Dchacha_private.h17 u32 input[16]; /* could be compressed */ member in struct:__anon217
66 x->input[4] = U8TO32_LITTLE(k + 0);
67 x->input[5] = U8TO32_LITTLE(k + 4);
68 x->input[6] = U8TO32_LITTLE(k + 8);
69 x->input[7] = U8TO32_LITTLE(k + 12);
76 x->input[8] = U8TO32_LITTLE(k + 0);
77 x->input[9] = U8TO32_LITTLE(k + 4);
78 x->input[10] = U8TO32_LITTLE(k + 8);
79 x->input[11] = U8TO32_LITTLE(k + 12);
80 x->input[
[all...]
/bind-9.11.3/bin/tests/system/formerr/
H A Dformerr.pl13 # the standard input, in the form of a series of bytes in hexidecimal.
16 # For example, the following input would generate normal query for
68 my $input = "";
72 $input .= $line;
75 $input =~ s/\s+//g;
76 my $data = pack("H*", $input);
/bind-9.11.3/bin/tests/system/
H A Dpacket.pl13 # the standard input, in the form of a series of bytes in hexidecimal.
16 # For example, the following input would generate normal query for
72 my $input = "";
76 $input .= $line;
79 $input =~ s/\s+//g;
80 my $data = pack("H*", $input);
H A Dditch.pl52 my $input = "";
/bind-9.11.3/bin/tests/system/fetchlimit/
H A Dclean.sh13 rm -f burst.input.*
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c69 const char *input; member in struct:hash_testcase
196 while (testcase->input != NULL && testcase->result != NULL) {
200 (const isc_uint8_t *) testcase->input,
323 while (testcase->input != NULL && testcase->result != NULL) {
327 (const isc_uint8_t *) testcase->input,
455 while (testcase->input != NULL && testcase->result != NULL) {
459 (const isc_uint8_t *) testcase->input,
601 while (testcase->input != NULL && testcase->result != NULL) {
605 (const isc_uint8_t *) testcase->input,
748 while (testcase->input !
[all...]
H A Daes_test.c72 const char *input; member in struct:aes_testcase
129 len = fromhexstr(testcase->input, plaintext);
191 len = fromhexstr(testcase->input, plaintext);
259 len = fromhexstr(testcase->input, plaintext);
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dtime.h226 isc_time_parsehttptimestamp(char *input, isc_time_t *t);
228 * Parse the time in 'input' into the isc_time_t pointed to by 't',
281 isc_time_parsehttptimestamp(char *input, isc_time_t *t);
283 * Parse the time in 'input' into the isc_time_t pointed to by 't',
/bind-9.11.3/bin/tests/system/dnstap/
H A Dbad-fstrm-set-input-queue-size-max.conf10 fstrm-set-input-queue-size 1;
H A Dbad-fstrm-set-input-queue-size-min.conf10 fstrm-set-input-queue-size 16385;
H A Dbad-fstrm-set-input-queue-size-po2.conf10 fstrm-set-input-queue-size 513;
H A Dgood-fstrm-set-input-queue-size.conf10 fstrm-set-input-queue-size 512;
/bind-9.11.3/bin/tests/system/pipelined/
H A Dtests.sh16 $PIPEQUERIES < input > raw || ret=1
30 $MDIG +noall +answer +vc -f input -p 5300 -b 10.53.0.4 @10.53.0.4 > raw.mdig
56 $MDIG -4 -6 -f input @10.53.0.4 > output46.mdig 2>&1 && ret=1
63 $MDIG -4 -f input @fd92:7065:b8e:ffff::2 > output4.mdig 2>&1 && ret=1
/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c102 is_safe(const char *input) { argument
104 unsigned int len = strlen(input);
109 if (input[i] == '.') {
114 else if (input[i-1] == '.')
123 if (input[i] == '-')
126 if (input[i] >= '0' && input[i] <= '9')
129 if (input[i] >= 'A' && input[i] <= 'Z')
132 if (input[
[all...]
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c97 is_safe(const char *input) { argument
99 unsigned int len = strlen(input);
104 if (input[i] == '.') {
109 else if (input[i-1] == '.')
118 if (input[i] == '-')
121 if (input[i] >= '0' && input[i] <= '9')
124 if (input[i] >= 'A' && input[i] <= 'Z')
127 if (input[
[all...]
/bind-9.11.3/lib/isc/unix/include/isc/
H A Dtime.h317 isc_time_parsehttptimestamp(char *input, isc_time_t *t);
319 * Parse the time in 'input' into the isc_time_t pointed to by 't',
/bind-9.11.3/contrib/dlz/drivers/include/dlz/
H A Dsdlz_helper.h107 sdlzh_get_parameter_value(isc_mem_t *mctx, const char *input, const char* key);

Completed in 167 milliseconds

123