Lines Matching refs:x
57 while [ x"$1" != x ]; do
94 *) if [ x"$src" = x ]
107 if [ x"$src" = x ]
115 if [ x"$dir_arg" != x ]; then
139 if [ x"$dst" = x ]
193 if [ x"$dir_arg" != x ]
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
205 if [ x"$transformarg" = x ]
215 if [ x"$dstfile" = x ]
242 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
243 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
244 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
245 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else :;fi &&