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 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)
114 atf_check -s eq:0 -o save:stdout -e empty pkg-config --libs-only-l atf-c
115 libs=$(cat stdout)