Home
last modified time | relevance | path

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

/external/toybox/tests/
Dpgrep.test19 proc_parent=`cat /proc/${proc}/stat | awk '{ print $4 }'`
20 echo "# Parent Process id of $proc is $proc_parent"
30 testing "pgrep -P" "pgrep -P $proc_parent yes" "$proc\n" "" ""
117 proc_parent=`cat /proc/${proc}/stat | awk '{ print $4 }'`