Searched refs:expout (Results 1 - 24 of 24) sorted by last modified time

/freebsd-11-stable/usr.bin/sdiff/tests/
H A Dsdiff_test.sh160 echo ". <" > expout
161 atf_check -o file:expout -s eq:1 sdiff "$(atf_get_srcdir)/d_dot.in" /dev/null
163 echo " > ." > expout
164 atf_check -o file:expout -s eq:1 sdiff /dev/null "$(atf_get_srcdir)/d_dot.in"
174 echo " > stdin" > expout
175 atf_check -o file:expout -s eq:1 -x \
178 echo "stdin <" > expout
179 atf_check -o file:expout -s eq:1 -x \
/freebsd-11-stable/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh191 mv stdout expout
193 atf_check -s eq:0 -o file:expout -e empty \
/freebsd-11-stable/contrib/netbsd-tests/games/
H A Dt_factor.sh29 echo "${2}" >expout
34 atf_check -s eq:0 -o file:expout -e empty /usr/games/factor ${1}
/freebsd-11-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_df_1_noopen.sh38 cat >expout <<EOF
42 atf_check -s exit:1 -e file:expout "$(atf_get_srcdir)/h_df_1_noopen1"
52 cat >expout <<EOF
56 atf_check -o file:expout "$(atf_get_srcdir)/h_df_1_noopen2"
/freebsd-11-stable/contrib/netbsd-tests/modules/
H A Dt_modload.sh29 echo "${1} = ${2}" >expout
30 atf_check -s eq:0 -o file:expout -e empty sysctl ${1}
/freebsd-11-stable/contrib/netbsd-tests/sys/rc/
H A Dt_rc_d_cli.sh136 cat >expout <<EOF
141 atf_check -s eq:0 -o file:expout -e empty ${rc_helper} ${command}
150 cat >expout <<EOF
155 atf_check -s eq:0 -o file:expout -e empty ${rc_helper} ${command} \
/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dt_df.sh35 cat >expout <<EOF
82 atf_check -s eq:0 -o file:expout -e empty \
93 cat >expout <<EOF
140 atf_check -s eq:0 -o file:expout -e empty \
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/id/
H A Dt_groups.sh44 echo "users wheel" >expout
45 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh
46 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh 100
47 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh test
49 echo "wheel" >expout
50 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh 0
51 atf_check -s eq:0 -o file:expout -e empty ./run_groups.sh root
H A Dt_id.sh44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout
45 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
46 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 100
47 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh test
49 echo "uid=0(root) gid=0(wheel) groups=0(wheel)" >expout
50 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 0
51 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh root
54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout
55 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
92 echo "100 0" >expout
[all...]
H A Dt_whoami.sh45 echo "test" >expout
46 atf_check -s eq:0 -o file:expout -e empty ./run_whoami.sh
50 echo "root" >expout
51 atf_check -s eq:0 -o file:expout -e empty ./run_whoami.sh
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/sdiff/
H A Dt_sdiff.sh159 echo ". <" > expout
160 atf_check -o file:expout -s eq:1 sdiff "$(atf_get_srcdir)/d_dot.in" /dev/null
162 echo " > ." > expout
163 atf_check -o file:expout -s eq:1 sdiff /dev/null "$(atf_get_srcdir)/d_dot.in"
173 echo " > stdin" > expout
174 atf_check -o file:expout -s eq:1 -x \
177 echo "stdin <" > expout
178 atf_check -o file:expout -s eq:1 -x \
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh42 cat >expout <<EOF
49 atf_check -o file:expout sort in
197 cat >expout <<EOF
204 atf_check -o file:expout sort -k2.1 in
221 cat >expout <<EOF
227 atf_check -o file:expout sort -k2.1,2.0 in
514 cat >expout <<EOF
526 atf_check -o file:expout sort -n in
542 cat >expout <<EOF
548 atf_check -o file:expout sor
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/csu/
H A Dt_crt0.sh35 cat >expout <<EOF
41 atf_check -o file:expout "$(atf_get_srcdir)/h_initfini1"
51 cat >expout <<EOF
57 atf_check -o file:expout "$(atf_get_srcdir)/h_initfini2"
67 cat >expout <<EOF
77 atf_check -o file:expout "$(atf_get_srcdir)/h_initfini3"
87 cat >expout <<EOF
95 atf_check -o file:expout -x "env LD_PRELOAD=$(atf_get_srcdir)/h_initfini3_dso.so $(atf_get_srcdir)/h_initfini1"
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_atexit.sh35 cat >expout <<EOF
43 atf_check -o file:expout "$(atf_get_srcdir)/h_atexit"
/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-exp.c1614 expout array with the Expression's code. We could
1621 name_expr = copy_exp (expout, expout_ptr);
1623 insert_exp (expout_ptr-length_of_subexp (expout, expout_ptr),
1696 int last_exp_size = length_of_subexp(expout, expout_ptr);
1700 if (base < 0 || expout->elts[base+2].opcode != OP_TYPE)
1702 type = expout->elts[base+1].type;
1706 expout->elts[base + i] = expout->elts[base + i + 3];
2817 /* Insert the expression NEW into the current expression (expout) at POS. */
2825 /* Grow expout i
[all...]
H A Djv-exp.y463 expout array with the Expression's code. We could
470 name_expr = copy_exp (expout, expout_ptr);
472 insert_exp (expout_ptr-length_of_subexp (expout, expout_ptr),
541 int last_exp_size = length_of_subexp(expout, expout_ptr);
545 if (base < 0 || expout->elts[base+2].opcode != OP_TYPE)
547 type = expout->elts[base+1].type;
551 expout->elts[base + i] = expout->elts[base + i + 3];
1443 /* Insert the expression NEW into the current expression (expout) at POS. */
1451 /* Grow expout i
[all...]
H A Dparse.c83 struct expression *expout;
182 expout = (struct expression *)
183 xrealloc ((char *) expout, sizeof (struct expression)
186 expout->elts[expout_ptr++] = expelt;
298 expout = (struct expression *)
299 xrealloc ((char *) expout, (sizeof (struct expression)
309 strdata = (char *) &expout->elts[expout_ptr];
347 expout = (struct expression *)
348 xrealloc ((char *) expout, (sizeof (struct expression)
357 strdata = (char *) &expout
81 struct expression *expout; variable in typeref:struct:expression
[all...]
H A Dparser-defs.h33 extern struct expression *expout;
/freebsd-11-stable/contrib/atf/atf-c/
H A Dutils.c412 * \param expout Expected contents of stdout.
415 atf_utils_wait(const pid_t pid, const int exitstatus, const char *expout, argument
436 if (strlen(expout) > save_prefix_length &&
437 strncmp(expout, save_prefix, save_prefix_length) == 0) {
439 expout + save_prefix_length);
442 expout));
H A Dutils_test.c389 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument
398 atf_utils_wait(pid, exitstatus, expout, experr);
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.cpp97 const std::string& expout, const std::string& experr)
99 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str());
96 wait(const pid_t pid, const int exitstatus, const std::string& expout, const std::string& experr) argument
H A Dutils_test.cpp330 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument
338 atf::utils::wait(pid, exitstatus, expout, experr);
/freebsd-11-stable/contrib/atf/atf-sh/
H A Dintegration_test.sh68 cat >expout <<EOF
73 atf_check -s eq:0 -o file:expout -e empty ./tp ' a b ' foo
75 cat >expout <<EOF
80 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" tp \
87 cat >expout <<EOF
100 atf_check -s eq:0 -o file:expout -e empty "${ATF_SH}" -s ./custom-shell tp
106 cat >expout <<EOF
120 atf_check -s eq:0 -o file:expout -e empty ./tp
H A Dmisc_helpers.sh59 cat >expout <<SECONDEOF
62 atf_check -s eq:0 -o file:expout -e empty echo bar

Completed in 173 milliseconds