Home
last modified time | relevance | path

Searched refs:header_re (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/procstat/tests/
H A Dprocstat_test.sh57 header_re=$(printf "$line_format" "PID" "COMM" "OSREL" "PATH")
61 atf_check -o match:"$header_re" head -n 1 procstat.out
65 atf_check -o match:"$header_re" head -n 1 procstat.out
81 header_re=$(printf "$line_format" "PID" "COMM" "ARGS")
85 atf_check -o match:"$header_re" head -n 1 procstat.out
89 atf_check -o match:"$header_re" head -n 1 procstat.out
106 header_re=$(printf "$line_format" "PID" "COMM" "ENVIRONMENT")
110 atf_check -o match:"$header_re" head -n 1 procstat.out
114 atf_check -o match:"$header_re" head -n 1 procstat.out
128 header_re=$(printf "$line_format" "PID" "COMM" "FD" "T" "V" "FLAGS" "REF" "OFFSET" "PRO" "NAME")
[all …]