OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doit
(Results
1 - 25
of
241
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/xsrc/external/mit/libxkbui/dist/
install-sh
48
doit
="${DOITPROG-}"
250
$
doit
$mkdircmd "$dst" \
251
&& { test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } \
252
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } \
253
&& { test -z "$stripcmd" || $
doit
$stripcmd "$dst"; } \
254
&& { test -z "$chmodcmd" || $
doit
$chmodcmd "$dst"; }
268
$
doit
$cpprog "$src" "$dsttmp" &&
274
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
276
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } \
277
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; }
[
all
...]
/xsrc/external/mit/xf86-input-ws/dist/
install-sh
48
doit
="${DOITPROG-}"
250
$
doit
$mkdircmd "$dst" \
251
&& { test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } \
252
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } \
253
&& { test -z "$stripcmd" || $
doit
$stripcmd "$dst"; } \
254
&& { test -z "$chmodcmd" || $
doit
$chmodcmd "$dst"; }
268
$
doit
$cpprog "$src" "$dsttmp" &&
274
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
276
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } \
277
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; }
[
all
...]
/xsrc/external/mit/xf86-video-imstt/dist/
install-sh
48
doit
="${DOITPROG-}"
250
$
doit
$mkdircmd "$dst" \
251
&& { test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } \
252
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } \
253
&& { test -z "$stripcmd" || $
doit
$stripcmd "$dst"; } \
254
&& { test -z "$chmodcmd" || $
doit
$chmodcmd "$dst"; }
268
$
doit
$cpprog "$src" "$dsttmp" &&
274
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
276
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } \
277
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; }
[
all
...]
/xsrc/external/mit/xf86-video-nsc/dist/
install-sh
48
doit
="${DOITPROG-}"
250
$
doit
$mkdircmd "$dst" \
251
&& { test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } \
252
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } \
253
&& { test -z "$stripcmd" || $
doit
$stripcmd "$dst"; } \
254
&& { test -z "$chmodcmd" || $
doit
$chmodcmd "$dst"; }
268
$
doit
$cpprog "$src" "$dsttmp" &&
274
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
276
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } \
277
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; }
[
all
...]
/xsrc/external/mit/xsetpointer/dist/
install-sh
48
doit
="${DOITPROG-}"
250
$
doit
$mkdircmd "$dst" \
251
&& { test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } \
252
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } \
253
&& { test -z "$stripcmd" || $
doit
$stripcmd "$dst"; } \
254
&& { test -z "$chmodcmd" || $
doit
$chmodcmd "$dst"; }
268
$
doit
$cpprog "$src" "$dsttmp" &&
274
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
276
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } \
277
&& { test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; }
[
all
...]
/xsrc/external/mit/xsetmode/dist/
install-sh
48
doit
="${DOITPROG-}"
213
$
doit
$instcmd "$dst" &&
215
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd "$dst"; else : ; fi &&
216
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd "$dst"; else : ; fi &&
217
if [ x"$stripcmd" != x ]; then $
doit
$stripcmd "$dst"; else : ; fi &&
218
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd "$dst"; else : ; fi
252
$
doit
$instcmd "$src" "$dsttmp" &&
258
# errors from the above "$
doit
$instcmd $src $dsttmp" command.
260
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd "$dsttmp"; else :;fi &&
261
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd "$dsttmp"; else :;fi &
[
all
...]
/xsrc/external/mit/xf86-video-intel/dist/
install-sh
32
doit
="${DOITPROG-}"
215
$
doit
$mkdirprog "${pathcomp}"
216
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd "${pathcomp}"; else true ; fi &&
217
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd "${pathcomp}"; else true ; fi &&
218
if [ x"$pathcompchmodcmd" != x ]; then $
doit
$pathcompchmodcmd "${pathcomp}"; else true ; fi
233
$
doit
$mkdirprog "$dstarg" &&
235
if [ x"$chowncmd" != x ]; then $
doit
$chowncmd "$dstarg"; else true ; fi &&
236
if [ x"$chgrpcmd" != x ]; then $
doit
$chgrpcmd "$dstarg"; else true ; fi &&
237
if [ x"$chmodcmd" != x ]; then $
doit
$chmodcmd "$dstarg"; else true ; fi
272
$
doit
$doinst $srcarg "$dsttmp" &
[
all
...]
/xsrc/external/mit/evieext/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/font-adobe-utopia-75dpi/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/glw/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/libXTrap/dist/
install-sh
51
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"; } &&
449
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
466
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
468
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
469
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
470
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/libXevie/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/libXfontcache/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/luit/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/mkfontdir/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xcb-util/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-input-synaptics/dist/
install-sh
51
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"; } &&
449
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
466
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
468
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
469
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
470
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-video-ati/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-video-intel-2014/dist/
install-sh
51
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"; } &&
449
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
466
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
468
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
469
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
470
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-video-intel-old/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-video-newport/dist/
install-sh
51
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"; } &&
449
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
466
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
468
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
469
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
470
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-video-openchrome/dist/
install-sh
51
doit
=${DOITPROG-}
52
if test -z "$
doit
"; then
55
doit_exec=$
doit
439
{ test -z "$chowncmd" || $
doit
$chowncmd "$dst"; } &&
440
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dst"; } &&
442
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
459
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
461
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
462
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
463
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-video-rendition/dist/
install-sh
51
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"; } &&
449
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
466
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
468
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
469
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
470
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-video-tga/dist/
install-sh
51
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"; } &&
449
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
466
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
468
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
469
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
470
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
/xsrc/external/mit/xf86-video-tseng/dist/
install-sh
51
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"; } &&
449
test -z "$chmodcmd" || $
doit
$chmodcmd $mode "$dst"; } || exit 1
466
# errors from the above "$
doit
$cpprog $src $dsttmp" command.
468
{ test -z "$chowncmd" || $
doit
$chowncmd "$dsttmp"; } &&
469
{ test -z "$chgrpcmd" || $
doit
$chgrpcmd "$dsttmp"; } &&
470
{ test -z "$stripcmd" || $
doit
$stripcmd "$dsttmp"; } &
[
all
...]
Completed in 12 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Mon Apr 06 00:22:49 UTC 2026