Lines Matching refs:stdout
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)
113 atf_check -s eq:0 -o save:stdout -e empty \
115 libs=$(cat stdout)