Lines Matching refs:_p
52 local _p
53 _p="$1"
66 cat ${_p}.1
68 cat ${_p}
76 local _p
77 _p="$1"
79 if test ! -s ${_p}.1; then
81 debug_err ${_p}
83 read line < ${_p}.1
86 if test "${l}" = "${_p}"; then
89 echo "FAIL (expected: '${_p}' got '${l}')."
90 debug_err ${_p}
94 rm -f ${_p}.1
95 rm -f ${_p}
102 local _sip _dip _fip _fport _dport _p
111 _p="$7"
120 case "${_p}" in
133 jexec ${mjid} /sbin/ipfw add 100 fwd ${_fip}${_fport} ${_p} from ${_sip} to ${_dip}
145 local _sip _dip _fip _fport _dport _p
154 _p="$7"
163 case "${_p}" in
176 jexec ${mjid} /sbin/ipfw add 100 fwd ${_fip} ${_p} from ${_sip} to ${_dip}