Lines Matching refs:line_re
58 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM "[[:digit:]]+" "$PROG_PATH")
62 atf_check -o match:"$line_re" tail -n 1 procstat.out
66 atf_check -o match:"$line_re" tail -n 1 procstat.out
82 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")
86 atf_check -o match:"$line_re" tail -n 1 procstat.out
90 atf_check -o match:"$line_re" tail -n 1 procstat.out
107 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".*$var.*")
111 atf_check -o match:"$line_re" tail -n 1 procstat.out
115 atf_check -o match:"$line_re" tail -n 1 procstat.out
130 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".+" ".+" ".+" ".+" ".+" ".+" ".+" ".+")
134 atf_check -o match:"$line_re" awk 'NR > 1' procstat.out
138 atf_check -o match:"$line_re" awk 'NR > 1' procstat.out