Searched refs:save (Results 1 - 14 of 14) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf_check_test.sh42 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
47 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
64 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
89 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
113 atf_check -s eq:1 -o save:stdout -e save
[all...]
H A Datf-check_test.sh247 atf_set "descr" "Tests for the -o option using the 'save:' argument"
251 h_pass "echo foo" -o save:out
353 atf_set "descr" "Tests for the -e option using the 'save:' argument"
357 h_pass "echo foo 1>&2" -e save:out
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dpkg_config_test.sh46 atf_check -s eq:0 -o save:stdout -e empty -x \
51 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}"
82 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c
107 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c
111 atf_check -s eq:0 -o save:stdout -e empty \
114 atf_check -s eq:0 -o save:stdout -e empty pkg-config --libs-only-l atf-c
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dpkg_config_test.sh46 atf_check -s eq:0 -o save:stdout -e empty -x \
51 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}"
82 atf_check -s eq:0 -o save:stdout -e empty \
106 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c++
110 atf_check -s eq:0 -o save:stdout -e empty \
113 atf_check -s eq:0 -o save:stdout -e empty \
/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A Dintegration_test.sh55 atf_check -s eq:0 -o save:stdout -e empty atf-config
71 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
87 atf_check -s eq:0 -o save:stdout -o match:"${v}" -e empty \
91 atf_check -s eq:0 -o save:stdout -e empty cut -d ' ' -f 3- stdout
104 atf_check -s eq:0 -o save:stdout -o match:'atf_libexecdir' \
148 atf_check -s eq:0 -o save:stdout -e empty -x "${V}=testval atf-config"
151 atf_check -s eq:0 -o save:stdout -e empty grep "^${v} : " all
153 atf_check -s eq:0 -o save:stdout -e empty grep -v "^${v} : " all
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c76 char save; local
115 save = *region_end;
126 *region_end = save;
145 char save; local
218 save = *from;
222 *from = save;
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dsrcdir_test.sh105 atf_check -s eq:1 -o empty -e save:stderr "${hp}" -r res srcdir_exists
132 atf_check -s eq:1 -o empty -e save:stderr "${hp}" -r res \
/bind-9.6-ESV-R11/lib/lwres/
H A Dprint.c83 char *save = str; local
214 *p = str - save;
219 *p = str - save;
224 *p = str - save;
/bind-9.6-ESV-R11/lib/isc/
H A Dprint.c86 char *save = str; local
216 *p = str - save;
221 *p = str - save;
226 *p = str - save;
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_tp_atf_check_sh.sh146 atf_check -s eq:0 -o save:stdout -e empty echo foo
247 atf_check -s eq:0 -o empty -e save:stderr -x 'echo foo 1>&2'
H A Dtestsuite190 # Try only shells that exist, to save several forks.
800 # Export now, but save eval for later and for debug scripts.
857 save a detailed log file. Upon failure, create debugging scripts.
/bind-9.6-ESV-R11/lib/dns/
H A Dmaster.c2662 ISC_LIST(dns_rdatalist_t) save;
2669 ISC_LIST_INIT(save);
2672 ISC_LIST_APPEND(save, this, link);
2674 while ((this = ISC_LIST_HEAD(save)) != NULL) {
2675 ISC_LIST_UNLINK(save, this, link);
2682 ISC_LIST_INIT(save);
2685 ISC_LIST_APPEND(save, this, link);
2687 while ((this = ISC_LIST_HEAD(save)) != NULL) {
2688 ISC_LIST_UNLINK(save, this, link);
2712 ISC_LIST(dns_rdata_t) save;
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh206 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report <tps.out'
210 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report -o csv:- <tps.out'
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dintegration_test.sh618 atf_check -s eq:0 -o save:stdout -e ignore ${mangleenv} atf-run helper

Completed in 41 milliseconds