Searched refs:line_re (Results 1 – 1 of 1) sorted by relevance
58 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM "[[:digit:]]+" "$PROG_PATH")62 atf_check -o match:"$line_re" tail -n 1 procstat.out66 atf_check -o match:"$line_re" tail -n 1 procstat.out82 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")86 atf_check -o match:"$line_re" tail -n 1 procstat.out90 atf_check -o match:"$line_re" tail -n 1 procstat.out107 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".*$var.*")111 atf_check -o match:"$line_re" tail -n 1 procstat.out115 atf_check -o match:"$line_re" tail -n 1 procstat.out130 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".+" ".+" ".+" ".+" ".+" ".+" ".+" ".+")[all …]