Searched refs:header_re (Results 1 – 1 of 1) sorted by relevance
57 header_re=$(printf "$line_format" "PID" "COMM" "OSREL" "PATH")61 atf_check -o match:"$header_re" head -n 1 procstat.out65 atf_check -o match:"$header_re" head -n 1 procstat.out81 header_re=$(printf "$line_format" "PID" "COMM" "ARGS")85 atf_check -o match:"$header_re" head -n 1 procstat.out89 atf_check -o match:"$header_re" head -n 1 procstat.out106 header_re=$(printf "$line_format" "PID" "COMM" "ENVIRONMENT")110 atf_check -o match:"$header_re" head -n 1 procstat.out114 atf_check -o match:"$header_re" head -n 1 procstat.out128 header_re=$(printf "$line_format" "PID" "COMM" "FD" "T" "V" "FLAGS" "REF" "OFFSET" "PRO" "NAME")[all …]