Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dinstall-sh51 doit="${DOITPROG-}"
52 if test -z "$doit"; then
55 doit_exec=$doit
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
468 { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \
481 $doit $rmcmd -f "$dst" 2>/dev/null \
482 || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \
483 && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\
[all …]
/AliOS-Things-master/components/SDL2/build-scripts/
A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
490 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
503 $doit $rmcmd -f "$dst" 2>/dev/null ||
504 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
505 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
490 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
503 $doit $rmcmd -f "$dst" 2>/dev/null ||
504 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
505 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/
A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
490 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
503 $doit $rmcmd -f "$dst" 2>/dev/null ||
504 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
505 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
431 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
432 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
453 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
454 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
472 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
485 $doit $rmcmd -f "$dst" 2>/dev/null ||
486 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
487 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
464 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
477 $doit $rmcmd -f "$dst" 2>/dev/null ||
478 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
479 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
463 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
481 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
494 $doit $rmcmd -f "$dst" 2>/dev/null ||
495 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
496 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dgentests.sh67 doit(){ function
90 doit "$ct" "$bd"
94 doit "gray" "16"
100 doit "$ct" "$bd"
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dipcp.c446 setipaddr(arg, argv, doit) in setipaddr() argument
449 int doit;
462 if (!doit)

Completed in 11 milliseconds