Searched refs:tmp (Results 1 – 8 of 8) sorted by relevance
12 COPY tmp /tmp
110 tmp=116 test "$tmp" && return 0119 …{ tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp…120 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||121 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure…123 dummy=$tmp/dummy
259 mv conftest.tmp conftest.in295 mv conftest.tmp conftest.in4266 > $tmpdir/tmp-la4267 mv -f $tmpdir/tmp-la $lib6265 char tmp[LT_PATHMAX + 1];6325 tmp_len = strlen (tmp);6328 memcpy (concat_name, tmp, tmp_len);6351 tmp_len = strlen (tmp);6353 memcpy (concat_name, tmp, tmp_len);8789 for tmp in $deplibrary_names; do[all …]
339 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
4 DEPLOY_DIR=/tmp/deploy.$$
4820 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;4902 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;4974 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;5047 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;16096 tmp= ac_tmp=16106 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&16107 test -d "$tmp"16110 tmp=./conf$$-$RANDOM16111 (umask 077 && mkdir "$tmp")16113 ac_tmp=$tmp
8278 cat conftest.in conftest.in >conftest.tmp8279 mv conftest.tmp conftest.in
1562 } >$(TEST_SUITE_LOG).tmp || exit 1; \1563 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \