Lines Matching refs:x
45 while [ x"$1" != x ]; do
82 *) if [ x"$src" = x ]
95 if [ x"$src" = x ]
103 if [ x"$dir_arg" != x ]; then
126 if [ x"$dst" = x ]
180 if [ x"$dir_arg" != x ]
184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
192 if [ x"$transformarg" = x ]
202 if [ x"$dstfile" = x ]
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
227 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
228 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&