OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsttmp
(Results
1 - 25
of
231
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/xsrc/external/mit/libxkbui/dist/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
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
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/xf86-input-ws/dist/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
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
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/xf86-video-imstt/dist/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
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
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/xf86-video-nsc/dist/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
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
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/xsetpointer/dist/
install-sh
185
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
187
# if $src (and thus $
dsttmp
) contains '*'.
260
dsttmp
=$dstdir/_inst.$$_
264
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
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
"; } \
278
&& { test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } \
279
&& { test -z "$chmodcmd" || $doit $chmodcmd "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/xsetmode/dist/
install-sh
145
# Waiting for this to be detected by the "$instcmd $src $
dsttmp
" command
147
# if $src (and thus $
dsttmp
) contains '*'.
242
dsttmp
=$dstdir/_inst.$$_
247
trap 'status=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $status' 0
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 &&
262
if [ x"$stripcmd" != x ]; then $doit $stripcmd "$
dsttmp
"; else :;fi &&
263
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$
dsttmp
"; else :;fi &
[
all
...]
/xsrc/external/mit/beforelight/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
430
dsttmp
=$dstdir/_inst.$$_
434
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
437
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
443
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
445
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
446
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
447
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
448
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/evieext/dist/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/font-adobe-utopia-75dpi/dist/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/fontconfig/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
447
dsttmp
=${dstdirslash}_inst.$$_
451
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
454
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
460
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
462
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
463
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
464
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
465
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/freetype/dist/builds/unix/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
430
dsttmp
=$dstdir/_inst.$$_
434
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
437
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
443
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
445
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
446
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
447
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
448
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/glw/dist/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/libXTrap/dist/
install-sh
255
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
257
# if $src (and thus $
dsttmp
) contains '*'.
453
dsttmp
=$dstdir/_inst.$$_
457
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
460
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
471
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/libXevie/dist/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/libXfont/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
437
dsttmp
=$dstdir/_inst.$$_
441
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
444
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
450
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
452
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
453
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
454
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
455
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/libXfontcache/dist/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/libXxf86misc/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
430
dsttmp
=$dstdir/_inst.$$_
434
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
437
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
443
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
445
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
446
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
447
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
448
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/libvdpau/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
447
dsttmp
=${dstdirslash}_inst.$$_
451
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
454
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
460
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
462
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
463
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
464
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
465
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/luit/dist/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/mesa-demos/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
437
dsttmp
=$dstdir/_inst.$$_
441
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
444
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
450
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
452
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
453
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
454
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
455
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/mkfontdir/dist/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/proxymngr/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
430
dsttmp
=$dstdir/_inst.$$_
434
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
437
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
443
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
445
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
446
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
447
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
448
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/xcb-util/dist/
install-sh
243
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
245
# if $src (and thus $
dsttmp
) contains '*'.
446
dsttmp
=$dstdir/_inst.$$_
450
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
453
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
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
"; } &&
464
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/xcompmgr/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
430
dsttmp
=$dstdir/_inst.$$_
434
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
437
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
443
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
445
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
446
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
447
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
448
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
/xsrc/external/mit/xcursor-themes/dist/
install-sh
260
# Waiting for this to be detected by the "$cpprog $src $
dsttmp
" command
262
# if $src (and thus $
dsttmp
) contains '*'.
430
dsttmp
=$dstdir/_inst.$$_
434
trap 'ret=$?; rm -f "$
dsttmp
" "$rmtmp" && exit $ret' 0
437
(umask $cp_umask && $doit_exec $cpprog "$src" "$
dsttmp
") &&
443
# errors from the above "$doit $cpprog $src $
dsttmp
" command.
445
{ test -z "$chowncmd" || $doit $chowncmd "$
dsttmp
"; } &&
446
{ test -z "$chgrpcmd" || $doit $chgrpcmd "$
dsttmp
"; } &&
447
{ test -z "$stripcmd" || $doit $stripcmd "$
dsttmp
"; } &&
448
{ test -z "$chmodcmd" || $doit $chmodcmd $mode "$
dsttmp
"; } &
[
all
...]
Completed in 24 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Sat Jun 20 00:25:23 UTC 2026