/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | pkg_config_test.sh | 46 atf_check -s eq:0 -o save:stdout -e empty -x \ 48 ver1=$(cat stdout) 51 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}" 52 ver2=$(cat stdout) 82 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c 83 cc=$(cat stdout) 107 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c 108 cflags=$(cat stdout) 111 atf_check -s eq:0 -o save:stdout -e empty \ 113 ldflags=$(cat stdout) [all...] |
H A D | utils_test.c | 76 fflush(stdout); 90 fflush(stdout); 104 fflush(stdout); 118 fflush(stdout); 235 fprintf(stdout, "Should not get into child\n"); 239 fprintf(stdout, "Child stdout\n"); 251 ATF_REQUIRE_STREQ("Child stdout\n", buffer); 350 fflush(stdout); 388 fprintf(stdout, "Som [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | pkg_config_test.sh | 46 atf_check -s eq:0 -o save:stdout -e empty -x \ 48 ver1=$(cat stdout) 51 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}" 52 ver2=$(cat stdout) 82 atf_check -s eq:0 -o save:stdout -e empty \ 84 cxx=$(cat stdout) 106 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c++ 107 cxxflags=$(cat stdout) 110 atf_check -s eq:0 -o save:stdout -e empty \ 112 ldflags=$(cat stdout) [all...] |
/bind-9.6-ESV-R11/bin/tests/ |
H A D | inter_test.c | 49 fprintf(stdout, "isc_interfaceiter_current: %s", 53 fprintf(stdout, "%s %d %x\n", ifdata.name, ifdata.af, 59 fprintf(stdout, "address = %s (zone %u)\n", 63 fprintf(stdout, "address = %s\n", 68 fprintf(stdout, "netmask = %s\n", res == NULL ? "BAD" : res); 73 fprintf(stdout, "dstaddress = %s\n", 80 fprintf(stdout, "isc_interfaceiter_next: %s", 87 fprintf(stdout, "\nPass 2\n\n"); 96 fprintf(stdout, "isc_interfaceiter_current: %s", 100 fprintf(stdout, " [all...] |
H A D | compress_test.c | 114 fprintf(stdout, "Allowed = %s\n", s); 140 fprintf(stdout, "%02x", 143 fputs("\n", stdout); 146 fputs("\n", stdout); 148 fputs(" ", stdout); 177 fprintf(stdout, "%02x", 180 fputs("\n", stdout); 183 fputs("\n", stdout); 185 fputs(" ", stdout); 187 fputs("\n", stdout); [all...] |
H A D | master_test.c | 49 fprintf(stdout, "%.*s\n", (int)target.used, 52 fprintf(stdout, "dns_rdataset_totext: %s\n", 80 fprintf(stdout, "dns_name_fromtext: %s\n", 91 fprintf(stdout, "dns_master_loadfile: %s\n",
|
H A D | rdata_test.c | 315 fprintf(stdout, "viastruct: tostruct %d %d return %s\n", 582 fprintf(stdout, "viastruct: tostruct %d %d return %s\n", 592 fprintf(stdout, 602 fprintf(stdout, "viastruct: memcmp failed\n"); 604 fprintf(stdout, "%d %d\n", 610 fprintf(stdout, "%02x %02x\n", 973 if (debug) fprintf(stdout, "token.type = %d\n", token.type); 990 fprintf(stdout, 994 fflush(stdout); 998 fprintf(stdout, "typ [all...] |
H A D | cfg_test.c | 52 (void) fwrite(text, 1, textlen, stdout); 150 fflush(stdout); 151 if (ferror(stdout)) {
|
H A D | keyboard_test.c | 57 fflush(stdout);
|
H A D | serial_test.c | 43 fprintf(stdout, "%u %u gt:%d lt:%d ge:%d le:%d eq:%d ne:%d\n",
|
H A D | zone_test.c | 182 fprintf(stdout, "zone_test "); 183 fflush(stdout); 188 fprintf(stdout, "\n"); 200 dns_zone_dumptostream(zone, stdout); 312 isc_mem_stats(mctx, stdout);
|
H A D | lex_test.c | 140 print_token(&token, stdout); 156 isc_mem_stats(mctx, stdout);
|
H A D | journalprint.c | 80 result = dns_journal_print(mctx, file, stdout);
|
H A D | lwresconf_test.c | 93 isc_mem_stats(mem, stdout);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-config/ |
H A D | integration_test.sh | 55 atf_check -s eq:0 -o save:stdout -e empty atf-config 57 test "$(wc -l stdout | awk '{ print $1 }')" = "${all_vars_no}" 59 atf_check -s eq:0 -o ignore -e empty grep "${v}" stdout 71 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \ 74 test "$(wc -l stdout | awk '{ print $1 }')" = 1 87 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \ 90 test "$(wc -l stdout | awk '{ print $1 }')" = 1 91 atf_check -s eq:0 -o save:stdout -e empty cut -d ' ' -f 3- stdout 92 atf_check -s eq:0 -o empty -e empty mv stdout expou [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | gen.c | 242 fprintf(stdout, "\n#define %s \\\n", name); 243 fprintf(stdout, "\tswitch (%s) { \\\n" /*}*/, tsw); 248 fprintf(stdout, "\t\tdefault: break; \\\n"); 250 fprintf(stdout, 252 fputs(/*{*/ "\t\t} \\\n", stdout); 253 fputs("\t\tbreak; \\\n", stdout); 257 fprintf(stdout, "\tcase %d: switch (%s) { \\\n" /*}*/, 262 fprintf(stdout, 267 fprintf(stdout, 272 fputs(" \\\n", stdout); [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf_check_test.sh | 42 atf_check -s eq:0 -o save:stdout -e save:stderr -x \ 44 grep 'Executing command.*true' stdout >/dev/null || \ 47 atf_check -s eq:0 -o save:stdout -e save:stderr -x \ 49 grep 'Executing command.*false' stdout >/dev/null || \ 57 "stdout and the expected stdout if the two do not" \ 64 atf_check -s eq:1 -o save:stdout -e save:stderr -x \ 66 grep 'Executing command.*echo bar' stdout >/dev/null || \ 68 grep 'stdout does not match golden output' stderr >/dev/null || \ 69 atf_fail "atf_check does not print the stdout heade [all...] |
/bind-9.6-ESV-R11/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 54 sys.stdout.write("Usage: " + sys.argv[0] + " [-n number] " + \ 56 sys.stdout.write(" [-m MAXSIZE] [-f zone-file]\n") 108 sys.stdout.write(make_domain(gen_random_label())) 110 sys.stdout.write(make_domain(gen.choice(domains))) 112 sys.stdout.write(make_domain(gen_random_label())) 113 sys.stdout.write("\n")
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | tcap.c | 305 tc_init (stdout, term); 313 tc_attr (stdout, TC_BOLD, 1); 315 tc_attr (stdout, TC_BOLD, 0); 318 tc_attr (stdout, i, 1); 320 tc_attr (stdout, i, 0); 323 tc_attr (stdout, (i | TC_BOLD), 1); 325 tc_attr (stdout, (i | TC_BOLD), 0); 327 tc_attr (stdout, (i | TC_ITALIC), 1); 329 tc_attr (stdout, (i | TC_ITALIC), 0); 331 tc_attr (stdout, ( [all...] |
H A D | zkt.c | 75 tc_attr (stdout, TC_BOLD, 1); 86 tc_attr (stdout, TC_BOLD, 0); 117 tc_attr (stdout, color, 1); 119 tc_attr (stdout, color, 0); 127 tc_attr (stdout, color, 1); 143 tc_attr (stdout, color, 0); 213 dki_prt_trustedkey (dkp, stdout); 241 dki_prt_trustedkey (dkp, stdout); 263 dki_prt_trustedkey (dkp, stdout); 290 dki_prt_comment (dkp, stdout); [all...] |
H A D | dnssec-zkt.c | 311 printconfig ("stdout", config); 377 dki_prt_dnskey (dkp, stdout); 630 fprintf (stdout, "ksk_rollover:\n"); 631 fprintf (stdout, "\t domain = %s\n", keyname); 632 fprintf (stdout, "\t phase = %d\n", parent_phase); 633 fprintf (stdout, "\t parent_file %s %s\n", path, parent_exist ? "exist": "not exist"); 635 fprintf (stdout, "\t age of parent_file %d %s\n", parent_age, str_delspace (age2str (parent_age))); 636 fprintf (stdout, "\t # of active key signing keys %d\n", ksk); 637 fprintf (stdout, "\t parent_propagation %d %s\n", parent_propagation, str_delspace (age2str (parent_propagation))); 638 fprintf (stdout, "\ [all...] |
H A D | zkt-keyman.c | 537 fprintf (stdout, "ksk_rollover:\n"); 538 fprintf (stdout, "\t domain = %s\n", keyname); 539 fprintf (stdout, "\t phase = %d\n", parent_phase); 540 fprintf (stdout, "\t parent_file %s %s\n", path, parent_exist ? "exist": "not exist"); 542 fprintf (stdout, "\t age of parent_file %d %s\n", parent_age, str_delspace (age2str (parent_age))); 543 fprintf (stdout, "\t # of active key signing keys %d\n", ksk); 544 fprintf (stdout, "\t parent_propagation %d %s\n", parent_propagation, str_delspace (age2str (parent_propagation))); 545 fprintf (stdout, "\t keys ttl %d %s\n", key_ttl, age2str (key_ttl)); 550 dki_prt_dnskey (dkp, stdout); 557 fprintf (stdout, "creat [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | process_helpers.c | 74 fprintf(stdout, "Line 1 to stdout for %s\n", id); 75 fprintf(stdout, "Line 2 to stdout for %s\n", id); 108 else if (strcmp(argv[1], "stdout-stderr") == 0) {
|
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | testsuite | 1017 # | | + stdout - stdout of current AT_CHECK 1269 # Copy the files in the list on stdout with a "> " prefix, and exit the shell 1473 at_stdout=$at_job_dir/stdout 2055 echo stdout:; cat "$at_stdout" 2116 echo stdout:; cat "$at_stdout" 2168 echo stdout:; cat "$at_stdout" 2233 echo stdout:; cat "$at_stdout" 2298 echo stdout:; cat "$at_stdout" 2377 echo stdout [all...] |
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | os.c | 122 * Try to set stdin, stdout, and stderr to /dev/null, but press 130 if (devnullfd != _fileno(stdout)) { 131 close(_fileno(stdout)); 132 (void)_dup2(devnullfd, _fileno(stdout)); 149 devnullfd != _fileno(stdout) &&
|