Home | History | Annotate | Download | only in srtp

Lines Matching refs:conf

91   echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
93 chmod +x conf$$.sh
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
99 rm -f conf$$.sh
205 rm -f conf$$ conf$$.exe conf$$.file
206 echo >conf$$.file
207 if ln -s conf$$.file conf$$ 2>/dev/null; then
210 if test -f conf$$.exe; then
216 elif ln conf$$.file conf$$ 2>/dev/null; then
221 rm -f conf$$ conf$$.exe conf$$.file