Searched refs:child (Results 1 - 25 of 30) sorted by relevance

12

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp46 class child;
112 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
124 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
136 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
148 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
160 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
176 friend class child;
195 // The "child" type.
198 class child { class in namespace:atf::process
203 child for
[all...]
H A Dprocess.cpp280 // The "child" type.
283 impl::child::child(atf_process_child_t& c) : function in class:impl::child
289 impl::child::~child(void)
302 impl::child::wait(void)
315 impl::child::pid(void)
322 impl::child::stdout_fd(void)
328 impl::child::stderr_fd(void)
H A Dtest_helpers.hpp100 atf::process::child c = atf::process::fork(
/bind-9.11.3/bin/tests/system/stub/
H A Dclean.sh14 rm -f dig.out.ns3 ns3/child.example.st
H A Dtests.sh18 [ -f ns3/child.example.st ] && break
21 [ -f ns3/child.example.st ] || { status=1; echo "I:failed"; }
28 $DIG +tcp child.example. @10.53.0.3 axfr -p 5300 > dig.out.ns3 || ret=1
36 $DIG +tcp +norec data.child.example. \
47 $DIG +tcp +noauth +noadd data.child.example. @10.53.0.3 txt -p 5300 > dig.out.ns3 || ret=1
/bind-9.11.3/unit/atf-src/tools/
H A Dprocess.hpp52 class child;
108 child fork(void (*)(void*), OutStream, ErrStream, void*);
128 child fork(void (*)(void*), OutStream, ErrStream, void*);
144 child fork(void (*)(void*), OutStream, ErrStream, void*);
162 child fork(void (*)(void*), OutStream, ErrStream, void*);
180 child fork(void (*)(void*), OutStream, ErrStream, void*);
200 friend class child;
219 // The "child" type.
222 class child { class in namespace:tools::process
231 child for
[all...]
H A Dprocess.cpp412 // The "child" type.
415 impl::child::child(const pid_t pid_arg, const int stdout_fd_arg, function in class:impl::child
424 impl::child::~child(void)
438 impl::child::wait(void)
443 throw system_error(IMPL_NAME "::child::wait", "Failed waiting for "
456 impl::child::pid(void)
463 impl::child::stdout_fd(void)
469 impl::child
[all...]
H A Dtest-program.cpp654 tools::process::child child = local
660 tools::io::pistream outin(child.stdout_fd());
665 const tools::process::status status = child.wait();
742 tools::process::child child = local
754 const pid_t child_pid = child.pid();
757 tools::io::file_handle outfh = child.stdout_fd();
758 tools::io::file_handle errfh = child.stderr_fd();
777 tools::process::status status = child
[all...]
H A Dsignals_test.cpp249 tools::process::child c =
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c127 atf_process_child_t child; local
137 RE(atf_process_fork(&child, run_h_tc_child, &outb, &errb, &data));
141 RE(atf_process_child_wait(&child, &status));
H A Dprocess_test.c59 * issues stream-specific hooks before fork, while the child is running and
60 * after the child terminates. We then provide test cases that just call
414 atf_process_child_t child; local
421 RE(atf_process_fork(&child, child_print, outfs->m_sb_ptr,
424 outfs->process(out, &child);
426 errfs->process(err, &child);
427 RE(atf_process_child_wait(&child, &status));
681 * Test cases for the "child" type.
701 "stored in the child type");
706 atf_process_child_t child; local
745 atf_process_child_t child; local
817 atf_process_child_t child; local
1010 atf_process_child_t child; local
1023 atf_process_child_t child; local
[all...]
H A Dsanity_test.c92 atf_process_child_t child; local
103 RE(atf_process_fork(&child, do_test_child, &outsb, &errsb, &td));
110 atf_utils_readline(atf_process_child_stderr(&child))) != NULL)
114 RE(atf_process_child_wait(&child, &status));
/bind-9.11.3/lib/dns/
H A Drpz.c119 dns_rpz_cidr_node_t *child[2]; member in struct:dns_rpz_cidr_node
139 * and the other pair is for a wildcard child such as *.example.com.
342 dns_rpz_cidr_node_t *child; local
348 child = cnode->child[0];
349 if (child != NULL) {
350 sum.client_ip |= child->sum.client_ip;
351 sum.ip |= child->sum.ip;
352 sum.nsip |= child->sum.nsip;
355 child
609 new_node(dns_rpz_zones_t *rpzs, const dns_rpz_cidr_key_t *ip, dns_rpz_prefix_t prefix, const dns_rpz_cidr_node_t *child) argument
1093 dns_rpz_cidr_node_t *cur, *parent, *child, *new_parent, *sibling; local
1455 dns_rpz_cidr_node_t *cur, *child, *parent; local
1951 dns_rpz_cidr_node_t *tgt, *parent, *child; local
[all...]
H A Drbt.c1141 dns_rbtnode_t **root, *parent, *child, *current, *new_current; local
1174 * right child is NULL). This cannot be determined from the
1221 child = *root;
1229 current = child;
1246 child = LEFT(current);
1250 child = RIGHT(current);
1288 child = DOWN(current);
1430 } while (ISC_LIKELY(child != NULL));
2415 dns_rbtnode_t *child; local
2420 child
2447 dns_rbtnode_t *child; local
2485 dns_rbtnode_t *child, *root, *parent, *grandparent; local
2590 dns_rbtnode_t *child, *sibling, *parent; local
[all...]
/bind-9.11.3/bin/tests/system/dlv/ns3/
H A Dsign.sh21 infile=child.db.in
37 infile=child.db.in
53 infile=child.db.in
68 infile=child.db.in
84 infile=child.db.in
99 infile=child.db.in
113 infile=child.db.in
127 infile=child.db.in
141 infile=child.db.in
158 infile=child
[all...]
/bind-9.11.3/bin/tests/system/dlv/ns6/
H A Dsign.sh15 infile=child.db.in
29 infile=child.db.in
44 infile=child.db.in
59 infile=child.db.in
74 infile=child.db.in
89 infile=child.db.in
104 infile=child.db.in
118 infile=child.db.in
132 infile=child.db.in
146 infile=child
[all...]
/bind-9.11.3/bin/tests/system/views/
H A Dtests.sh96 one=`$DIG +tcp +short -p 5300 -b 10.53.0.2 @10.53.0.2 child.clone txt`
97 two=`$DIG +tcp +short -p 5300 -b 10.53.0.4 @10.53.0.2 child.clone txt`
98 three=`$DIG +tcp +short -p 5300 @10.53.0.3 child.clone txt`
99 four=`$DIG +tcp +short -p 5300 @10.53.0.5 child.clone txt`
/bind-9.11.3/lib/isc/
H A Dradix.c614 isc_radix_node_t *parent, *child; local
646 child = parent->l;
650 child = parent->r;
662 radix->head = child;
664 parent->parent->r = child;
667 parent->parent->l = child;
670 child->parent = parent->parent;
677 child = node->r;
680 child = node->l;
684 child
[all...]
/bind-9.11.3/bin/tests/system/metadata/
H A Dsetup.sh17 czone=child.parent.nil
H A Dtests.sh15 czone=child.parent.nil cfile=child.db
/bind-9.11.3/bin/tests/system/
H A Dstart.pl265 my $child = `$command`;
266 $child =~ s/\s+$//g;
274 print "I:Couldn't start server $server (pid=$child)\n";
276 system "kill -9 $child" if ("$child" ne "");
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck.c172 atf_process_child_t child; local
180 err = atf_process_fork(&child, exec_child, &outsb, &errsb, &ea);
184 err = atf_process_child_wait(&child, status);
H A Dutils_test.c232 fprintf(stdout, "Should not get into child\n");
233 fprintf(stderr, "Should not get into child\n");
423 const pid_t child = atf_utils_fork(); local
424 ATF_REQUIRE(child != -1);
425 if (child == 0) {
434 atf_utils_wait(child, 50, "Child output\n", "Child error\n");
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils_test.cpp223 std::cout << "Should not get into child\n";
224 std::cerr << "Should not get into child\n";
363 const pid_t child = atf::utils::fork(); local
364 ATF_REQUIRE(child != -1);
365 if (child == 0) {
374 atf::utils::wait(child, 50, "Child output\n", "Child error\n");
/bind-9.11.3/bin/tests/system/smartsign/
H A Dtests.sh17 czone=child.parent.nil
18 cfile=child.db
20 echo "I:generating child's keys"
56 echo "I:setting child's activation time"
60 echo I:signing child zone
88 echo "I: child $czoneout"
104 echo "I: child $czoneout"
133 echo "I:checking child zone DNSKEY set"
137 echo "I: missing expected child KSK id = $ckactive"
141 echo "I: missing expected child prepublishe
[all...]

Completed in 132 milliseconds

12