Searched refs:doit (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
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
228 $doit $instcmd $src $dsttmp &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else :;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/vbox/src/libs/liblzf-3.4/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
228 $doit $instcmd $src $dsttmp &&
236 # errors from the above "$doit $instcmd $src $dsttmp" command.
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh37 doit() function
104 doit $file $ofile $errfile &
/vbox/src/VBox/VMM/testcase/
H A DtstMicro.cpp193 static DECLCALLBACK(int) doit(PVM pVM) function
362 rc = VMR3ReqCallVoidWaitU(pUVM, VMCPUID_ANY, (PFNRT)doit, 1, pVM);
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py515 def doit(num_loops = -1): function
559 return suite_from_functions(doit, test_from_js)
567 doit(num_iters)

Completed in 43 milliseconds